Using JBoss as application server, JSP breakpoints are correctly recognized, but JSPX ones are not.
If I place a breakpoint on a line of a java code in a <jsp:scriptlet> tag, the breakpoint icon gets crossed and the breakpoint doesn't work, complaining that there's no valid code in that line.
Additional comments:
This is not a JBoss issue, as the same behavior occurs when using Tomcat.
Description
Using JBoss as application server, JSP breakpoints are correctly recognized, but JSPX ones are not.
If I place a breakpoint on a line of a java code in a <jsp:scriptlet> tag, the breakpoint icon gets crossed and the breakpoint doesn't work, complaining that there's no valid code in that line.
Additional comments:
This is not a JBoss issue, as the same behavior occurs when using Tomcat.