0 Replies Latest reply on Oct 31, 2002 5:37 PM by potatohead

    JNDI Lookup Path

    potatohead

      While trying to use JBoss-3.0.3, receiveing an error with the oracle-service.xml file. Have the JNDIName setup, but receiving JDBC naming not found.

      Have tried in Java source code to do the following, with no success:
      Context context = new InitialContext();
      context.lookup("java:/OracleDataSource");

      In the oracle-service.xml have the following:
      OracleDataSource


      HELP!!!!!