1 Reply Latest reply on Sep 29, 2010 12:18 AM by ron_sigal

    How to upgrade JBoss AS 4.2.2 with JBoss Remoting 2.2.3?

    twiedow

      Hi!

       

      Stupid question: How can I upgrade my existing JBoss AS 4.2.2 with a newer version of JBoss Remoting?

       

      The only two files I can find in the AS are jboss-remoting.jar and jboss-remoting-int.jar. In the JBoss Remoting release I can only find a file jboss-remoting.jar in the lib directory.

       

      Do I have to replace the jboss-remoting.jar only or what has to be done? I could not find any article / manual how the upgrade can be done...

       

       

      Thanks!

       

       

      Tobi

        • 1. Re: How to upgrade JBoss AS 4.2.2 with JBoss Remoting 2.2.3?
          ron_sigal

          Hi Tobias,

           

          The only file you need to replace is jboss-remoting.jar, which lives in $JBOSS_HOME/client and $JBOSS_HOME/server/$CONFIG/lib.  Also, the remoting classes are in $JBOSS_HOME/client/jbossall-client.jar, so you should either put jboss-remoting.jar in front of jbossall-client.jar on your client's classpath, or rebuild jbossall-client.jar with the new remoting classes.

           

          -Ron