I am evaluating orion j2ee compliant server. I am trying to configure orion
server for jdbc access. I've tried to use oracle lite jdbc driver or even
jdbc odbc bridge from sun's jdk. I still cannot figure out what I have to
put in the class statement. No matter what I do I stil get invalid data
source message. Here is an exerpt from data-sources.xml file

1.      <data-source
                class="com.evermind.sql.DriverManagerDataSource"
                name="Hypersonic"
                location="jdbc/HypersonicCoreDS"
                xa-location="jdbc/xa/HypersonicXADS"
                ejb-location="jdbc/HypersonicDS"
                connection-driver="org.hsql.jdbcDriver"
                username="sa"
                password=""
                url="jdbc:HypersonicSQL:./database/defaultdb"
                inactivity-timeout="30"
        />
2.      <data-source
                class="jdbc:polite:titan"
                name="Microsoft SQL Server"
                location=""
                xa-location=""
                ejb-location=""
                connection-driver="oracle.pol.poljdbc.POLJDBCDriver"
                username="system"
                password="passwd"
                url="jdbc:polite:titan"
                inactivity-timeout="30"
        />
3.      <data-source
                class=""
                name=""
                location=""
                xa-location=""
                ejb-location=""
                connection-driver="sun.jdbc.odbc.JdbcOdbcDriver"
                username="sa"
                password=""
                url="jdbc:odbc:mssql7"
                inactivity-timeout="30"
        />

1. is the configuration shipped with orion server and it works. 2 and 3 I
tried to configure oracle lite and jdbc-odbc bridge respectively. I cannot
figure out what I have to put in class attribute. I sent several emails to
orion tech support but no response and their documentation does not have any
explanation either. If anybody knows please respond.
Thanks,
Misak Boulatian

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to