Hi, in order to speed up the development with Tapestry I use JBoss exploded deployment: My eclipse project is structured like an unpacked EAR archive, containing my EJBs and the web (exploded war) project. In jboss-service.xml I added the project directory to the deployment scanner, so JBoss directly uses the classes/files generated by eclipse.
This works very well, I can update my Tapestry .page/.html files without restarting anything (with disable-caching=true) and with eclipse's remote debugging I can even use the hot code replace feature. BUT, if I make a change that is not supported by hot code replacement (change the signature of a class, e.g.) I found no other way than restarting the whole JBoss to get the hot code replace to sync again. Redeploying (by touching the top level application.xml descriptor) does work - the changes do apply, but from then hot code replacement does not work again, until a full JBoss restart. Does anyone have a hint for me? Thank you, Matthias jboss-4.0.4.CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940336#3940336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940336 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
