Hi all,
I have a JCA resource adapter which is using third party libraries. RA implamentation' JAR as well as thisrd party JARs are packaged into RAR file, deployed in <AS7>/standalone/deployments directory. But on bootstrapping of RA the thirdparty classes cannot be found.
java.lang.ClassNotFoundException: com.iona.corba.art.artimpl.ORBImpl from [Module "org.jboss.as.connector:main" from local module loader @19eda2c (roots: C:\eplatform\jboss\AS-7.1\modules)]
whereby com.iona.corba.art.artimpl.ORBImpl is in a jar on the root of RAR.
Did anybody face a similar problem?
Does anybody have a dummy sample RA for testing?
I think it's a bug.