3 Replies Latest reply on Apr 4, 2006 9:12 AM by gavin.king

    EJB3 standalone

      I have a jar with annotated ejb3s that i would like to deploy in the microcontainer and if i understand correctly seam already has this integration done. I am a little confused as to what i need to do.

      I have all the jars and conf directory from the embedded-ejb directory in my classpath, then i added my .ejb3 file to the classpath. The container does not seem to pick up and deploy my ejb3s. is there something else I must do to get the beans to deploy?

      Thanks,

      Bo

        • 1. Re: EJB3 standalone
          gavin.king

          What are you trying to do? Run a unit test? Run in an app in tomcat?

          • 2. Re: EJB3 standalone

            I have an ejb3 jar that has some hibernate domain objects configured with annotations. normally, we deploy it in the full application server, but I would like to have an app that can use the hibernate mappings and our ejb interfaces for saving and retrieving these objects as a library. the ejbs are also ejb3.

            From what i understand the seam is the product that lets you use ejb3 and hibernate stuff within the microcontainer, is that incorrect?

            --Bo

            • 3. Re: EJB3 standalone
              gavin.king

              No, not really, that is JBoss Embeddable EJB3. There are docs at:

              http://jboss.com/products/ejb3