Provide a TransactionManager implementation on top of TransactionContextManager
-------------------------------------------------------------------------------

         Key: GERONIMO-2085
         URL: http://issues.apache.org/jira/browse/GERONIMO-2085
     Project: Geronimo
        Type: Improvement
    Security: public (Regular issues) 
  Components: transaction manager  
    Reporter: Guillaume Nodet


When integrating geronimo transaction manager in other projects, the main class 
to use is the TransactionContextManager,
but this class does not implement the JTA specified TransactionManager, even 
though it provides the exact features.
This uncesseraly ties the project to Geronimo transaction manager 
implementation.

We could easily provide a wrapper implementing TM on top of TCM, or
put the TCM features inside the TransactionManagerImpl.

I'm willingfull to provide a patch, but which way is the best ?
The first one (wrapper) obviously is the one that requires the least amount of 
changes, but it would
lead to two implementations of TM.

-- 
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

Reply via email to