As a sanity check, you may want to make sure you can get the Product 
example running with Oracle first 
(http://www.orionserver.com/docs/ejbexamples/index.html).  There's 
some good by the numbers instructions for editing the xml files ...  
Also, make sure your oracle classes12.zip is in orion\lib dir.  
Here's what a valid datasource def looks like:

        <data-source
                class="com.evermind.sql.DriverManagerDataSource"
                name="blahblah"
                location="jdbc/OracleCoreDS"
                xa-location="jdbc/xa/OracleEJBDS"
                ejb-location="jdbc/Oracle"
                connection-driver="oracle.jdbc.driver.OracleDriver"
                username="blahblah"
                password="password"
                url="jdbc:oracle:thin:@192.168.100.40:1521:boston"
                inactivity-timeout="30"
        />


_____________________________________

Get your free E-mail at http://www.ireland.com

Reply via email to