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
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
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
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