1 Reply Latest reply on Sep 9, 2003 9:53 AM by juha

    Jboss.xml and reference

    testinghard

      Greetings!

      I am trying to access Oracle database from EJB using JBoss's connection Pool.. In this case is it essential to use Jboss.xml or just declaring the reference in ejb-jar.xml will suffice ?? and if we do need it in Jboss.xml, what is the format of it should be?.. Any kind hearted / knowledgable out there willing to help ???

      Thanks in Advance.

        • 1. Re: Jboss.xml and reference

          If you configure your connection pool under the lookup name java:/DefaultDS name then you won't need jboss.xml. This assumes all your components access the same datasource with equal configuration.

          -- Juha