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

[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 with precompiled=true and I am including the base jar in the classpath