[
https://jira.jboss.org/jira/browse/JBPM-2101?page=com.atlassian.jira.plug...
]
Tom Baeyens updated JBPM-2101:
------------------------------
Description:
Proper AS integration requires a different TX interceptor so that we can get rid of the
dependency on EJB components.
Basics that should get you on your way easily:
* a new JtaTxRequiredInterceptorBinding should be created. that parses one attribute
user-transaction-jndi-name referring to the jndi name of the UserTransaction
* JtaTxRequiredInterceptorBinding should produce a JtaTxRequiredInterceptor and inject the
userTransactionJndiName value
* JtaTxRequiredInterceptor should extend Interceptor and implement required semantics
using the UserTransaction
was:Proper AS integration requires a different TX interceptor so that we can get rid of
the dependency on EJB components.
TX interceptor with 'required' semantics
----------------------------------------
Key: JBPM-2101
URL:
https://jira.jboss.org/jira/browse/JBPM-2101
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Heiko Braun
Assignee: Alejandro Guizar
Fix For: jBPM 4.0.0.Beta2
Proper AS integration requires a different TX interceptor so that we can get rid of the
dependency on EJB components.
Basics that should get you on your way easily:
* a new JtaTxRequiredInterceptorBinding should be created. that parses one attribute
user-transaction-jndi-name referring to the jndi name of the UserTransaction
* JtaTxRequiredInterceptorBinding should produce a JtaTxRequiredInterceptor and inject
the userTransactionJndiName value
* JtaTxRequiredInterceptor should extend Interceptor and implement required semantics
using the UserTransaction
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira