You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@batchee.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/05/10 03:12:24 UTC

[jira] [Commented] (BATCHEE-30) implement a TransactionManagementService which uses UserTransaction

    [ https://issues.apache.org/jira/browse/BATCHEE-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13993320#comment-13993320 ] 

Hudson commented on BATCHEE-30:
-------------------------------

SUCCESS: Integrated in batchee #526 (See [https://builds.apache.org/job/batchee/526/])
BATCHEE-30 add an @Asynchronous Thread executor and a UT TransactionService (struberg: rev e6aae06470ce6742e80aff1a9f475c019e55cbc0)
* jbatch/pom.xml
* jbatch/src/main/java/org/apache/batchee/container/services/executor/ee/UserTransactionTransactionService.java
* jbatch/src/main/java/org/apache/batchee/container/services/executor/ee/ThreadExecutorEjb.java
* jbatch/src/main/java/org/apache/batchee/container/proxy/ProxyFactory.java
* jbatch/src/main/java/org/apache/batchee/container/services/executor/ee/AsyncEjbBatchThreadPoolService.java
* jbatch/src/main/java/org/apache/batchee/container/util/ExceptionUtil.java
* pom.xml
BATCHEE-30 provide an EE6 Thread Executor and UserTransaction Management (struberg: rev 78f9e2b780786327b4b7643011ebafa6b44e3f6b)
* tools/ee6/src/main/resources/META-INF/beans.xml
* tools/ee6/pom.xml
* tools/pom.xml
* tools/ee6/src/main/java/org/apache/batchee/tools/services/thread/AsyncEjbBatchThreadPoolService.java
* tools/ee6/src/main/java/org/apache/batchee/tools/services/thread/ThreadExecutorEjb.java
* jbatch/src/main/java/org/apache/batchee/container/services/executor/ee/AsyncEjbBatchThreadPoolService.java
* jbatch/src/main/java/org/apache/batchee/container/services/executor/ee/ThreadExecutorEjb.java
* jbatch/src/main/java/org/apache/batchee/container/services/executor/ee/UserTransactionTransactionService.java
* tools/ee6/src/main/java/org/apache/batchee/tools/services/thread/UserTransactionTransactionService.java


> implement a TransactionManagementService which uses UserTransaction
> -------------------------------------------------------------------
>
>                 Key: BATCHEE-30
>                 URL: https://issues.apache.org/jira/browse/BATCHEE-30
>             Project: BatchEE
>          Issue Type: Improvement
>          Components: jbatch-core
>    Affects Versions: 0.1-incubating
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 0.2-incubating
>
>
> Some containers do not provide a proper TransactionManager in the specced JNDI location.
> We should try to get a UserTransaction first. And only if this doesn't work we need the JNDI pickup of the native (and always container specific) TransactionManager.



--
This message was sent by Atlassian JIRA
(v6.2#6252)