[jibx-users] [Bug?] JIBX Incorrect Value Conversion for ByteArray

2010-10-03 Thread Jack Vinijtrongjit
Hi, According to this page, ByteArray is supposed to be converted to base64 representation of binary data. http://jibx.sourceforge.net/details/conversions.html However, what I'm getting when running bindGen is xs:element type=xs:byte name=byte minOccurs=0 maxOccurs=unbounded/ Am I missing

[jibx-users] how to use collection in a structure with flexible=true

2010-10-03 Thread mazz_97
hello, I need help setting up a collection in a structure where flexible=true What is the proper way to do that? structurename=AAAfield=errorMessagetype=com.jibx.errorordered=falseflexible=true usage=optional    collectionname=AAAHHHfield=errors    valuetype=java.lang.String/