I have a problem with "@jboss.ejb-ref-jndi". It seems to want to add an
"ejb/" before the reference name.

 * @ejb.ejb-ref
 *      ejb-name="Customer"
 *      view-type="local"
 *      ref-name="Customer"
 *
 * @jboss.ejb-ref-jndi jndi-name="CustomerJNDI"
 *                     ref-name="Customer"

produces in the jboss.xml :

 <ejb-ref>
      <ejb-ref-name>ejb/Customer</ejb-ref-name>                 
<jndi-name>CustomerJNDI</jndi-name>
 </ejb-ref>

but then I get this error:

...DeploymentException: Error in jboss.xml for Bean Order: ejb-ref
ejb/Customer found in jboss.xml but not in ejb-jar.xml

Can anyone tell me how to supress the "ejb/" prefix

R. S.


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to