Leandro Melo [EMAIL PROTECTED] wrote: > I'm trying to declare that my session ejb references a > cmp ejb by using the following code. > > * @jboss.ejb-ref-jndi > * ref-name="AddressLocal" > * jndi-name="AddressLocal" > ... > The generated stuff is NOT what i wanted, as the ejb > i'm referencing is a local one, thus, the generated > stuff should be like this. > > <ejb-local-ref> > <ejb-ref-name>ejb/AddressLocal</ejb-ref-name> > <jndi-name>AddressLocal</jndi-name> > </ejb-local-ref> > > Note the "local" inside the ejb-ref.
I'm going to guess that there's a similar tag called @jboss.ejb-local-ref-jndi. David Harkness Sr. Software Engineer Sony Pictures Digital Networks (310) 482-4756 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
