I created a complex type with multiplicity 0..* and made it nillable. In the code generated, there is a getter for the type. It uses lazy initialization to initialize the list. The result is I don't know if the client sent me an empty list or a null list. Is there a way to distinguish between the two with xfire?
After reading the docs on the website I'm really stuck on this issue, I don't know how to receive a list that is null. I'm wondering if we should switch to xmlbean bindings. I know xmlbeans doesn't use the lazy initialization for the lists, however it uses another approach, it uses "isXSet()" methods to see if it's set or not which complicates dozer. -Michael --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
