1 Reply Latest reply on Feb 26, 2004 4:53 PM by stephanenicoll

    Separate ear/war deployment

    moraleslos

      Hi,

      I've encountered a problem where I must deploy, separately, an ear containing all the EJBs and a war containing the WEBAPP. When I launch JBoss, I get this message:

      ################################
      deployer: org.jboss.web.tomcat.tc4.EmbeddedTomcatService@16089a5
      status: Deployment FAILED reason: Error during deploy; - nested throwable: (javax.naming.NamingException: ejb-ref: ejb/DeliverService, no ejb-link in web.xml and no jndi-name in jboss-web.xml)
      ################################

      What exactly does this mean and what am I suppose to do to fix this. I've gotten the application to work when the war was packaged in the ear, but now that I've separated them, it seems to have caused some problems.

      BTW, I'm deploying on JBoss 3.2.2

      Thanks.


      -los