Hello,

I have a jar from a partner where some classes are binded.
In my application i need to bind some classes referencing classes in this jar

ex/partner binding :
   <mapping name="partner-tag" class="PartnerClass">
         ...
    </mapping>

ex/my binding :
<mapping name="my-tag" class="MyClass">
        <structure field="partner-tag"/>
         ...
    </mapping>

Of course i cannot reference in my binding the "partner-tag".
What can i do ?
Thanks for your help
Francois


Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to