You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2008/08/17 00:25:44 UTC

[jira] Created: (OPENEJB-895) Support ResourceAdapter without requiring the Geronimo TransactionManager implementation

Support ResourceAdapter without requiring the Geronimo TransactionManager implementation
----------------------------------------------------------------------------------------

                 Key: OPENEJB-895
                 URL: https://issues.apache.org/jira/browse/OPENEJB-895
             Project: OpenEJB
          Issue Type: New Feature
          Components: connectors
            Reporter: Dain Sundstrom
             Fix For: 3.0.1


Currently the Geronimo TransactionManager implementation is required to add a ResourceAdapter to OpenEJB, because OpenEJB does not have a WorkManager implementation.  A complete WorkManager implementation requires internal access to a TransactionManager to perform XID importation, but since most ResourceAdapters (such as ActiveMQ) do not need XID importation, OpenEJB could provide a partial implementation when operating in an environment without a Geronimo TransactionManager implementation.  Also, the connector specification has well defined exceptions to notify the ResourceAdapter implementation that work manager is unable to import the XID.

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


[jira] Closed: (OPENEJB-895) Support ResourceAdapter without requiring the Geronimo TransactionManager implementation

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dain Sundstrom closed OPENEJB-895.
----------------------------------

    Resolution: Fixed

Sending        openejb3/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java
Adding         openejb3/container/openejb-core/src/main/java/org/apache/openejb/core/transaction/SimpleBootstrapContext.java
Adding         openejb3/container/openejb-core/src/main/java/org/apache/openejb/core/transaction/SimpleWorkManager.java
Transmitting file data ...
Committed revision 686571.



> Support ResourceAdapter without requiring the Geronimo TransactionManager implementation
> ----------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-895
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-895
>             Project: OpenEJB
>          Issue Type: New Feature
>          Components: connectors
>            Reporter: Dain Sundstrom
>             Fix For: 3.0.1
>
>
> Currently the Geronimo TransactionManager implementation is required to add a ResourceAdapter to OpenEJB, because OpenEJB does not have a WorkManager implementation.  A complete WorkManager implementation requires internal access to a TransactionManager to perform XID importation, but since most ResourceAdapters (such as ActiveMQ) do not need XID importation, OpenEJB could provide a partial implementation when operating in an environment without a Geronimo TransactionManager implementation.  Also, the connector specification has well defined exceptions to notify the ResourceAdapter implementation that work manager is unable to import the XID.

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


[jira] Assigned: (OPENEJB-895) Support ResourceAdapter without requiring the Geronimo TransactionManager implementation

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins reassigned OPENEJB-895:
-------------------------------------

    Assignee: Dain Sundstrom

> Support ResourceAdapter without requiring the Geronimo TransactionManager implementation
> ----------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-895
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-895
>             Project: OpenEJB
>          Issue Type: New Feature
>          Components: connectors
>            Reporter: Dain Sundstrom
>            Assignee: Dain Sundstrom
>             Fix For: 3.0.1
>
>
> Currently the Geronimo TransactionManager implementation is required to add a ResourceAdapter to OpenEJB, because OpenEJB does not have a WorkManager implementation.  A complete WorkManager implementation requires internal access to a TransactionManager to perform XID importation, but since most ResourceAdapters (such as ActiveMQ) do not need XID importation, OpenEJB could provide a partial implementation when operating in an environment without a Geronimo TransactionManager implementation.  Also, the connector specification has well defined exceptions to notify the ResourceAdapter implementation that work manager is unable to import the XID.

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