Re: [jibx-users] Recursive unmarshalling leads to no object on stack error

2004-06-28 Thread Dennis Sosnoski
I don't understand the issue based on this description, so you probably should enter it in Jira with full details. Thanks, - Dennis Guillaume Pothier wrote: Hi, I have a binding that uses a deserializer method. In this method's call hierarchy, there is a lazy initialization of a data structure

[jibx-users] Recursive unmarshalling leads to no object on stack error

2004-06-27 Thread Guillaume Pothier
Hi, I have a binding that uses a deserializer method. In this method's call hierarchy, there is a lazy initialization of a data structure that is itself unmarshalled from an XML file. If this structure is not forced to initialize beforehand, JiBX fails with a no object on stack message. Shall