Hi all,
We want to have a common library of jibx'ed objects which will be used 
by many modules. We want to import (i.e. include) the binding definition 
of this module to other binding definitions and use these objects. We 
have written the binding definition xml for this module, we executed the 
binding compiler on the classes and we have put them into a jar file.

However, when we include the binding definition of this module into 
another binding definition and execute the binding compiler, the binding 
compiler wants to enhance the classes from the included binding 
definition again (i.e. it requires the classes from the included binding 
xml to be in the classpath, just including the jar is not enough). I 
don't think this is necessary since these classes are already passed 
through the binding compiler and they are already implementing 
IMarshallable/IUnmarshallable interfaces. Also, this is incompatible 
with our standard build structure, only the jars of a parent module (a 
module which is depended on) can be in the classpath of a child module, 
we cannot put the individual classes.

Is there a convenient workaround to this problem?

Best regards,

Serkan


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to