[
https://issues.apache.org/jira/browse/ARIES-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved ARIES-1150.
------------------------------------
Resolution: Fixed
Fix Version/s: transaction-jdbc-2.1.0
Committing to https://svn.apache.org/repos/asf/aries/trunk ...
C
transaction/transaction-jdbc/src/main/java/org/apache/aries/transaction/jdbc/internal/XADataSourceMCFFactory.java
=>
transaction/transaction-jdbc/src/main/java/org/apache/aries/transaction/jdbc/internal/AbstractMCFFactory.java
A
transaction/transaction-jdbc/src/main/java/org/apache/aries/transaction/jdbc/internal/DataSourceMCFFactory.java
M transaction/transaction-itests/pom.xml
M transaction/transaction-jdbc/pom.xml
M
transaction/transaction-jdbc/src/main/java/org/apache/aries/transaction/jdbc/RecoverableDataSource.java
M
transaction/transaction-jdbc/src/main/java/org/apache/aries/transaction/jdbc/internal/XADataSourceMCFFactory.java
Committed r1599114
> Add support for creating non xa DataSource
> ------------------------------------------
>
> Key: ARIES-1150
> URL: https://issues.apache.org/jira/browse/ARIES-1150
> Project: Aries
> Issue Type: Improvement
> Components: Transaction
> Reporter: Benjamin Graf
> Assignee: Guillaume Nodet
> Priority: Minor
> Labels: features
> Fix For: transaction-jdbc-2.1.0
>
> Attachments: vcs-diff6821292441619429565.patch
>
>
> Actually you need an XADataSource to get handled by transaction-jdbc. I might
> be useful to have one abstraction layer to configure either non xa
> DataSources and XADataSources the same way with the same capabilities
> (pooling/error handling/...). May be in an generic way by providing specific
> driver class information. The benefit of that unique approach would be to get
> all kinds of DataSource configuration the same way on top of the geronimo
> core libraries. The transaction flag (none/local/xa) might be used for
> distinction.
--
This message was sent by Atlassian JIRA
(v6.2#6252)