[jibx-users] JiBX and Java 8

2015-11-11 Thread Don Corley
Archie, We're ready to go with the Java 8 compatible version of JiBX. I'll we need is the BCEL 6.0 release. We can't release a version of JiBX that has a dependency on a RC version. Thanks, Don > > FYI, > > A co-worker has tried JiBX with the latest BCEL release (BCEL_6_0_RC4) and > claims

Re: [jibx-users] JiBX and Java 8

2015-11-11 Thread Archie Cobbs
Hi Don, Understood. In the meantime, we've been using JiBX 1.2.6 successfully with BCEL 6.0-20150726.24-123. Presumably once BCEL 6.0 is actually released it will work also. Here's the Ivy RoundUp details:

[jibx-users] serialization of choice containing int, long so on

2015-11-11 Thread Sven Krause
Hi, I've generated data classes based on a predefined xsd. One of the types defines a choice of various base types. So far so good. But If the data type is a atomar java data type (int, long, byte etc) and the value is '0', the xml element created while serialization remains empty. instead of 0