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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ADF on JBOSS

BlueSkyAug 29 2016 — edited Aug 29 2016

Hello,

I am trying to deploy an ADF application to JBOSS 7.  I had some problems with undefined classes when I put the adf files in the jboss module directory,  so as an experiment I decided to put all the adf libs in my deployment ear.  I know this isn't the most efficient, etc etc.  I got the same error.  I did this by means of JDev's deployment profile editor, where in 'Contributors' I check marked every library.  Upon Jboss deployment, the first class it cannot find is

oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack, even though I see this in the war file inside my ear file.  I am using 11.1.2.4.0 on Windows 7.

It is the whole ADF, not just essentials, but I figure I would see if I can get reasonably close with full ADF before working to switch my app to essentials.

21:07:25,807 WARN  [org.jboss.as.ee] (MSC service thread 1-15) JBAS011006: Not installing optional component oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBackdue to exception: java.lang.ClassNotFoundException: oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack from [Module "deployment.AIM.ear.AIM_ViewController_webapp.war:main" from Service Module Loader]at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:

Thanks,

Dale

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 26 2016
Added on Aug 29 2016
3 comments
854 views