Hello

I am new to xdoclet. I have quite a lot of success so far, but I still have
a problem generating local ejb refs within jboss-web.xml.

the tags that I am using are:

 * @web.ejb-local-ref 
 * name = "SampleLocal"
 * type = "Session"
 * home = "com.company.SampleHome"
 * local = "com.company.SampleLocal"
 * 
 * @jboss.ejb-local-ref 
 * jndi-name = "SampleLocal"
 * ref-name = "SampleLocal"
 * 
 * @jboss.ejb-ref-jndi
 * jndi-name = "SampleLocal"
 * ref-name = "SampleLocal"

the web.xml contains the link

   <ejb-local-ref>
      <ejb-ref-name>SampleLocal</ejb-ref-name>
      <ejb-ref-type>Session</ejb-ref-type>
      <local-home>com.company.SampleHome</local-home>
      <local>com.company.SampleLocal</local>
   </ejb-local-ref>

but jboss-web.xml only contains:

...
   <ejb-ref>
      <ejb-ref-name>SampleLocal</ejb-ref-name>
      <jndi-name>SampleLocal</jndi-name>
   </ejb-ref>

  <!-- EJB Local References -->

</jboss-web>

Also I have create a jbossweb-ejb-local-ref.xml file with the contents:

<ejb-local-ref>
        <ejb-ref-name>SampleLocal</ejb-ref-name>
        <local-jndi-name>SampleLocal</local-jndi-name>
</ejb-local-ref>

but this is not included either.

Please can someone point me here.

Thanks
Neil


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to