Key portion of Geronimo-1145 appears have gotten lost.
------------------------------------------------------
Key: GERONIMO-2199
URL: http://issues.apache.org/jira/browse/GERONIMO-2199
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: OpenEJB
Affects Versions: 1.1
Reporter: Rick McGuire
Assigned To: Rick McGuire
Priority: Minor
Fix For: 1.1.1, 1.2
A key piece of the patch for GERONIMO-1145 was left out when the patch was
applied. The following change needs to be added:
- componentContext.put("ORB", Util.getORB());
+ componentContext.put("ORB", orb);
Without this change, the rest of the patch is meaningless.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira