I downloaded 0.9.4 and I am in the process of learning how to run an
application. I want to get the ejb samples up and running. I
downloaded hSql and I am having problems with the data-sources.xml file.

After putting hSql into /orion/lib directory I editted data-sources.xml
to:

<data-sources>
        <data-source
          name="default data-source"
          class="com.evermind.sql.ConnectionDataSource"
          location="jdbc/DefaultPooledDS"
          pooled-location="jdbc/DefaultPooledDS"
          xa-location="jdbc/xa/DefaultXADS"
          ejb-location="jdbc/DefaultEJBDS"
          url="jdbc:HypersonicSQL"
          connection-driver="org.hsql.jdbcDriver"
          username="whatever"
          password="whatever"
        />
</data-sources>

The data-sources-howto mentions adding a driver (zip/jar) for your
database to the /lib dir in Orion. I did not see any zip or jar to add to
the lib!

I am getting:
Error initializing server: ConnectionDataSource driver
'org.hsql.jdbcDriver' not found.

Is there anything else I need to do to orion or possibly is the
information in <data-sources> is wrong? 

Thanks for a quick reply,
Debra

Reply via email to