Author: bdaw
Date: 2009-11-16 09:04:51 -0500 (Mon, 16 Nov 2009)
New Revision: 958
Modified:
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectCredential.hbm.xml
Log:
- fix
Modified:
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml
===================================================================
---
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml 2009-11-16
13:05:06 UTC (rev 957)
+++
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml 2009-11-16
14:04:51 UTC (rev 958)
@@ -46,7 +46,7 @@
class="org.jboss.identity.idm.impl.model.hibernate.HibernateIdentityObjectAttributeBinaryValue"
not-null="false"
column="BIN_VALUE_ID"
- unique="true"
+ unique="false"
lazy="proxy"
access="field"
fetch="select"
Modified:
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectCredential.hbm.xml
===================================================================
---
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectCredential.hbm.xml 2009-11-16
13:05:06 UTC (rev 957)
+++
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectCredential.hbm.xml 2009-11-16
14:04:51 UTC (rev 958)
@@ -16,7 +16,7 @@
class="org.jboss.identity.idm.impl.model.hibernate.HibernateIdentityObjectCredentialBinaryValue"
not-null="false"
column="BIN_VALUE_ID"
- unique="true"
+ unique="false"
lazy="proxy"
access="field"
fetch="select"
Show replies by date