3 Replies Latest reply on Jul 18, 2003 6:05 AM by adrian.brock

    eis not bound

    subbaiah

      I am getting a "javax.naming.NameNotFoundException: eis not bound "
      message
      the jndi name i specified is not accepted

      This is my *-ds.xml file. The same JNDI works with websphere and weblogic and SunOne.

      <?xml version="1.0" encoding="UTF-8"?>
      <connection-factories>
      <tx-connection-factory>
      <jndi-name>eis</jndi-name>
      <adapter-display-name>CCII</adapter-display-name>
      <!-- If you supply the usr/pw from a JAAS login module -->
      <security-domain/>
      <!-- if your app supplies the usr/pw explicitly getConnection(usr, pw) -->
      <application-managed-security/>
      <!-- pooling -->
      <min-pool-size>2</min-pool-size>
      <max-pool-size>10</max-pool-size>
      <blocking-timeout-millis>5000</blocking-timeout-millis>
      <idle-timeout-minutes>10</idle-timeout-minutes>
      </tx-connection-factory>
      </connection-factories>

      is *-ds.xml file the only file that needs to be created or are there more files that need to be modified.
      Doea anyone have a procedure to deploy a .rar(resource adapter) or have a sample ds.xml file
      thanks