I would like to use Jibx 1.2 new feature (precompiled bindings).

I use to java project:
Project A:
One class called CA and this class has a member called CB.

CA class binding has a package name PN.

Project bindings generated using ant task succesfully.

Project B:

One class called CC that extends CA.
The mapping is configured like this:

- include with precompiled="true" for class CA

CC mapping extends CA mapping and has a structure map-as="CA" element.

When I try to generate the binding using ant task and the projectA.jar file in 
the class path, the operation fails and complains that
the CB class has no mapping. It seems to be a strange error, because CA class 
is found however CB member not (mapping, binding and class files are in 
projectA.jar.

Is it possible that the extends element does not support precompiled binding 
new functionnality?

I do my best to provide you the best description I can, because I have no 
access to the machine right now.

                                          
_________________________________________________________________
Naviguez de façon simple et rapide: téléchargez Internet Explorer 8. 
http://www.microsoft.com/belux/fr/windows/internet-explorer/
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to