4 Replies Latest reply on Dec 29, 2011 3:56 AM by aslak

    Extension for Cloudbees

    sewatech

      Hi,

       

      Is there an extension for a Cloudbees container ?

       

      Alexis

        • 1. Re: Extension for Cloudbees
          aslak

          You mean for the RUN@Cloud service?

           

          They use Tomcat or JBoss7 don't they? The Tomcat / JBoss AS Remote containers might work, depends a bit on what the allow through the firewalls i guess.. Haven't really tested.. Interesting usecase tho..

          • 2. Re: Extension for Cloudbees
            sewatech

            Yes, I mean with RUN@Cloud.

             

            The Java EE 6 deployment is made on JBoss AS 7 (7.0.2, to be precise). But I thing that it is a customized instance, and that the management interface has been desactivated. It is a real PaaS.

             

            Application deployment can be made with the Cloudbees API. We can use it with HTTP / XML ; there's also a Java Client. As it is a specific API, Arquillian will probably need a specific container implementation.

             

            I may try to code it, with a little help...

            • 3. Re: Extension for Cloudbees
              aslak

              Yea, sounds like we'd need a new DeployableContainer implementation.

              • 4. Re: Extension for Cloudbees
                aslak

                Oh, and if you want to play with it, just ask questions. I'm happy to help!