-->
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: dialect problem
PostPosted: Fri Dec 08, 2006 11:46 am 
Newbie

Joined: Sun Sep 17, 2006 3:32 pm
Posts: 3
Hi all,

I can't figure out what the problem with this configuration file is. When I'm trying to use hbm2ddl.SchemaExport, I get an error saying dialect isn't set. The contents of my hibernate.cfg.xml file:

<?xml version="1.0"?>
<hibernate-configuration>
<session-factory>
<property name="connection.username">film</property>
<property name="connection.url">jdbc:postgresql://localhost/film/</property>
<property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property name="connection.driver_class">org.postgresql.Driver</property>

<mapping resource="Kategoria.hbm.xml"/>
</session-factory>
</hibernate-configuration>

Thanks in advance,
grepalyc


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 08, 2006 4:28 pm 
Expert
Expert

Joined: Tue Dec 28, 2004 7:02 am
Posts: 573
Location: Toulouse, France
Well, your configuration seems to be quite good at first glance. If you're using schemaExport and Hibernate 3, why don't you use automatic property to do this. It's much simpler IMO.

Maybe have a look at the reference doc : http://www.hibernate.org/hib_docs/v3/re ... figuration

<!-- Drop and re-create the database schema on startup -->
<property name="hbm2ddl.auto">create</property>

_________________
Baptiste
PS : please don't forget to give credits below if you found this answer useful :)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 08, 2006 5:52 pm 
Newbie

Joined: Sun Sep 17, 2006 3:32 pm
Posts: 3
I've solved the problem, I forgot to add the <!DOCTYPE ...> line...
Thanks anyway,

grepalyc


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.