I'm having trouble propperly configuring
data-sources.xml.
This is what my data-sources.xml looks like:
<data-sources>
<data-source name="Default data-source" schema="database-schemas/oracle.xml" class="oracle.jdbc.driver.OracleDriver" location="jdbc/DefaultDS" pooled-location="jdbc/DefaultPooledDS" xa-location="jdbc/xa/DefaultXADS" ejb-location="jdbc/DefaultEJBDS" url="jdbc:ORACLE:defaultdb" connection-driver="jdbc:oracle:thin:@laptop:1521:mas" username="scott" password="tiger" /> </data-sources>
I copied classes111.zip to the orion/lib dir as well. When I
start up Orion it says:
Error initializing server: Unknown DataSource type:
oracle.jdbc.driver.OracleDriver
I've even tried unzipping the classes111.zip file, no
luck. And my server.xml specifies the library of ../lib (as it
does
by default)
Any ideas?
Thanks!
Neal
|