Greetings all,
Well, I got my JCA connector to work in EAP 5 and it's a thing of beauty if I do say so myself. My requirements have changed a little however and now I find that I need to deploy my JCA to AS 7. So I added the resource adapter config in standalone.xml and deployed and it seems to have deployed fine. When I deployed the web app that utilizes the JCA, I am getting NoClassDefFoundError exceptions on the connection classes. It appears that pre-AS 7 all of the classes in the .rar where available globally but now in AS 7 they are not. Is this observation correct? If so, what do I need to do to make my connection classes available to my .war? Do I need to bundle them into a jar and create a module for them?
Thanks in advance for any and all relevant responses.
Earnie!