On 02. Mai 2006 - 13:26:04, Ted Steen wrote:
| Ok, here are the relevant configuration files.
| By the way.. is there anyone who use MySQL + Tapernate + c3p0?
| Maybe it couldbe MySQL specific?

Yes, me ;) 

After a quick look at your configuration I've found the following
differences to my configuration...

I have:
<property name="hibernate.connection.driver_class" 
value="org.gjt.mm.mysql.Driver"/>
<property name="hibernate.connection.url" 
value="jdbc:mysql://localhost/plattform"/>

I don't have:
<property name="hibernate.format_sql" value="true" />
<property name="hibernate.query.substitutions" value="true 1, false 0, yes 'Y', 
no 'N'" />

Perhaps it's one of these options?

Cheers,
  Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to