Not sure what you mean.  You have a jar file from a partner, which has
classes and a mapping.  So you create an unmarshall factory for the
partner class and unmarshall your XML?  Is this what you are refering
to?  What is the issue, can you please describe in more detail?  The
binding information is injected through bytecode enhancement during
compile time, so creating a factory based on that particular class
that the parntner compiled should work, unless you're running into
some issues other than what I mentioned above.

Ilya

On 7/31/06, D F <[EMAIL PROTECTED]> wrote:
> 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
>
>
>

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