Hi All,
I am trying to migrate an application from Jboss 3 to Jboss AS 7.1.0, I am using EAR for deploying which uses liferay portal framework. The exploded ear contains 6 ejb jars and 2 war files.
myapp.ear
----
----cache-ejb.jar
----counter-ejb.jar
----document-library-ejb.jar
----lock-ejb.jar
----lib
----mail-ejb.jar
----portal-ejb.jar
----portal-web.war
----tunnel-web.war
----META-INF
I have a tattletale report (attached) for the above said project structure and all lib/jars including the ejb-jars and wars.
Could anybody help me how to use this report for fixing the exceptions and missing/unavailabe dependancies like as below:
1.Caused by java.lang.ClassNotFoundException: com.liferay.portlet.imagegallery.model.IGFolder from [Module "deployment.spinnaker_im.ear.portal-ejb.jar:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
2.JBAS014771: Services with missing/unavailable dependencies" => [jboss.naming.context.java.comp.spinnaker_im.cache-ejb.com_liferay_cache_ejb_CacheManager.ValidatorFactoryjboss.naming.context.java.comp.spinnaker_im.cache-ejb.com_liferay_cache_ejb_CacheManager]","jboss.naming.context.java.comp.spinnaker_im.counter-ejb.com_liferay_counter_ejb_CounterManager.Validatorjboss.naming.context.java.comp.spinnaker_im.counter-ejb.com_liferay_counter_ejb_CounterManagerMissing
Thanks,
Chandru