Hi, all I am facing the following problem with Tapestry live class reloading and jboss application server.
Up to last month i was using maven+jetty+tapestry with eclipse IDE to develop and debug my web applications. I have two tapestry projects , the first one is the Webapp with custom styles and some tml files, and have a dependency to the second one that is a WebLib where i have tapestry components and pages that are reusable and generic for that webapp and some others. Live class reloading was working fine in both projects because my maven jetty plugin configuration did not have to create a jar of the weblib and uses files in target directory. This month we have decided to migrate our projects to Wildfly server (Jboss) because of some transactional web service requirements. We are using Jboss Tools eclipse plugin to deploy projects to application server using configuration found in jboss forum: https://community.jboss.org/en/tools/blog/2011/02/21/getting-started-with-jboss-tools-jboss-maven-integration-and-weld All is working fine except from weblib project that is now deploying to the jboss server as a jar file. I know that live class reloading do not reload tapestry files that are inside jar files like tapestry documentation says, but perhaps someone have faced the same problem and can tell me if there is any special configuration to apply in order to use live class reloading like i was. Cheers and thanks in advance! Leandro.