I am trying to define two Datasources and use both at the same time by defining two JNDI lookups as follows:
Code:
<jee:jndi-lookup id="myJndiDataSource" jndi-name="jdbc/MyDb"...
Type: Posts; User: rangolijain; Keyword(s):
I am trying to define two Datasources and use both at the same time by defining two JNDI lookups as follows:
Code:
<jee:jndi-lookup id="myJndiDataSource" jndi-name="jdbc/MyDb"...
I am trying to define two Datasources by defining two JNDI lookups as follows:
<jee:jndi-lookup id="myJndiDataSource" jndi-name="jdbc/MyDb" lookup-on-startup="false"...