First step would be to be to replace the jboss-remoting.jar as you mentioned. Only possible impact this might have is if are using ejb3, which uses remoting (otherwise, will have no other impact on JBossAS and even then, should be compatible with the newest remoting version).
Next is which config you are using for remoting (transport, serialization, etc.). If using the socket or rmi transport, should not need any other jars. If using http, will need to copy tomcat-apr.jar, tomcat-coyote.jar, tomcat-http.jar, and tomcat-util.jar to the lib directory. If using jboss-serialization, will also need to add jboss-serialization.jar to lib directory. We have a jira issue to document all this (http://jira.jboss.com/jira/browse/JBREM-311), so should have it published soon. Also note, that since the classes are loaded on deman, won't know what classes you might be missing until actually make your call (which stinks, but is better than having to include all the transport jars when just using socket transport). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937322#3937322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937322 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
