1 Reply Latest reply on Jan 5, 2011 7:47 AM by superdev

    Client application on JBoss AS 5.1 connects to  sever  application running on JBoss AS 6.0

    superdev

      I have an application ("my-app-server") which will depoy on Jboss AS 6.0.  I have one client ("my-app-client") to this application server which will keep running on Jboss AS 5.1 client for some time.

       

      Besides getting some EJB session bean services running on server, the client has a local queue and uses a JMS bridge service to connect to the remote queue running on the server.

       

      Since JBoss AS 5.1 uses "jboss-message" for JMS service and JBoss AS 6.0 uses "hornetq". I wonder if they can work together as client and server.

       

      FYI:

      I have tried to make them running together, adding missing jars to the client based on the exceptions, but I ended up in jar version conflicts:

       

      Caused by: java.lang.NoSuchMethodException: org.jboss.deployment.security.EjbJaccPolicy.<init>(java.lang.String, org.jboss.metadata.ejb.jboss.JBossMetaData, java.lang.Boolean)

       

      This perhaps caused by conflicts of jboss.jar.

       

      Thanks a lot in advance!