1 Reply Latest reply on Oct 20, 2007 3:39 AM by jaikiran

    Looking up JCA resource in JNDI returns null

    mstacey

      Hi,

      In JBoss 4.0.5 've configured a JCA connector -ds.xml file to not use the java context:

      <use-java-context>false</use-java-context>


      When I use a java client to look up this value in JNDI, the intialContext.lookup("jndiName") method returns null. However, the initialContext.listBindings("") method lists the name.

      How can I go about troubleshooting this?

      thanks!