Please add support for creation of datasources based on the value of DatasourcePropertySet.DATASOURCE
patch that you can use to pass datasource properties to the samples integration tests
added support for weblogic 8x.
weblogic9x+ integration will involve the following:
1. create a *jdbc.xml file and store into config/jdbc folder 2. update config/config.xml with a reference to that file
see: http://download.oracle.com/docs/cd/E11035_01/wls100/jdbc_admin/config.html
Weblogic supports transactional DataSources including XA emulation, but not Resources.
patch that you can use to pass datasource properties to the samples integration tests