I am trying to deploy and run the ATM example using
Oracle as database.  Below is the data-sources.xml, I
anticipate a problem in the file since orion is not
finding the data source:

        <data-source
               
class="oracle.jdbc.driver.OracleDriver"
                name="Oracle"
             --->   location=""
               
connection-driver="oracle.jdbc.driver.OracleDriver"
                username="scott"
                password="tiger"
                url="jdbc:oracle:oci8:@ora816"
                inactivity-timeout="30"
        />
What does the location should be?

Any help is appreciated.

Thanks,
Mustafa

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to