Joined: Tue May 02, 2006 1:59 pm Posts: 17 Location: California
|
My weblogic domain config.xml looks like this :
<JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver"
Name="DBMSConnectionPool"
Password="xxxxxxxxxxxxx" Properties="user="xx"
Targets="abc,def"
TestTableName="SQL SELECT 1 FROM DUAL" URL="jdbc:oracle:thin:IPADDRESS:DBMSN"/>
<JDBCTxDataSource JNDIName="dbms.datasource" Name="DBMSDataSource" PoolName="DBMSConnectionPool" Targets="VRSN_process_0,VRSN_process_1"/> </Domain>
I am using DBMSDataSource as the name of the datasource in the hte hibernate.cfg.xml
_________________ Thanks
|
|