Hi,

In order to have Cloudscape embedded in the orion server, I found that I
had to amend the data-sources.xml to contain something like the
following:

<data-sources>
 <data-source
  name="CloudscapeSource"
  class="com.evermind.sql.ConnectionDataSource"
  location="jdbc/CloudscapeSource"
  pooled-location="jdbc/DefaultPooledDS"
  xa-location="jdbc/xa/DefaultXADS"
  ejb-location="jdbc/DefaultEJBDS"
  url="jdbc:cloudscape:<insert the location of your DB>"
  connection-driver="COM.cloudscape.core.JDBCDriver"
  username=""
  password=""
 />

</data-sources>

The location of your database can be something like...
E:\\Projects\\CloudscapeDB.

I am currently working on writing up a paper which will document how to
integrate the Cloudscape DB with a number of other application servers,
Orion being one of these.  The document will eventually be published on
the cloudscape website.  If you're interested I can let you know when
the document gets published :-)

Hope this helps,
- Linda.




Nirav Dani wrote:

> hi,
>
> I am using cloudscape database, where do i need to
> change/mention about it instead of HSQL default?
>
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/


Reply via email to