Where are the compiled jspx files stored?
204264Jan 22 2010 — edited Jan 22 2010Hi,
At runtime, my jspx web page is throwing a exception:
java.lang.IllegalArgumentException: Cannot convert } of type class java.lang.String to class javax.faces.component.UIComponent
The log file has a stacktrace, which shows a line number in the compiled jspx.java file that is causing the problem:
at jsp_servlet._app._part.__partdata_jspx._jspx___tag117(__partdata_jspx.java:5318)
Which directory, in JDeveloper's internal WebLogic server environment, contains the compiled jsp and/or jspx files?
Perhaps the compiled jspx files are not persisted. If this is the case, can I set a JDeveloper perference that will save the
compiled jspx files?
Thank you,
Bob