Hi All,
I get the following error in SqlConfigCams.xml file. Curiously enough connects to database and returns result set in WSAD 5.1.2 (WebSphere) with no problem.
Do I need resource reference in my project web.xml and how to declare it? I am not able to get the right syntax.
SqlConfigCams.xml
<transactionManager type="EXTERNAL" >
<property name="DefaultAutoCommit" value="false"/>
<property name="SetAutoCommitAllowed" value="false"/>
<dataSource type="JNDI">
<property name="DataSource" value="jdbc/cams_dev"/>
Error
[4/21/06 12:25:53:234 EDT] 3de63de6 ConnectionFac I J2CA0122I: Resource reference jdbc/cams_dev could not be located, so default values of the following are used: [Resource-ref settings]
res-auth: 1 (APPLICATION)
res-isolation-level: 0 (TRANSACTION_NONE)
res-sharing-scope: true (SHAREABLE)
res-resolution-control: 999 (undefined)
[Other attributes]
isCMP1_x: false (not CMP1.x)
isJMS: false (not JMS)
Thanks,
Ali
