3 Replies Latest reply on Sep 26, 2007 11:58 AM by alesj

    Spring Deployer inside Embedable EJB3.

    gumnaam

      Is there a way to enable the spring deployer in the Jboss Embeddable EJB3 container ?
      I want to write some integration tests, that I want to fire using the embeddable ejb3 container.
      What I can't figure out is how to enable the spring deployer ?

      I figure it has something to do, with adding entries in embedded-jboss-beans.xml , but not to sure how to do it ?

      Any help ?

        • 1. Re: Spring Deployer inside Embedable EJB3.
          alesj

          Does Embeddable use the old Deployers architecture - based on the MBeans? Or already new Microcontainer Deployers?

          If you could find this out, then I can provide you with more info.
          But I think it would not be a big problem though.

          • 2. Re: Spring Deployer inside Embedable EJB3.
            gumnaam

            Hi,
            Sorry for posting a late reply.
            Embedded EJB3 uses Microcontaier Deployer.

            • 3. Re: Spring Deployer inside Embedable EJB3.
              alesj

               

              "gumnaam" wrote:
              Hi,
              Sorry for posting a late reply.
              Embedded EJB3 uses Microcontaier Deployer.

              There's no such thing as Microcontainer deployer. ;-)

              What I meant was, does it use new deployers - whole new deployers architecture was introduced in Microcontainer project.

              But I guess not. I'm pretty sure it still uses old JMX style deployers.
              See how other deployers are used, and try adding SpringDeployer the same way.

              Or let me know which one's are already used - post their config file.