-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: JDatastore
PostPosted: Tue Mar 15, 2005 10:42 am 
Beginner
Beginner

Joined: Fri Mar 11, 2005 7:52 am
Posts: 34
I am looking for the 'best' embedded database solution under Hibernate. Both Derby (cloudscape) and Mckoi are not stable enough for production. A commercial alternative is an option. Has Anyone used Borland JDatastore with Hibernate?


Top
 Profile  
 
 Post subject: There is a JDatastore contribution
PostPosted: Wed Mar 16, 2005 6:36 am 
Beginner
Beginner

Joined: Fri Mar 11, 2005 7:52 am
Posts: 34
Quote:
> Borland has an all java database called JDataStore. Lot of our
> customers want this JDataStore supported through Hibernate. We have
> done the necessary work and ensured that we pass all Hibernate tests.
> We want our code to be part of the Hibernate distribution.
>
> Please let me know what are the next steps we must take to make our
> code part of Hibernate project.

>> Christian Bauer [christian.bauer@jboss.com] responds
>> Please add Dialect source code to our issue tracking system.

The attached JAR file contains the JDataStoreDialect file, the property file and the updated tests. Can you please make the dialect part of the Hibernate 3.0? Thankyou very much.


JIRA for HB1423 and HHH-224
http://opensource.atlassian.com/projects/hibernate/


Top
 Profile  
 
 Post subject: JDatastore up and running
PostPosted: Thu Mar 17, 2005 11:38 am 
Beginner
Beginner

Joined: Fri Mar 11, 2005 7:52 am
Posts: 34
I have a working JDatastore database under Hibernate:

1: get the extra functionality for the JDatastore dialect:
Quote:


2: build a new Hibernate version (see this forum for the $%@^#*)*& build problems with ANT)

3: use the following settings in hibernate.properties:


Code:
## JDataStore

hibernate.dialect org.hibernate.dialect.JDataStoreDialect
hibernate.connection.driver_class com.borland.datastore.jdbc.DataStoreDriver
hibernate.connection.username SYSDBA
hibernate.connection.password masterkey
hibernate.connection.url jdbc:borland:dslocal:C:/database/hibernate.jds;create=true
#hibernate.connection.url jdbc:borland:dsremote://localhost/C:/database/hibernate.jds


have fun ;-)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.