4 Replies Latest reply on Mar 3, 2011 5:36 PM by gillonv

    Arquillian and EAP 5.1?

    l1fe

      Was able to get an EJB test up and running with JBoss 5.1 GA, but running the same test on EAP 5.1 I get the following error:

       

      Caused by: java.lang.ClassNotFoundException: org.jboss.profileservice.management.client.upload.DeploymentProgressImpl

       

      Is there something different I need to do to get it working with EAP 5.1?

        • 1. Re: Arquillian and EAP 5.1?
          aslak

          EAP 5.1 is somewhere between JBoss AS 5.1 and 6.0.

           

          The JBoss AS 6 Remote connector should work with EAP 5.1, but you need the EAP 5.1 libraries. (which is not in any official maven repo)

          1 of 1 people found this helpful
          • 2. Re: Arquillian and EAP 5.1?
            l1fe

            Interesting. Would this also be the case for EAP 5.0.1? As for EAP 5.1, I kept the client as 5.1.0.GA and the remote container as 6. With that combo, I am getting the following error:

             

            Caused by: java.lang.SecurityException: Failed to authenticate principal=null, securityDomain=jmx-console

             

            I don't see anywhere in the configuration/container reference to add jmx-console credentials.

             

            Sorry for all the stupid questions!

            • 3. Re: Arquillian and EAP 5.1?
              aslak

              EAP is default secured, so you have to change your jndi.properties accordingly. this might help: http://www.osintegrators.com/node/24

              • 4. Arquillian and EAP 5.1?
                gillonv

                I am having that similar issue and not able to figure out why, I created this discussion thread: http://community.jboss.org/thread/163518 and now find this post.

                 

                Would you mind providing the pom you created to resolve that issue of JBoss EAP 5.1 instead of JBoss 5.1.0.GA? Or explain how to setup the JNDI please?

                 

                Thanks