Search:

Type: Posts; User: rangolijain; Keyword(s):

Search: Search took 0.03 seconds.

  1. Configuring multiple JNDI lookup to have 2 different datasources in Spring.

    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"...
  2. Configuring multiple JNDI lookup to have 2 different datasources in Spring.

    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"...
Results 1 to 2 of 2