From ca8143025f0aa58c75b6c9f84c3e994b9c06405e Mon Sep 17 00:00:00 2001 From: Alejandro Revilla Date: Thu, 21 Jul 2016 18:33:34 -0300 Subject: [PATCH] Issue with HBM properties See https://hibernate.atlassian.net/browse/HHH-10982 We temporarily disable the automatic constraint creation. This temporary change requires a manual: alter table acct add constraint AccountRootCode unique (root, code); --- .../src/main/resources/org/jpos/gl/Account.hbm.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/minigl/src/main/resources/org/jpos/gl/Account.hbm.xml b/modules/minigl/src/main/resources/org/jpos/gl/Account.hbm.xml index 59abefee43..99f89b31b6 100644 --- a/modules/minigl/src/main/resources/org/jpos/gl/Account.hbm.xml +++ b/modules/minigl/src/main/resources/org/jpos/gl/Account.hbm.xml @@ -28,13 +28,13 @@ - - + - + - + + +