Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Where are the compiled jspx files stored?

204264Jan 22 2010 — edited Jan 22 2010
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2010
Added on Jan 22 2010
1 comment
826 views