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