0 Replies Latest reply on Feb 4, 2004 12:19 PM by kyleyj

    EJB deployment error with client-deployer-service.xml includ

    kyleyj

      The 3.2.3 release includes the client-deployer-service.xml file that is new from the 3.2.2 release. If that file is included and I deploy my EJB, I get the following error:

      org.jboss.deployment.DeploymentException: Failed to setup client ENC; -ested throwable: (org.jboss.deployment.DeploymentException: ejb-ref ejb/jdelphi-utility, expected either ejb-link in ejb-jar.xml or jndi-name in jboss.xml)
      at org.jboss.deployment.ClientDeployer.create(ClientDeployer.java:120)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
      ...

      If I remove the client-deployer-service.xml file it deploys and runs correctly. I've tried adding the ejb-ref to the ejb-jar.xml, but that doesn't seem to affect it (or I didn't include it correctly). Without understanding what the ClientDeployer is supposed to do, and why it's not working, I'm a little reluctant to just delete the file (since it works without it).

      Any ideas or thoughts?

      Cheers!
      Kyley