[jibx-users] Incompatible binding version

2009-03-30 Thread TGD
Hi! I have a big problem marshalling/unmarshalling with JiBX. The error I get is: Exception in thread main Incompatible binding version for class com.my.utils.ja.person.Person, recompile binding with current JiBX distribution java.lang.reflect.InvocationTargetException at

Re: [jibx-users] Incompatible binding version

2009-03-30 Thread Liu, Zhi-Guo (TSG-GDCC-BJ/CME)
You use different Jibx version, and the eclipse plugin only support 1.1.6A. Read the release notes, you can find jibx updates its api since 1.2. Kind Regards Liu Zhiguo TSG-GDCC-CMEP-BJ Tel: +86-10-65506173 北京市朝阳区东四环中路56号远洋国际中心A座7楼 100025 我思,故我在! I think; therefore, I am! -Original

Re: [jibx-users] Incompatible binding version

2009-03-30 Thread TGD
Still the same. I replaced both libraries. Any idea? Liu, Zhi-Guo (TSG-GDCC-BJ/CME) wrote: You use different Jibx version, and the eclipse plugin only support 1.1.6A. Read the release notes, you can find jibx updates its api since 1.2. Kind Regards Liu Zhiguo TSG-GDCC-CMEP-BJ

[jibx-users] Precompiled binding problem with ant-run plugin

2009-03-30 Thread Karel Alfonso
Hi everyone again, Tyring to get a successful binding compilation referencing a precompiled binding I decided to use the JiBX Ant tasks through the ant-run maven plugin. Again, I ran into the same classloader conflict error, which makes me think the problem is related to the way Maven and

[jibx-users] Fixed precompiled bindings with maven JiBX plugin

2009-03-30 Thread Karel Alfonso
Hi everyone, I managed to run a successful build referencing a precompile binding from the Maven JiBX plugin, Maven Antrun plugin and also by invoking directly the binding compiler from the ocmmand line (this last one always worked). I'm working with maven 2.0.9 and JiBX 1.2.1. I've