Author: mpodolin
Date: 2010-02-23 08:18:14 -0500 (Tue, 23 Feb 2010)
New Revision: 1816
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObject.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectAttribute.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredential.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredentialType.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationship.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationshipName.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationshipType.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectType.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateRealm.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObject.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectAttribute.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredential.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialType.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationship.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipName.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipType.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectType.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateRealm.hbm.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
Log:
EPP ER3 productization changes
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObject.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObject.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObject.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObject"
table="jbid_io">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
@@ -16,7 +16,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key>
<column name="IDENTITY_OBJECT_ID" />
</key>
@@ -27,7 +27,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key>
<column name="IDENTITY_OBJECT_ID" />
</key>
@@ -37,7 +37,7 @@
inverse="true"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key>
<column name="FROM_IDENTITY" />
</key>
@@ -65,7 +65,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
@@ -85,7 +85,7 @@
inverse="true"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key>
<column name="TO_IDENTITY" />
</key>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectAttribute.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectAttribute.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectAttribute.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectAttribute"
table="jbid_io_attr">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
@@ -37,7 +37,7 @@
access="field"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="TEXT_ATTR_VALUE_ID"/>
<element type="string"
column="ATTR_VALUE"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectAttributeBinaryValue"
table="jbid_attr_bin_value">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredential.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredential.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredential.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectCredential"
table="jbid_io_creden">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
@@ -35,7 +35,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectCredentialBinaryValue"
table="jbid_creden_bin_value">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredentialType.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredentialType.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectCredentialType.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectCredentialType"
table="jbid_io_creden_type">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationship.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationship.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationship.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectRelationship"
table="jbid_io_rel">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
@@ -51,7 +51,7 @@
cascade="all, delete-orphan"
fetch="subselect"
lazy="extra">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationshipName.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationshipName.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationshipName.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectRelationshipName"
table="jbid_io_rel_name">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
@@ -25,7 +25,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationshipType.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationshipType.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectRelationshipType.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectRelationshipType"
table="jbid_io_rel_type">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectType.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectType.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateIdentityObjectType.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectType"
table="jbid_io_type">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateRealm.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateRealm.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/mappings/HibernateRealm.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class name="org.picketlink.idm.impl.model.hibernate.HibernateRealm"
table="jbid_realm">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
@@ -24,7 +24,7 @@
cascade="all, delete-orphan"
fetch="subselect"
lazy="extra">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObject.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObject.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObject.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObject"
table="jbid_io">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
@@ -16,7 +16,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key>
<column name="IDENTITY_OBJECT_ID" />
</key>
@@ -27,7 +27,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key>
<column name="IDENTITY_OBJECT_ID" />
</key>
@@ -37,7 +37,7 @@
inverse="true"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key>
<column name="FROM_IDENTITY" />
</key>
@@ -65,7 +65,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
@@ -85,7 +85,7 @@
inverse="true"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key>
<column name="TO_IDENTITY" />
</key>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectAttribute.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectAttribute.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectAttribute.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectAttribute"
table="jbid_io_attr">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
@@ -37,7 +37,7 @@
access="field"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="TEXT_ATTR_VALUE_ID"/>
<element type="string"
column="ATTR_VALUE"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectAttributeBinaryValue"
table="jbid_attr_bin_value">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredential.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredential.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredential.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectCredential"
table="jbid_io_creden">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
@@ -35,7 +35,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectCredentialBinaryValue"
table="jbid_creden_bin_value">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialType.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialType.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialType.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectCredentialType"
table="jbid_io_creden_type">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationship.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationship.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationship.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectRelationship"
table="jbid_io_rel">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
@@ -51,7 +51,7 @@
cascade="all, delete-orphan"
fetch="subselect"
lazy="extra">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipName.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipName.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipName.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectRelationshipName"
table="jbid_io_rel_name">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
@@ -25,7 +25,7 @@
cascade="all, delete-orphan"
lazy="extra"
fetch="subselect">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipType.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipType.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipType.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectRelationshipType"
table="jbid_io_rel_type">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectType.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectType.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateIdentityObjectType.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class
name="org.picketlink.idm.impl.model.hibernate.HibernateIdentityObjectType"
table="jbid_io_type">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateRealm.hbm.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateRealm.hbm.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/classes/picketlink-idm/sybase-mappings/HibernateRealm.hbm.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -4,7 +4,7 @@
<hibernate-mapping>
<class name="org.picketlink.idm.impl.model.hibernate.HibernateRealm"
table="jbid_realm">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<id name="id"
type="java.lang.Long"
access="field">
@@ -24,7 +24,7 @@
cascade="all, delete-orphan"
fetch="subselect"
lazy="extra">
- <cache usage="read-write"/>
+ <cache usage="transactional"/>
<key column="PROP_ID"/>
<map-key type="string"
column="PROP_NAME"/>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -126,6 +126,7 @@
</component-plugin>
</external-component-plugins>
+<!--
<external-component-plugins>
<target-component>org.exoplatform.services.naming.InitialContextInitializer</target-component>
<component-plugin>
@@ -156,5 +157,5 @@
</init-params>
</component-plugin>
</external-component-plugins>
-
+-->
</configuration>
Modified:
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml 2010-02-23
09:42:10 UTC (rev 1815)
+++
portal/branches/EPP_5_0_0_ER03_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml 2010-02-23
13:18:14 UTC (rev 1816)
@@ -37,9 +37,12 @@
<property name="hibernate.current_session_context_class"
value="thread"/>
<property name="hibernate.cache.use_second_level_cache"
value="true"/>
<property name="hibernate.cache.use_query_cache"
value="true"/>
- <!--CHANGEME HashtableCacheProvider shold not be used in production env-->
- <property name="hibernate.cache.provider_class"
value="org.hibernate.cache.HashtableCacheProvider"/>
- <property name="hibernate.cglib.use_reflection_optimizer"
value="true"/>
+
+ <property name="hibernate.cache.region.factory_class"
value="org.hibernate.cache.jbc2.MultiplexedJBossCacheRegionFactory" />
+ <property name="hibernate.cache.region.jbc2.query.localonly"
value="true" />
+ <property name="hibernate.transaction.manager_lookup_class"
value="org.hibernate.transaction.JBossTransactionManagerLookup" />
+
+ <property name="hibernate.bytecode.use_reflection_optimizer"
value="true"/>
<property name="hibernate.connection.datasource"
value="${gatein.idm.datasource.name}${container.name.suffix}"/>
<property name="hibernate.connection.autocommit"
value="true"/>
<!--
@@ -178,6 +181,7 @@
</init-params>
</component>
+<!--
<external-component-plugins>
<target-component>org.exoplatform.services.naming.InitialContextInitializer</target-component>
<component-plugin>
@@ -208,6 +212,7 @@
</init-params>
</component-plugin>
</external-component-plugins>
+-->
<external-component-plugins>
<target-component>org.exoplatform.services.database.HibernateService</target-component>