Details
Description
I'm trying to create an application with a inbound rar connector implementation, and have the ear deploy properly on both Geronimo and Glassfish 2.1. To solve that I declare my resource adapter reference both in a openejb-jar.xml for the geronimo specific configuration and a sun-ejb-jar.xml for the glassfish specific configuration.
This solution works on glassfish, it ignores openejb-jar.xml as intended. In geronimo, openejb seems to pick up and try to parse the sun-ejb-jar.xml even though the ejb module also contains both a ejb-jar.xml and openejb-jar.xml.
Since sun-ejb-jar.xml is application server specific for Sun/Glassfish I expect Geronimo to stay away from it entirely.
This issue has been raised before, but I could not find anything relevant in jira. Check the following mail note:
http://marc.info/?l=geronimo-dev&m=118857105323864
Attachments
Issue Links
- is related to
-
OPENEJB-1006 Added 'openejb.vendor.config' property settable to any of: geronimo, glassfish, jboss, weblogic
- Closed