Hi!

> The H2 dialect (org.hibernate.dialect.H2Dialect) supports this
> option... What dialect do you use?

I use the H2 Dialect. My persistence.xml:

  <persistence-unit name="Task" transaction-type="RESOURCE_LOCAL">
    <properties>
      <property name="hibernate.connection.driver_class"
value="org.h2.Driver"/>
      <property name="hibernate.connection.url" value="jdbc:h2:/home/
mp/javadev/src/com/inubit/ibis/test/ibis_root/log/dbh2/
tasksHibernate;AUTO_SERVER=TRUE"/>
      <property name="hibernate.connection.username" value="sa"/>
      <property name="hibernate.connection.password" value=""/>
      <property name="hibernate.dialect"
value="org.hibernate.dialect.H2Dialect"/>
      <property name="hibernate.show_sql" value="true"/>
      <property name="hibernate.hbm2ddl.auto" value="create"/>
      <property name="hibernate.hbm2ddl.auto" value="update"/>
    </properties>
  </persistence-unit>

regards, marc.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to