[
https://issues.apache.org/jira/browse/OPENJPA-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764720#action_12764720
]
Pinaki Poddar commented on OPENJPA-1342:
----------------------------------------
The idea is to avoid bringing in a heavyweight container within OpenJPA test
environment.
The contract between OpenJPA and a container is thin enough to provide a bare
bone lightweight container implementation (which also, btw, many do).
But please give this one a try and see how it goes. It surely helps me to debug
easily.
> Build a mechanics to test JTA transaction semantics within JSE
> ---------------------------------------------------------------
>
> Key: OPENJPA-1342
> URL: https://issues.apache.org/jira/browse/OPENJPA-1342
> Project: OpenJPA
> Issue Type: Test
> Reporter: Pinaki Poddar
> Assignee: Pinaki Poddar
>
> The transaction semantics and flow within container environment or with JTA
> resource type differs from locally managed transaction.
> OpenJPA test harnesses do not have a facility to test functionality within a
> managed transaction without a full-blown ejb/application container.
> This issue will develop a simple/basic JTA transaction manager to plug-in to
> openjpa.ManagedRuntime to exercise codepath for
> managed transaction without needing a full-blown ejb/application container.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.