-->
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.  [ 1 post ] 
Author Message
 Post subject: Kann Dialect nicht setzen
PostPosted: Fri Nov 04, 2011 8:03 am 
Newbie

Joined: Thu Nov 06, 2008 9:49 am
Posts: 1
Hallo,

ich arbeite mit Hibernate 4.0.0.CR4 und Derby 10.8.2.2 über JPA.
Bei jedem Start kommt folgende Warnung:


Code:
WARN  [main] DerbyDialect: HHH000430: The DerbyDialect dialect has been deprecated; use one of the version-specific dialects instead


Meine persistence.xml schaut so aus:

Code:
....
   <persistence-unit name="Derby_OrbizClientLocal" transaction-type="RESOURCE_LOCAL">
      <provider>org.hibernate.ejb.HibernatePersistence</provider>
      <non-jta-data-source/>
      <properties>
         <property name="hibernate.hbm2ddl.auto" value="create" />
         <property name="hibernate.connection.driver_class" value="org.apache.derby.jdbc.EmbeddedDriver" />
         <property name="hibernate.dialect" value="org.hibernate.dialect.DerbyTenSevenDialect" />
         <property name="hibernate.connection.url" value="...." />
       </properties>
   </persistence-unit>
....


Mir scheint hier alles in Ordnung zu sein. Als Dialekt kann ich irgendwas eintragen, es chert ihn nicht....
Warum?

Grüße

Daniel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

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.