* @ejb.ejb-ref ejb-name = "Customer" * view-type = "local" * ref-name = "CustomerLocal" * @jboss.ejb-ref-jndi ref-name = "CustomerLocal" * jndi-name = "CustomerLocal"
This is on a session bean to set up a reference to a BMP bean.
My JBoss.xml file ends up having this(notice the ejb-ref instead of ejb-local-ref which is the cause of the problem)
<session>
<ejb-name>StoreAccess</ejb-name>
<jndi-name>StoreAccessBean</jndi-name>
<local-jndi-name>StoreAccessLocal</local-jndi-name>
<ejb-ref>
<ejb-ref-name>ejb/CustomerLocal</ejb-ref-name>
<jndi-name>CustomerLocal</jndi-name>
</ejb-ref>
My ejb-jar.xml ends up having the ejb-local-ref like it should.
If I deploy this, I get ejb-ref ejb/CustomerLocal found in jboss.xml but not in ejb-jar.xml
which is true from what Xdoclet generated. Is there a work around? Annoying to have to handcode
my jboss.xml file every time.
thanks,
dean
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user