-
Not a problem. I can live with it for a few days while you get it resolved.
Thanks for being so fast :)
2009-03-23 12:48:40 UTC in moreUnit
-
I just updated to the latest release of MoreUnit today (v 1.3.1), and I'm now getting errors when I open non-java file that happen to be in the classpath.
Th error is as follows:
An error has occurred. See error log for more details.
Compilation unit name must end with .java, or one of the registered Java-like extensions
and the stack trace from the eclipse log that shows it is as...
2009-03-22 23:21:19 UTC in moreUnit
-
You were correct. A second download worked as advertised.
2008-08-31 01:29:54 UTC in PackJacket
-
I can runt he packJacket on a Mac, i get an error as follows:
obek:Desktop bpappin$ java -jar PackJacket_0.1b_Setup.jar
Invalid or corrupt jarfile PackJacket_0.1b_Setup.jar
sobek:Desktop bpappin$.
2008-08-29 17:15:31 UTC in PackJacket
-
I was very interested to find ebean... in particular I'm interested in the no mess setup.
Is there a DDL generator?
Also, you asked that people let you know if we need programatic configuration (bottom of docs). I'm letting you know we *always* use programatice configuration... so yes, we need it at least (although we don't mind writing it ourselves and passing it back).
2008-04-04 03:53:58 UTC in Ebean ORM / Persistence Layer
-
FYI This is the error I'm getting.
WARNING - Unable to load the Wrapper's native library 'libwrapper.jnilib'.
The file is located on the path at the following location but
could not be loaded:
[...]./libwrapper.jnilib
Please verify that the file is readable by the current user
and that the file has not been corrupted in any way.
2008-02-11 03:23:18 UTC in Java Service Wrapper
-
I need this as well, I'm running on Mac OSX, Mac JDK 1.6 and its a 64 bit VM.
I was very surprised to find that there wasn't one since I don't think there is a 32 bit version.
2008-02-11 03:22:02 UTC in Java Service Wrapper
-
FYI - While your trying to reproduce, what you'll actually get is the dreded "Unknown Error" from the GWT shell, so you can't see the exception.
I found it by delaying execution long enough to start a firefox session and it returned the error for me to see.
2007-05-21 19:40:05 UTC in hibernate4gwt
-
THe clone method is failing to convert hibernate Timestamps into Date object which cause the gwt serialization to fail.
You'll have to check for that or provide a GWT implementation of java.sql.Timstamp.
2007-05-21 17:38:36 UTC in hibernate4gwt
-
It looks like the name param is used as a cache key. If that is the case, then the pojo's primary key can be used instead of an explicit name.
Also, some method of generating a reusable key while cloning a list would be a handy addition.
2007-05-21 03:56:51 UTC in hibernate4gwt