You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <de...@geronimo.apache.org> on 2006/07/17 15:04:14 UTC

[jira] Created: (GERONIMO-2199) Key portion of Geronimo-1145 appears have gotten lost.

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

        

[jira] Resolved: (GERONIMO-2199) Key portion of Geronimo-1145 appears have gotten lost.

Posted by "Kevan Miller (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2199?page=all ]

Kevan Miller resolved GERONIMO-2199.
------------------------------------

    Resolution: Fixed

Thanks Rick. Patches applied.

OpenEJB 2.1.1 (RC 2814)
OpenEJB 2.2 (RC 2815)

> 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: Kevan Miller
>            Priority: Minor
>             Fix For: 1.1.1, 1.2
>
>         Attachments: GERONIMO-2199.diff-1.1.1, GERONIMO-2199.diff-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

        

[jira] Updated: (GERONIMO-2199) Key portion of Geronimo-1145 appears have gotten lost.

Posted by "Sachin Patel (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2199?page=all ]

Sachin Patel updated GERONIMO-2199:
-----------------------------------

    Assignee: Kevan Miller  (was: Rick McGuire)

> 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: Kevan Miller
>            Priority: Minor
>             Fix For: 1.1.1, 1.2
>
>         Attachments: GERONIMO-2199.diff-1.1.1, GERONIMO-2199.diff-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

        

Re: [jira] Updated: (GERONIMO-2199) Key portion of Geronimo-1145 appears have gotten lost.

Posted by Kevan Miller <ke...@gmail.com>.
Doh!
Sorry, obviously didn't look at the patches or read the jira  
closely... I'll have a look at them this afternoon.

--kevan

On Jul 17, 2006, at 10:48 AM, Rick McGuire wrote:

> Kevan Miller wrote:
>> Rick,
>> You seem to be attaching a lot of patches to Jira's for what seem  
>> to be bug fixes. Is there a reason why you aren't committing them?
> Because I don't yet have commit privileges for openejb.
> Rick
>
>>
>> --kevan
>> On Jul 17, 2006, at 9:10 AM, Rick McGuire (JIRA) wrote:
>>
>>>      [ http://issues.apache.org/jira/browse/GERONIMO-2199?page=all ]
>>>
>>> Rick McGuire updated GERONIMO-2199:
>>> -----------------------------------
>>>
>>>     Attachment: GERONIMO-2199.diff-1.1.1
>>>
>>>> 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.2, 1.1.1
>>>>
>>>>         Attachments: GERONIMO-2199.diff-1.1.1,  
>>>> GERONIMO-2199.diff-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
>>>
>>>
>>
>>
>


Re: [jira] Updated: (GERONIMO-2199) Key portion of Geronimo-1145 appears have gotten lost.

Posted by Rick McGuire <ri...@gmail.com>.
Kevan Miller wrote:
> Rick,
> You seem to be attaching a lot of patches to Jira's for what seem to 
> be bug fixes. Is there a reason why you aren't committing them?
Because I don't yet have commit privileges for openejb. 

Rick

>
> --kevan
> On Jul 17, 2006, at 9:10 AM, Rick McGuire (JIRA) wrote:
>
>>      [ http://issues.apache.org/jira/browse/GERONIMO-2199?page=all ]
>>
>> Rick McGuire updated GERONIMO-2199:
>> -----------------------------------
>>
>>     Attachment: GERONIMO-2199.diff-1.1.1
>>
>>> 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.2, 1.1.1
>>>
>>>         Attachments: GERONIMO-2199.diff-1.1.1, GERONIMO-2199.diff-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
>>
>>
>
>


Re: [jira] Updated: (GERONIMO-2199) Key portion of Geronimo-1145 appears have gotten lost.

Posted by Kevan Miller <ke...@gmail.com>.
Rick,
You seem to be attaching a lot of patches to Jira's for what seem to  
be bug fixes. Is there a reason why you aren't committing them?

--kevan
On Jul 17, 2006, at 9:10 AM, Rick McGuire (JIRA) wrote:

>      [ http://issues.apache.org/jira/browse/GERONIMO-2199?page=all ]
>
> Rick McGuire updated GERONIMO-2199:
> -----------------------------------
>
>     Attachment: GERONIMO-2199.diff-1.1.1
>
>> 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.2, 1.1.1
>>
>>         Attachments: GERONIMO-2199.diff-1.1.1, GERONIMO-2199.diff-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
>
>


[jira] Updated: (GERONIMO-2199) Key portion of Geronimo-1145 appears have gotten lost.

Posted by "Rick McGuire (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2199?page=all ]

Rick McGuire updated GERONIMO-2199:
-----------------------------------

    Attachment: GERONIMO-2199.diff-1.1.1

> 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.2, 1.1.1
>
>         Attachments: GERONIMO-2199.diff-1.1.1, GERONIMO-2199.diff-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

        

[jira] Updated: (GERONIMO-2199) Key portion of Geronimo-1145 appears have gotten lost.

Posted by "Rick McGuire (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2199?page=all ]

Rick McGuire updated GERONIMO-2199:
-----------------------------------

    Attachment: GERONIMO-2199.diff-1.2

> 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.2, 1.1.1
>
>         Attachments: GERONIMO-2199.diff-1.1.1, GERONIMO-2199.diff-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