Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit cb0faab

Browse files
committed
javax.persistence.validation.mode = none instellen
1 parent b959ae0 commit cb0faab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastorelinker/src/main/resources/META-INF/persistence.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<property name="hibernate.cache.provider_class" value="org.hibernate.cache.NoCacheProvider"/>
3030
<property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>
3131
-->
32-
32+
<property name="javax.persistence.validation.mode" value="none"/>
3333
<!-- Settings -->
3434
<property name="hibernate.ejb.naming_strategy" value="org.hibernate.cfg.ImprovedNamingStrategy"/>
3535
<property name="hibernate.c3p0.initial_size" value="0"/>

0 commit comments

Comments
 (0)