Re: [jibx-users] Cross-jar JiBX mapping

2009-05-27 Thread Karel Alfonso
Hi Keith, Yes, I documented the issue with Maven and potentially any other build framework in http://www.mail-archive.com/jibx-users@lists.sourceforge.net/msg03937.html I haven't checked the fix in the source code repository. We're waiting for a release that will give us a sense of stability

Re: [jibx-users] Simple Precompiled Binding Fails

2009-04-21 Thread Karel Alfonso
Hi Lenny, I had the same issue with precompiled bindings. Please refer to my previous post: http://www.mail-archive.com/jibx-users%40lists.sourceforge.net/msg03937.html there you can find a fix that involves rebuilding JiBX and using that jar instead. Dennis mentioned he would take a look

[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

[jibx-users] Precompiled binding problem

2009-03-29 Thread Karel Alfonso
Hi everyone, I'm working on a simple solution where I have two projects and one reuses classes already bound (precompiled) in the other project. I'm using JiBX version 1.2.1 Let's say I have a precompiled binding in projectA, projecta-binding.xml binding package=com.projecta mapping