-->
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: Using HSQLDB in IN-PROCESS (Standalone) MODE
PostPosted: Thu Oct 30, 2003 9:46 am 
Beginner
Beginner

Joined: Tue Sep 30, 2003 4:16 pm
Posts: 33
It appears to me that if I let Hibernate manage the JDBC connection to HSQL I can't get HSQL running in IN-PROCESS (Standalone) MODE. According to the HSQL Doc, to do this you need to:

Connection c = DriverManager.getConnection ("jdbc:hsqldb:testdb", "sa", "");

Which I guess Hibernate is not doing, so that as a result I felt I had to call JDBC directly for a Connection and supply that to Hibernate, which according to the Hibernate Doc is far less preferred than letting Hibernate do all the JDBC handling.

Is my analysis correct? Is there a way to tell Hibernate to open the HSQL database in In Process mode?

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 30, 2003 10:09 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
works for me....


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 30, 2003 11:29 am 
Beginner
Beginner

Joined: Tue Sep 30, 2003 4:16 pm
Posts: 33
Thanks.... Now...

Quote:
Is there a way to tell Hibernate to open the HSQL database in In Process mode?


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.