This content has been marked as final.
Show 1 reply
-
1. Re: No way to add classes or packages to ResourceAdapterArchive
robert.panzer Jul 31, 2014 2:20 AM (in response to jeffmaury)Hi Jeff,
ResourceAdapter archives have this structure::
my.rar
+ META-INF
| +- ra.xml
+ myrarimpl.jar
+- mymanagedconnectionfactory.class
...
When using ResourceAdapters that are embedded in an EnterpriseArchive I often put the myrarimpl.jar into the EnterpriseArchive as a library so that the resource adapter API is available to the application.
Then the ear will have this structure:
my.ear
+ lib
| + myrarimpl.jar
+ my.rar
+ META-INF
+ ra.xml
Kind regards,
Robert