I am getting this error message:

13:26:29,584 ERROR [URLDeploymentScanner] Failed to deploy:
[EMAIL PROTECTED]
url=file:/opt/jboss-3.2.2RC2/server/all/deploy/ot-aia.ear,
deployedLastModified=1059671625000 }
org.jboss.deployment.DeploymentException: Error during deploy; - nested
throwable: (javax.naming.NamingException: ejb-local-ref: ejb/AiaLocal,
no ejb-link in web.xml and no jndi-name in jboss-web.xml)

If I am only using local beans, why would I would I have to add an entry
to the jboss-web.xml?

web.xml
=======

  <ejb-local-ref>
      <ejb-ref-name>ejb/AiaLocal</ejb-ref-name>
      <ejb-ref-type>Session</ejb-ref-type>
     
<local-home>com.ijet.ot.aia.services.aia.interfaces.AiaLocalHome</local-home>
      <local>com.ijet.ot.aia.services.aia.interfaces.AiaLocal</local>
      <ejb-link>com/ijet/ot/aia/services/aia/interfaces/Aia</ejb-link>
   </ejb-local-ref>






-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to