[jibx-users] backward compatibility ? Must recompile

2010-10-11 Thread Ed Bras
Hi All, I just upgraded to 1.2.2 and then got the following exception because a third party library that I use, uses the older jibx lib: --- Caused by: org.jibx.runtime.JiBXException: Binding information for class com.ing.ideal.connector.binding.impl.DirectoryReq must be recompiled with current

[jibx-users] map a child that contains a reference to his parent?

2011-03-24 Thread Ed Bras
I have a parent that contains a collection of child's. How can I map the child's such that in java code, the child will contain a reference to his parent? I found this solution in the list: http://www.opensubscriber.com/message/jibx-users@lists.sourceforge.net/13032 372.html But was wondering if

[jibx-users] jibx determines wrong mapping ?

2011-03-25 Thread Ed Bras
Jibx seems to take the wrong mapping definitions when mapping a collection, that results in a ClassCastException. I have the following piece of xml: group key='keyG1' item key='keyG1I1' valuekeyG1I1V/value /item /group group key='keyG2' group key='keyG2.1' item key='keyG2.1I1'

[jibx-users] multiple namespaced in XML root element?

2012-08-09 Thread Ed Bras
Hi all, How can I define multiple namespaces in the XML root element. And then use one of them in the nested elements? Example: how can I best map the xml snippet below? Note: I prefer not to define the namespace through the jibx namespace / tag as I get's bloated ... But I can't think of

Re: [jibx-users] multiple namespaced in XML root element?

2012-08-13 Thread Ed Bras
Can you please advice me on the question below? - Ed -Original Message- From: Ed Bras [mailto:z...@debrasjes.com] Sent: donderdag 9 augustus 2012 21:07 To: jibx-users@lists.sourceforge.net Subject: [jibx-users] multiple namespaced in XML root element? Hi all, How can I define