Hi,

I've been unable to reference locally a bean contained in a different ear file than the referencing bean. The root problem is that I can't get the combination @ejb.ejb-external-ref and @jboss.ejb-local-ref work as described in

http://www.amitysolutions.com.au/documents/XDocletChange-technote.pdf

I'm using xdoclet 1.2.2 and the tech note applies to 1.2b4.

This is what I'm trying to do.

* @ejb.ejb-external-ref jndi-name="ejb/DeviceLocal" ref-name="ejb/Device" view-type="local"
* type="Entity"
* home="x.x.x.x.DeviceLocalHome"
* business="x.x.x.x.DeviceLocal"


ejb-external-ref without the link attribute to create the corresponding ejb-local-ref element ejb-jar.xml

*
* @jboss.ejb-local-ref ref-name="ejb/Device" jndi-name="ejb/DeviceLocal"

ejb-local-ref to generate the ejb-local-ref element with local-jndi-name subelement in jboss.xml


Does this issue still exist in 1.2.2?

* Janne


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to