You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2010/04/20 23:41:50 UTC

[jira] Created: (OPENEJB-1259) Temporarily fallback to initial context lookup of cmp persistence context for geronimo

Temporarily fallback to initial context lookup of cmp persistence context for geronimo
--------------------------------------------------------------------------------------

                 Key: OPENEJB-1259
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1259
             Project: OpenEJB
          Issue Type: Bug
          Components: cmp2
    Affects Versions: 3.1.x
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 3.1.x


At the moment geronimo trunk is not using the openejb constructed jndi tree.  Amazingly this pretty much works except for the cmp jpa persistence context which is looked up in the openejb constructed tree but currently only bound in the geronimo one.

Pending better integration of jndi trees between openejb and geronimo, I'm going to fall back to new InitialContext().lookup(...) if the lookup in the context from deploymentInfo fails.

This should be fixed before an openejb release.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENEJB-1259) Temporarily fallback to initial context lookup of cmp persistence context for geronimo

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859095#action_12859095 ] 

David Jencks commented on OPENEJB-1259:
---------------------------------------

Committed rev 936089.

> Temporarily fallback to initial context lookup of cmp persistence context for geronimo
> --------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1259
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1259
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: cmp2
>    Affects Versions: 3.1.x
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.1.x
>
>
> At the moment geronimo trunk is not using the openejb constructed jndi tree.  Amazingly this pretty much works except for the cmp jpa persistence context which is looked up in the openejb constructed tree but currently only bound in the geronimo one.
> Pending better integration of jndi trees between openejb and geronimo, I'm going to fall back to new InitialContext().lookup(...) if the lookup in the context from deploymentInfo fails.
> This should be fixed before an openejb release.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.