PDA

View Full Version : Http Invoker and Hot Redeployment.... Is it a bug


shaby775
Dec 16th, 2004, 07:45 AM
Hi,
I am using JBoss 4.0, Spring 1.1.3 and my application is swing based rich client and for remoting i am using Http invoker. But whenever i redoply (hot redeploy) in Jboss and then run my client it does not work and give exception that no such method exist but if i stop jboss and run it again it works perfectly. So i think that something in the implementation of Http Invoker prohibits ot redeployment ... So kindly resolve this issue as it is really effects the developmement time

robh
Dec 17th, 2004, 05:57 AM
Shoaib,

Can you post the stack trace you are receiving so we can pinpoint the exact error? Also have you tried to hot deploy in another container - perhaps Tomcat standalone, this may be a localized problem for Spring and JBoss.

Rob