When you change your java code and save it. Eclipse will copy *.class to the 
directory that is observed by jBoss server. And server tries to catch your new 
*.class. Of course, if you change method signature or class definition server 
fails to deploy new one. And continue to work with the old copy until restart. 
And even in this case you do not need to redeploy. Just restart server.

But if you change only the body of a method your code starts to work 
immediately.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959090#3959090

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959090
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to