-
It works, thanks!
Regards:
Norbi.
2009-05-12 10:22:29 UTC in Gilead
-
Hello,
Is it possible to use standard serialization instead of jboss-serialization?
Thanks!
Norbi.
2009-05-11 12:47:56 UTC in Gilead
-
Hello,
I have a Hibernate entity with one property of type java.util.List, mapped to have many-to-many list semantics, cascading is set to ALL. (It does not matter what kind of objects are stored in the list.)
Environment: gilead-1.2.1, hibernate-3.3.1.ga, hibernate-entitymanager-3.4.0.ga.
The process:
1. A new entity instance is created by a GWT application.
2. The entity is...
2009-05-10 19:57:38 UTC in Gilead
-
As I see in HibernateJpaUtils.createPersistentCollection(), only the following persistent collection types are supported: PersistentBag, PersistentList, PersistentSet, PersistentMap.
2009-05-06 11:38:52 UTC in Gilead
-
When using the @CollectionId annotation, I get the following exception (partial stack trace).
Info about idbags: http://docs.jboss.org/hibernate/stable/core/reference/en/html_single/#collections-idbag
Regards:
Norbi
java.lang.RuntimeException: Unknown persistent collection class name : org.hibernate.collection.PersistentIdentifierBag
at...
2009-05-06 10:28:18 UTC in Gilead
-
Thanks, I will check it out and let you know the result.
2009-04-29 20:28:05 UTC in GWT Widget Library
-
Wow, that was lightning fast :)
I filed an issue just a moment ago, please ignore it :)
Regards:
Norbi.
2009-03-27 14:19:24 UTC in Gilead
-
I wrote this: https://sourceforge.net/forum/forum.php?thread_id=3143590&forum_id=868076
But I think it is a bug, so I file it here as well :)
Regards:
Norbi.
2009-03-27 14:17:18 UTC in Gilead
-
I just tried to upgrade from 1.2.1 to 1.2.2 but the previously working application fails with NPE.
Currently I cannot provide test case but maybe the stack trace is helpful for a start...
Regards:
Norbi
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
at net.sf.gilead.core.beanlib.clone.CloneBeanPopulatable.shouldPopulate(CloneBeanPopulatable.java:199)
at...
2009-03-27 13:37:24 UTC in Gilead
-
env: gwt-sl-0.1.5b, gwt-1.6.1
Sometimes, after I change the RPC-related classes, I get the exception below.
I use GWTRPCServiceExporter to export some Spring beans as gwt rpc services.
I cannot always reproduce it, but I thought that the callstack may be helpful. (I let you know if I know more.)
Regards:
Norbi
SEVERE: Exception while dispatching incoming RPC call...
2009-03-25 09:08:47 UTC in GWT Widget Library