Diabling generation of the metamodel for tests as the generation breaks them
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17852 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
e229d0171a
commit
2f7092c17c
|
@ -17,6 +17,8 @@
|
|||
<property name="connection.username">sa</property>
|
||||
<property name="connection.password"></property>
|
||||
|
||||
<property name="hibernate.ejb.metamodel.generation">disabled</property>
|
||||
|
||||
<!--<property name="dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property>
|
||||
<property name="connection.url">jdbc:mysql:///hibernate_tests?useUnicode=true&characterEncoding=UTF-8</property>
|
||||
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
|
||||
|
|
Loading…
Reference in New Issue