You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sean Ahn (JIRA)" <ji...@apache.org> on 2009/03/26 22:39:50 UTC

[jira] Created: (ODE-564) Make the process store JTA compatible

Make the process store JTA compatible
-------------------------------------

                 Key: ODE-564
                 URL: https://issues.apache.org/jira/browse/ODE-564
             Project: ODE
          Issue Type: Improvement
          Components: BPEL Runtime
            Reporter: Sean Ahn
            Assignee: Sean Ahn
            Priority: Minor


Currently, the process store has a different way of handling transactions from the engine, and, transaction boundaries are defined within itself instead of using JTA transactions. Make it use JTA transactions just like the engine does.

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


[jira] Closed: (ODE-564) Make the process store JTA compatible

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

Sean Ahn closed ODE-564.
------------------------


> Make the process store JTA compatible
> -------------------------------------
>
>                 Key: ODE-564
>                 URL: https://issues.apache.org/jira/browse/ODE-564
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Sean Ahn
>            Assignee: Sean Ahn
>            Priority: Minor
>
> Currently, the process store has a different way of handling transactions from the engine, and, transaction boundaries are defined within itself instead of using JTA transactions. Make it use JTA transactions just like the engine does.

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


[jira] Resolved: (ODE-564) Make the process store JTA compatible

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

Sean Ahn resolved ODE-564.
--------------------------

    Resolution: Fixed

r758880 | seanahn | 2009-03-26 14:54:08 -0700 (Thu, 26 Mar 2009) | 1 line
Changed paths:
   M /ode/branches/APACHE_ODE_1.X/Rakefile
   M /ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/management/DeploymentTest.java
   M /ode/branches/APACHE_ODE_1.X/bpel-epr/src/main/java/org/apache/ode/il/config/OdeConfigProperties.java
   M /ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ConfStoreConnection.java
   M /ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ConfStoreConnectionFactory.java
   M /ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java
   A /ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreTransactionProvider.java
   M /ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/hib/ConfStoreConnectionHib.java
   M /ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/hib/DbConfStoreConnectionFactory.java
   M /ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/jpa/ConfStoreConnectionJpa.java
   M /ode/branches/APACHE_ODE_1.X/bpel-store/src/main/java/org/apache/ode/store/jpa/DbConfStoreConnectionFactory.java
   M /ode/branches/APACHE_ODE_1.X/bpel-store/src/test/java/org/apache/ode/store/hib/DaoTest.java
   M /ode/branches/APACHE_ODE_1.X/dao-hibernate/src/main/java/org/apache/ode/daohib/DataSourceConnectionProvider.java
   M /ode/branches/APACHE_ODE_1.X/dao-hibernate/src/main/java/org/apache/ode/daohib/SessionManager.java
   M /ode/branches/APACHE_ODE_1.X/dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/BpelDAOConnectionImpl.java
   M /ode/branches/APACHE_ODE_1.X/dao-hibernate/src/main/java/org/apache/ode/daohib/bpel/ProcessDaoImpl.java
   M /ode/branches/APACHE_ODE_1.X/dao-jpa/src/main/java/org/apache/ode/dao/jpa/BPELDAOConnectionFactoryImpl.java
   A /ode/branches/APACHE_ODE_1.X/dao-jpa/src/main/java/org/apache/ode/dao/jpa/JpaTxMgrProvider.java
   M /ode/branches/APACHE_ODE_1.X/scheduler-simple/src/main/java/org/apache/ode/scheduler/simple/SimpleScheduler.java


> Make the process store JTA compatible
> -------------------------------------
>
>                 Key: ODE-564
>                 URL: https://issues.apache.org/jira/browse/ODE-564
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Sean Ahn
>            Assignee: Sean Ahn
>            Priority: Minor
>
> Currently, the process store has a different way of handling transactions from the engine, and, transaction boundaries are defined within itself instead of using JTA transactions. Make it use JTA transactions just like the engine does.

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