This content has been marked as final.
Show 1 reply
-
1. Re: How to upgrade JBoss AS 4.2.2 with JBoss Remoting 2.2.3?
ron_sigal Sep 29, 2010 12:18 AM (in response to twiedow)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