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!

jDeveloper EA1 JSF deployment to 10.1.3 Prev4

10768Oct 5 2005 — edited Oct 16 2005
I have migrated my JSF application developemnt to EA1 and also installed App Server 10g (10.1.3. Prev4)

After deployment to the App server when JSF page needs to interact with the bean
I am getting following error:

500 Internal Server Error
javax.faces.FacesException: #{policyBean2.newPolicy}: javax.faces.el.EvaluationException: oracle.oc4j.loader.util.AnnotatedLinkageError: aacp/gePailin/view/backing/PolicyBean2 (Unsupported major.minor version 49.0)

Invalid class: aacp.gePailin.view.backing.PolicyBean2
Loader: gePailin.web.gePailin:0.0.0
Code-Source: /C:/oracle/10gAS13/j2ee/home/applications/gePailin/gePailin/WEB-INF/classes/
Configuration: WEB-INF/classes/ in C:\oracle\10gAS13\j2ee\home\applications\gePailin\gePailin\WEB-INF\classes


I guess this is related to the JDK version as I have no preblem on localy running oc4j 10.1.3 Prev 4 with JDK 1.5 (jdk included into Jdeveloper EA1).

How can I deploy JSF application from Jdeveloeper 10.1.3 EA1 version to the App Server 10g 10.1.3 Prev4?

Thanks

ferdo
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 13 2005
Added on Oct 5 2005
6 comments
647 views