[ 
https://issues.apache.org/jira/browse/KARAF-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142907#comment-14142907
 ] 

Benjamin Graf commented on KARAF-3035:
--------------------------------------

Of course not. I see that the template for construction generic datasource uses 
commons-dbcp and commons-pool. commons-dbcp is used to create a generic 
DataSource via BasisDataSource class and the specific JDBC Driver class. This 
is actually not supported by aries jdbc. It's actually the only template which 
does support pooling at all via commons-pool. And I think it should be replaced 
by geronimo-connector pooling capabilities. I'm just looking around what should 
be done to implement this task and found this gap for generic datasource 
creation. And actually I think the best fit might be pax jdbc which does 
support generic creation for DataSource for any JDBC Driver which can than be 
used further in creating RecoverableDataSource from aries jdbc. As already 
mentioned in previous comment BasicDataSource is not useable with tranql!

> Use aries transaction jdbc / jms for pooling
> --------------------------------------------
>
>                 Key: KARAF-3035
>                 URL: https://issues.apache.org/jira/browse/KARAF-3035
>             Project: Karaf
>          Issue Type: Improvement
>    Affects Versions: 4.0.0
>            Reporter: Guillaume Nodet
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to