Removed jboss.as.jpa.managed property from persistence.xml as it's causing problems on AS 7.1
This commit is contained in:
parent
0574302840
commit
08b1996149
1 changed files with 0 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
|||
|
||||
<properties>
|
||||
<property name="hibernate.hbm2ddl.auto" value="update" />
|
||||
<property name="jboss.as.jpa.managed" value="false" />
|
||||
</properties>
|
||||
</persistence-unit>
|
||||
|
||||
|
@ -37,7 +36,6 @@
|
|||
|
||||
<properties>
|
||||
<property name="hibernate.hbm2ddl.auto" value="update" />
|
||||
<property name="jboss.as.jpa.managed" value="false" />
|
||||
</properties>
|
||||
</persistence-unit>
|
||||
|
||||
|
|
Loading…
Reference in a new issue