[jboss-user] [JCA] - Re: ClassNotFoundException when moving JCA adaptor from 4.2.
vickyk
do-not-reply at jboss.com
Mon Oct 19 04:07:18 EDT 2009
The ear should have been able to access the classes present in the RAR since the CL's associated with RAR/EAR deployment should look at the common ParentDomain( which is basically the new name for UnifiedLoaderReposity in JBoss5) that holds the class cache of all the classes present in non-scoped deployments.
Check the following MBean's displayClassInfo() operationand paste it here
JMImplementaiton:name=Default,service=LoaderRepository
You should enter the classname as net.za.pwnconsulting.logmon.rar.cci.data.client.LogMessage in displayClassInfo().
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260990#4260990
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260990
More information about the jboss-user
mailing list