Hi

Having the following tags in my Administration Servlet:

* @web:ejb-ref
*     description="Administration EJB"
*     name="AdministrationEJB"
*     type="Session"
*     home="com.xxx.yyy.administration.AdministrationHome"
*     remote="com.xxx.yyy.administration.Administration"

I get the following ejb-ref in my generated web.xml

<ejb-ref >
  <description><![CDATA[Administration EJB]]></description>
    <ejb-ref-name>AdministrationEJB</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.xxx.yyy.administration.AdministrationHome</home>
    <remote>com.xxx.yyy.administration.Administration</remote>
</ejb-ref>

which is fine.

But I do not know how to get the following stuff in jboss-web.xml
for the jndi name

<ejb-ref>
  <ejb-ref-name>AdministrationEJB</ejb-ref-name>
  <jndi-name>ejb/Administration</jndi-name>
</ejb-ref>

Thanks for any tips.

-- 
Frederic Soulier <[EMAIL PROTECTED]>



-------------------------------------------------------
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