1 Reply Latest reply on Aug 7, 2006 12:35 AM by jaikiran

    jboss4.0.4-ejb3-rc8-unable to deploy tutorial sample

    niran

      I am trying to deploy the ejb tutorial sample stateless one without the deployment descriptor ,but am unable to deploy it.

      I completed the install section copied all jars to relevant locations,and to
      tutorial stateless dir,I ran ant and ant run.

      The message given is:
      No container configured with name "Stateless Bean".This example is the one without the deployment descriptor so naturally no descriptor files
      are required .The file is tutorial.jar.

      What other configure steps do I need to perform to make this simple ejb work fine.Its blowing my brains out such a simple example yet so much trouble can someone help?

        • 1. Re: jboss4.0.4-ejb3-rc8-unable to deploy tutorial sample
          jaikiran

          I am using JBoss - 4.0.4 GCA and here are the steps that i followed to get a EJB3 example working:

          1) I downloaded jboss-EJB-3.0_RC8-FD
          2) Copied ejb3-persistence.jar in server/default/lib
          3) Copied ejb3-interceptors-aop.xml in server/default/deploy
          4) ejb3.deployer in server/default/deploy

          Try it out.