Hi,

Could you try with a different dialect? For example HSQLDB or
PostgreSQL. In most cases, this should work. If this works, then it
could be a problem of the H2 dialect, and I would like to fix it.
Could you post a simple, standalone test case that reproduces the
problem? It would be great if the test case does not have any
dependencies except Hibernate and the H2 jar file.

Regards,
Thomas



On Mon, Aug 10, 2009 at 4:08 PM, marque<[email protected]> wrote:
>
> 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