[JBoss-user] [Beginners Corner] - Re: lomboz & xdoclet & jboss

2005-02-28 Thread achirinosc
If you are using JBoss 3.2.X, for the jboss.xml file to be generated correctly, we need to change: @jboss.ejb-ref-jndi ref-name="CustomerLocal" jndi-name="CustomerLocal" with: @jboss.ejb-local-ref ref-name="CustomerLocal" jndi-name="CustomerLocal" for this to work, we have to edit the xdoclet

[JBoss-user] [Beginners Corner] - Re: lomboz & xdoclet & jboss

2004-08-12 Thread achirinosc
The tag for the StoreAccessBean is incorrect, replace the tag @ejb.ejb-ref ejb-name="Customer" view-type="local" ref-name="ManagerLocal" with @ejb.ejb-ref ejb-name="Customer" view-type="local" ref-name="ejb/ManagerLocal" or with @ejb.ejb-ref ejb-name="Customer" view-type="local" That solv

[JBoss-user] [Beginners Corner] - Re: lomboz & xdoclet & jboss

2004-08-06 Thread achirinosc
After changing the jboss.xml with the ejb-local-ref tag, change the following in ejb-jar.xml : CustomerLocal Entity au.com.tusc.bmp.CustomerLocalHome au.com.tusc.bmp.CustomerLocal Customer with :