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.