-
I got a NullPointerException in initColumnAutoUpdate :
Gathering schema details...java.lang.NullPointerException
at net.sourceforge.schemaspy.model.Table.initColumnAutoUpdate(Table.java:244)
at net.sourceforge.schemaspy.model.Table.initColumns(Table.java:213)
at net.sourceforge.schemaspy.model.Table.(Table.java:44)
at...
2009-10-22 09:28:09 UTC in SchemaSpy
-
In fact it works with IE8 but not with IE7 or IE6.
2009-06-19 15:56:23 UTC in Ajax JSP Tag Library
-
Did you try several instances of ajaxtags ?.
2009-06-19 08:09:16 UTC in Ajax JSP Tag Library
-
Autocomplete is working when the frame is opened in a new window, but when the frame is inside a frameset, the frame becomes blank.
2009-06-17 15:03:23 UTC in Ajax JSP Tag Library
-
Check you are using the right version of prototype.js (1.6.0.3).
2009-06-17 14:59:57 UTC in Ajax JSP Tag Library
-
Try to use the undocumented property :
valueUpdateByName="true".
2009-06-17 14:52:08 UTC in Ajax JSP Tag Library
-
Forgot to mention it was with version 1.2.
2009-06-15 12:31:18 UTC in Ajax JSP Tag Library
-
Same issue : if a page containing ajax tag is loaded in a frame, the following attempt to load a page in the frame will result in a popup (with IE not firefox)
2009-06-15 12:30:32 UTC in Ajax JSP Tag Library
-
Great !
I just tested and I can use the eclipse plugin again without OOM error.
2007-11-19 10:54:21 UTC in FindBugs
-
I just upgraded to version 1.3.0 of the plugin, and now I can't launch findbugs on all my java projects (which I used to do with previous stable version).
If I run findbugs on one project, used memory increase and some isn't released even after a garbage collecting.
Running it on 5 five projects lead to more than 1GB of memory used => out of memory.
It cleary looks like a regression somewhere.
2007-11-09 13:59:54 UTC in FindBugs