No, this is outside the realm of JBossJCA as stated here:

http://wiki.jboss.org/wiki/Wiki.jsp?page=IWantToPluginACustomThirdpartyDataSource

DataSource with internal pool

This is a non XA datasource that does its own pooling.

If you do this, you are outside JCA. The internal pool of the DataSource will 
not understand the transactions or security configuration. Nor will any other 
component that expects the connection to be controlled by JCA which does the 
JTA (transaction manager) integration.

These DataSources are intended for use outside a J2EE environment. 


Consult your Oracle documentation and keep in mind that you are not using 
JBossJCA in this configuration. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943164#3943164

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943164


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to