[jboss-jira] [JBoss JIRA] Commented: (JBRULES-2289) Support JPA Resource Local EntityTransaction based Transactions
Marco Piraccini (JIRA)
jira-events at lists.jboss.org
Thu Jul 21 04:26:23 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615582#comment-12615582 ]
Marco Piraccini commented on JBRULES-2289:
------------------------------------------
It's really impossible to support RESOURCE_LOCAL? That can be quite a problem in cases when JTA is not supported.
That issue is probably related to that one I met with JBPM: https://issues.jboss.org/browse/JBPM-3282
> Support JPA Resource Local EntityTransaction based Transactions
> ---------------------------------------------------------------
>
> Key: JBRULES-2289
> URL: https://issues.jboss.org/browse/JBRULES-2289
> Project: Drools
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.1.FINAL
> Reporter: Michael Youngstrom
> Assignee: Mark Proctor
>
> It would be nice if wherever JPA is used in Drools (drools-flow in particular) there was support for RESOURCE_LOCAL transactions through JPA's EntityTransaction interface as an alternative to JTA.
> Support for resource local transactions would reduce the base Drools Flow dependency footprint (no need for bitronix) as well as allow Drools to be used in a containerless or Tomcat like environment without a JTA implementation available. Although embeddable solutions are available they are often either buggy or complex. It would be nice to not have to deal with them if possible.
> If the idea is acceptable I'd be willing to put together an initial patch.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list