I have a very weird problem. We are using Springframework with XFire and Hibernate. All Database rows are implemented as Persistence Objects for Hibernate. So far it works well.
We transfer this persistent objects over XFire between several Services which works too. But as soon as there is "Boolean" (NOT boolean) type involved the value stored in Boolean variable ist lost after transferring over XFire. So at the target service always null arrives as variable value. It's important to note that this strange behaviour only applies to persistence objects, but not to normal objects transferred over XFire. Maybe someone encountered this problem too and has a solution for it :( -- View this message in context: http://www.nabble.com/XFire-Problem-with-persistence-tf4600172.html#a13133851 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
