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!

ADF Essentials and MySQL

ImadMDec 6 2013 — edited Dec 7 2013

Hi guys,

I recently shifted from PHP/MySQL to using Oracle tools (JDeveloper and ADF...). However my organization decided to continue using MySQL as our backend database for now. Since I'm still newbie at Oracle development tools; I started following the tutorial using JDeveloper 12c. I configured a MySQL connection and tested its connecting successfully.

I also added the mysql-connector-java-5.1.27-bin.jar file to the DefaultDomain class path of WebLogic by placing it in the folder: C:\Users\imad\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain\lib

When I build a basic jsf application and run it, I get the following weird error in my browser:

java.lang.IllegalArgumentException: No oracle.adfinternal.view.faces.partition.PartitionContext$AgentName enum constant for value "netscape".

this is followed by a long list of 'at' references...

Could someone please clarify why isn't my basic demo application running???

I seriously intend to shift to Java Oracle-based applications and need help to start my learning curve.

thanks,

Imad

This post has been answered by Shay Shmeltzer-Oracle on Dec 6 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 4 2014
Added on Dec 6 2013
3 comments
516 views