[jboss-user] [JBoss Seam] - Re: Eclipse - Dynamic Web Project

denis-karpov do-not-reply at jboss.com
Wed Jul 19 07:41:15 EDT 2006


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



More information about the jboss-user mailing list