I am still unable to start OrionServer with a datasource to HypersonicSQL.  Here is the entry in data-sources.xml:
 

    <data-source class="com.evermind.sql.ConnectionDataSource" location="jdbc/DefaultDS">

    <name>Default data-source</name>

    <description>Hypersonic SQL source.</description>

    <url>jdbc:HypersonicSQL:.</url>

    <connection-driver>hSql.hDriver</connection-driver>

    <username>sa</username>

    <password></password>

    </data-source>

 
and here is the error:
 
    >java -jar orion.jar
    Error initializing server: ConnectionDataSourcer driver 'hSql.hDriver' not found
 
The driver hSql.hDriver is available in the system classpath, and can be found by the default classloader.  Does anyone know why this isn't working?  Thanks.
 

Reply via email to