[
https://jira.jboss.org/jira/browse/EMBJOPR-108?page=com.atlassian.jira.pl...
]
Scott M Stark commented on EMBJOPR-108:
---------------------------------------
The current profileservice-spi version of KnownComponentTypes used in the JBAS 5.x branch
(5.1.0.CR1 of the integration project) does include a LocalTx value:
public enum DataSourceTypes
{
XA("DataSource", "XA"), LocalTx("DataSource",
"LocalTx"), NoTx("DataSource", "NoTx");
...
Add support for local-tx connection factories
---------------------------------------------
Key: EMBJOPR-108
URL:
https://jira.jboss.org/jira/browse/EMBJOPR-108
Project: Embedded Jopr
Issue Type: Task
Reporter: Charles Crouch
Assignee: Ian Springer
Fix For: 1.2
We have support for XA and no-tx ones, we should add local-tx. This page describes the
different varieties
http://www.jboss.org/community/docs/DOC-9326
--
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