Issue Details (XML | Word | Printable)

Key: OPENEJB-1006
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: David Blevins
Reporter: Fredrik Jonson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

Added 'openejb.vendor.config' property settable to any of: geronimo, glassfish, jboss, weblogic

Created: 07/Mar/09 04:12 PM   Updated: 08/Mar/09 12:03 AM
Return to search
Component/s: deployment
Affects Version/s: 3.0, 3.1
Fix Version/s: 3.0.1, 3.1.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works make-automatic-inclusion-of-sun-descriptors-optional.patch 2009-03-07 04:18 PM Fredrik Jonson 1 kB
Issue Links:
Reference
 

Resolution Date: 08/Mar/09 12:03 AM


 Description  « Hide
When a project's target environment is both Geronimo and Glassfish it is convenient if geronimo does not interfere with the sun specific deployment descriptors, such as sun-ejb-jar.xml. By default openejb currently parses both openejb-jar.xml and sun-ejb-jar.xm - which may cause deployment failures when the sun descriptor contains configurations specifically tailored for Glassfish.

The goal of this issue is to make automatic inclusion of the sun-specific deployment descriptors optional.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #751333 Sat Mar 07 22:29:29 UTC 2009 dblevins OPENEJB-1006: Added 'openejb.vendor.config' property settable to any of: geronimo, glassfish, jboss, weblogic
Files Changed
MODIFY /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/config/ConfigurationFactory.java
ADD /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/Vendor.java
MODIFY /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/util/Options.java

Repository Revision Date User Message
ASF #751341 Sun Mar 08 00:02:42 UTC 2009 dblevins OPENEJB-1006: Added 'openejb.vendor.config' property settable to any of: geronimo, glassfish, jboss, weblogic
Files Changed
ADD /openejb/branches/openejb-3.0.x/container/openejb-core/src/main/java/org/apache/openejb/Vendor.java (from /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/Vendor.java)
MODIFY /openejb/branches/openejb-3.0.x/container/openejb-core/src/main/java/org/apache/openejb/config/ConfigurationFactory.java
ADD /openejb/branches/openejb-3.0.x/container/openejb-core/src/main/java/org/apache/openejb/util/Options.java