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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to