Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

java.lang.ClassNotFoundException: oracle.jbo.client.Configuration

GPS-OracleNov 1 2011 — edited Nov 2 2011
Hi, i understand the error is very trivial, and because of "oracle.jbo.client.Configuration" not available in the class path. Here is what i'm trying to do.

1. Created a custom project with ADF BC , and created multiple application modules.

2. Created a another custom project with EJB, and added the above ADF-BC project as one of the dependency as a jar. And trying to create app module implementation from a session bean, using {code }Configuration.createRootApplicationModule(amDef, config);
3. These 2 projects are in a application,  and deployed the application with these two projects, in jdev integrated server. 

4. Using a java client , i tried to invoke the session bean in the custom project (created in setp2) ,  and this error is thrown.. 

I understand, ADF run time should be available to the session bean, that i created in the step 2.  But not sure how the application deployment plan should be edited to have ADF runtime . 

 Generally i guess  Jdev deployment plan will include necessary rum time libraries.   Do i need to hand code the Manifest.mf file to add required jars.   Thanks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2011
Added on Nov 1 2011
2 comments
373 views