2 Replies Latest reply on Mar 14, 2006 9:20 PM by paul.nkoy

    How to change java:/OracleDS to jdbc/OracleDS

    augustynr

      Hi,
      Is that possible I would like to be able to access oracle datasource by:
      DataSource ods = (DataSource) context.lookup("jdbc/OracleDS");
      instead of :
      DataSource ods = (DataSource) context.lookup("java:/OracleDS");
      What needs to be changed?
      Thanks in advance