Author: bdaw
Date: 2009-11-09 15:36:15 -0500 (Mon, 09 Nov 2009)
New Revision: 923
Modified:
idm/trunk/idm-hibernate/pom.xml
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectCredential.hbm.xml
Log:
toto
Modified: idm/trunk/idm-hibernate/pom.xml
===================================================================
--- idm/trunk/idm-hibernate/pom.xml 2009-11-09 19:21:21 UTC (rev 922)
+++ idm/trunk/idm-hibernate/pom.xml 2009-11-09 20:36:15 UTC (rev 923)
@@ -40,6 +40,16 @@
<artifactId>hibernate-core</artifactId>
<version>3.3.2.GA</version>
</dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.2.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.4.0.GA</version>
+ </dependency>
<!--Javassist as Hibernate's bytecode provider-->
<dependency>
<groupId>javassist</groupId>
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-09
19:21:21 UTC (rev 922)
+++
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml 2009-11-09
20:36:15 UTC (rev 923)
@@ -42,7 +42,7 @@
column="ATTR_VALUE"/>
</set>
<property name="binaryValue"
- type="clob"
+ type="org.hibernate.type.PrimitiveByteArrayBlobType"
access="field"
lazy="false"
not-null="true">
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-09
19:21:21 UTC (rev 922)
+++
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectCredential.hbm.xml 2009-11-09
20:36:15 UTC (rev 923)
@@ -13,7 +13,7 @@
<generator class="native"/>
</id>
<property name="binaryValue"
- type="clob"
+ type="org.hibernate.type.PrimitiveByteArrayBlobType"
access="field"
lazy="false"
not-null="true">