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