Using build 0.8.2
 
 
Here's a sample of what I have:
 
        <data-source class="com.evermind.sql.ConnectionDataSource" location="jdbc/DefaultDS">
                <name>Default data-source</name>
                <description>
                        This is a generic data-source that takes it's generates Connections with
                        ordinary JDBC 2.0 drivers.
                </description>
                <url>jdbc:mysql://localhost/creative</url>
                <connection-driver>org.gjt.mm.mysql.Driver</connection-driver>
                <username>web</username>
                <password>web</password>
        </data-source>
 
I have the mySQL drivers in my classpath in web-application.xml
 
<classpath>/usr/local/jdk/ex/mm.mysql.jdbc-2.0pre3</classpath>
 
However, when I start up Orion, I get:
 
Error initializing server: ConnectionDataSource driver 'org.gjt.mm.mysql.Driver' not found
 
Thanks.

Reply via email to