Guys,
In my product, I have 4 JCA adapters and 7 ear modules that shares all 4 adapters.
What is expected as class loading architecture for JCA Adapters in JBoss 7.1.1? Since the manual says nothing (specific) about JCA adapters classloading.
Until JBoss 4.2.3.ga, the last server I worked a lot, a class deploied within JCA adapter rar archive was available for all my applications, for all classes within an EAR.
And now on JBoss 7.1.1 ? My ear classes want to lookup JCA connection factories. What the dependency I must set on my ear, since my .rar deployment are not modules but archives ?
[]'s