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, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html