Re: [jibx-users] Enum deserialization bug

2007-03-05 Thread Varghese C V
Hi Dennis, Glad to hear from you. I have created a bug report as you suggested. Arthur Vernon, from IST Networks, also kindly pointed out this. http://jira.codehaus.org/browse/JIBX-157 regards Varghese Dennis Sosnoski wrote: Hi Varghese, I'd appreciate it if you'd enter a Jira bug report

Re: [jibx-users] Enum deserialization bug

2007-03-04 Thread Dennis Sosnoski
Hi Varghese, I'd appreciate it if you'd enter a Jira bug report for this issue. That way I'll make sure I don't forget about it. Thanks, - Dennis Dennis M. Sosnoski SOA and Web Services in Java Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA

[jibx-users] Enum deserialization bug

2007-02-18 Thread Varghese C V
Enum value types during unmarshall throw null pointer exceptions if optionally mapped. Eg : enum Day{ Mon, Tue, ; } Binding binding mapping ... value name=day field=day usage=optional/ /mapping /binding A work around is to define custom deserializers per enum.(I