-->
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.  [ 4 posts ] 
Author Message
 Post subject: does Hibernate not support DB2/LINUXZ64?
PostPosted: Wed Jun 18, 2008 5:56 am 
Newbie

Joined: Wed Jun 18, 2008 5:48 am
Posts: 2
Hibernate version:3.2.6

Name and version of the database I am using:DB2/LINUXZ64

when I tried to running the program, Hibernate told me:
... ...
Hibernate Dialect must be explicitly set for database: DB2/LINUXZ64
... ...

but there is not such Dialect for DB2/LINUXZ64 now, does Hibernate not support DB2/LINUXZ64 so far?

or someway I can solve this issue?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 18, 2008 9:17 am 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
use the DB2 dialect ;-)

_________________
Sanne
http://in.relation.to/


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 18, 2008 9:45 am 
Newbie

Joined: Wed Jun 18, 2008 5:48 am
Posts: 2
s.grinovero wrote:
use the DB2 dialect ;-)


Thank you so much.

I just found out I have to use:
... ...
<property name="hibernate.dialect">org.hibernate.dialect.DB2Dialect</property>
... ...

why not
... ...
<property name="dialect">org.hibernate.dialect.DB2Dialect</property>
... ...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 19, 2008 9:17 am 
Expert
Expert

Joined: Tue May 13, 2008 3:42 pm
Posts: 919
Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
The DB2 dialect should work for both Linux and Windows version of DB2. I've used it on a number of implementations and haven't had a problem.

_________________
Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?"
http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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.