[jboss-user] [JCA/JBoss] - Re: Implementing custom datasource
unnis
do-not-reply at jboss.com
Fri May 16 06:37:38 EDT 2008
Dear vicky,
Thanks for your reply.
Jboss is already providing JDBC resource adaptor called "jboss-local-jdbc.rar".
What might be the following properties in jboss-local-jdbc.rar/META-INF/ra.xml
<managedconnectionfactory-class>org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory</managedconnectionfactory-class>
<connectionfactory-interface>javax.sql.DataSource</connectionfactory-interface>
<connectionfactory-impl-class>org.jboss.resource.adapter.jdbc.WrapperDataSource</connectionfactory-impl-class>
<connection-interface>java.sql.Connection</connection-interface>
<connection-impl-class>org.jboss.resource.adapter.jdbc.WrappedConnection</connection-impl-class>
can we change the property "connectionfactory-impl-class" and rebuild the rar
Thanks & Regards
unnis
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151334#4151334
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151334
More information about the jboss-user
mailing list