[jibx-users] precompiled binding problem

2012-02-03 Thread Chris Florian
Hi list, Using Jibx 1.2.2/jdk 1.6.x. I have a jar of jibx instrumented support classes. In a separate jar, I subclass one of the support classes and I want to include and extend the mapping for that base class. I added the include with precompiled=true and I am including the base jar in the

Re: [jibx-users] precompiled binding problem

2012-02-03 Thread Chris Florian
From the Jibx src it appears as if a mapping can only extend an instance of MappingElement and not a PrecompiledMappingElement (model/MappingElement.java). On 02/03/2012 06:40 AM, Chris Florian wrote: Hi list, Using Jibx 1.2.2/jdk 1.6.x. I have a jar of jibx instrumented support classes. In

Re: [jibx-users] Precompiled binding problem

2010-02-18 Thread Dennis Sosnoski
Hi Alison, I did include this change in the 1.2.2 release. Sorry it took me longer than planned to get the release out. - Dennis Alison Rosewarne wrote: Hi Dennis, Can you please let me know if you think the change below would be : 1) a very large piece of work 2) a minor enhancement

Re: [jibx-users] Precompiled binding problem

2009-12-14 Thread Alison Rosewarne
Hi Dennis, Can you please let me know if you think the change below would be : 1) a very large piece of work 2) a minor enhancement 3) something in between Also can you please advise where the code is currently located? The CVS repository referenced through sourceforge does not seem to be

Re: [jibx-users] Precompiled binding problem

2009-04-19 Thread Dennis Sosnoski
Hi Karel, I like the classpath:binding.xml path idea for precompiled bindings, and will see if I can easily add that. I'll also take a look at your maven precompiled bindings classloading fix for 1.2.2. Thanks, - Dennis Dennis M. Sosnoski SOA and Web Services in Java Training and

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