Xdoclet 1.2b3 for jboss.
I am trying to define a session bean which references a CustomerBean (CMP). I have the following xdoclet tags in a session bean. /** @ejb.bean name="ActivityManager" * description="Session bean for activities" * jndi-name="ActivityManager" * type="Stateless" * * @ejb.ejb-ref ejb-name="CustomerBean" * @jboss.ejb-ref-jndi jndi-name="Customer" * ref-name="CustomerBean" */ I get errors because this prepends ejb/ to CustomerBean in the jboss.xml file. I have to manually remove these before it will deploy. Any insight on what I am doing wrong would be much appreciated. Thank you, Craig ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
