IDEA 12 / JBoss AS 7 - JSPs not being reloaded after changes?
I am debugging an exploded war application with debug settings:
On 'Update' action: Update classes and resources
On frame deactivation: Update classes and resources
In my JBoss standalone.xml file I have:
<subsystem xmlns="urn:jboss:domain:web:1.1" ......>
......
<configuration>
<jsp-configuration development="true"/>
</configuration>
....
</subsystem>
When I make a change to a JSP the JSP is not being reloaded in either scenario. The popup balloon says 'Loaded classes are up to date. Nothing to reload.'
Is this feature broken? Is there some other setting I must change to make this work?
IDEA 12.0 Build #IU-123,72
JBoss 7.1.1.Final
Please sign in to leave a comment.
Hello
Also, I believe that nothing has changed since the answer had been posted there -- you still need either to build JBoss 7.1.2 from sources or to download a nightly build.
Regards,
Michael