Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] unable to initialize hibernate: Dialect class not found

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] unable to initialize hibernate: Dialect class not found


Chronological Thread 
  • From: "Tom Zeller" <>
  • To: "David Alexander" <>
  • Cc:
  • Subject: Re: [grouper-users] unable to initialize hibernate: Dialect class not found
  • Date: Fri, 5 Dec 2008 11:20:21 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=urMaHkiJAw1t+dVPRjWTB1tprck/BJE3A5hWcSnYc6OoGWeazrvxYPO4xBFJl22pda qIej2T3kHD5NwYwoNS38uZ54bQOHGjsF6usWG/hDNBRp1b7VVUn4fzVs6fxyjh3n5lMy Amv8RwrFb+Wr6hJnTJNrbblkQfV7gqUzwOi/s=

On Fri, Dec 5, 2008 at 11:03 AM, David Alexander <> wrote:

I am having trouble getting the Grouper QuickStart to work with MySQL.
I copied mysql-connector-java-5.1.5-bin.jar to grouper-qs/grouper/lib
prior to building, and I have the following in
grouper.hibernate.properties.mysql:

hibernate.dialect = net.sf.hibernate.dialect.MySQLDialect

I think that's Hibernate 2, you want Hibernate 3:

hibernate.dialect = org.hibernate.dialect.MySQL5Dialect

conf/grouper.hibernate.example.properties has more examples.

TomZ



Archive powered by MHonArc 2.6.16.

Top of Page