To answer your questions:

1) Unfortunately there is no way to hot-redeploy JSPs currently due to the 
internal nature of the Eclipse hot code replacement engine (we would end up 
copying and rewriting large parts of it..). There is no restriction from 
debugging though of course..

2) Hot deployment is a pretty sticky issue. Basically we are letting eclipse 
and the JVM do the heavy lifting for us here, and the VM implementation tells 
the eclipse debugger if/when there is a problem with the replacement. Most 
commonly, errors occur in debugging when you try to change the signature of a 
class, i.e... add/remove a member or method, change a signature to a method, 
etc..

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952419


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to