[jibx-users] enums questions

2008-10-06 Thread Willie Slepecki
i have an enums problem and i can't find an example of how to fix it. i have a very dirty work around that is working but its messy and going to cause problems in the future. where is what i have. for my enum class public enum SaleOrigin{ WEB("01", "Web Site Origin"), REGISTER("02", "Cash Reg

[jibx-users] weird arrayoutofbounds exception

2008-11-06 Thread Willie Slepecki
first off, i have a very complex schema. ive implemented the validation handler to validate xml documents coming in. that works perfectly. the problem is the way Jibx handles null values that are required is giving me and my developers heart burn. it returns null exception, we can see what

Re: [jibx-users] weird arrayoutofbounds exception

2008-11-06 Thread Willie Slepecki
never mind, i upgraded my version of woodstox and its all good Willie Slepecki wrote: > first off, i have a very complex schema. ive implemented the validation > handler to validate xml documents coming in. that works perfectly. the > problem is the way Jibx handles null values

Re: [jibx-users] compile two bindings sets with overlapping packages

2013-01-04 Thread Willie Slepecki
Normally I solve it by binding class A normally, then create a class B that extends class A and bind B with the second namespace. Crude, but works On Friday, January 4, 2013, Franco Milano wrote: > Hi all, I have a problem with the control of the package used for the > classes generated by JiBX