is "abcd/efgh" your datasource location?
On 6/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am seeing the following in the console when trying to load a sql-map: > > [6/15/05 15:37:11:813 EDT] 6eb06eb0 ConnectionFac I J2CA0122I: Resource > reference abcd/efgh 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) > > My SQL map looks like this: > - <sqlMapConfig> > <settings maxSessions="64" maxTransactions="8" maxRequests="128" /> > - <transactionManager type="JDBC"> > - <dataSource type="JNDI"> > <property name="DataSource" value="abcd/efgh" /> > </dataSource> > </transactionManager> > <sqlMap resource="Test.xml" /> > </sqlMapConfig> > > My question is what change should be made to the server configuration in > order to suppress the warnings shown above in the console? >
