Author: chris.laprun(a)jboss.com
Date: 2008-08-07 12:42:22 -0400 (Thu, 07 Aug 2008)
New Revision: 11675
Modified:
branches/JBoss_Portal_Branch_2_7/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/domain.hbm.xml
Log:
- JBPORTAL-2115: Use proper case in formula. Thanks, esmith1!
Modified:
branches/JBoss_Portal_Branch_2_7/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/domain.hbm.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/domain.hbm.xml 2008-08-06
22:42:48 UTC (rev 11674)
+++
branches/JBoss_Portal_Branch_2_7/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/domain.hbm.xml 2008-08-07
16:42:22 UTC (rev 11675)
@@ -81,7 +81,7 @@
<map name="persistentRegistrationProperties"
cascade="all,delete-orphan" lazy="false" access="field">
<cache usage="@portal.hibernate.cache.usage(a)"/>
<key column="REG_PK" not-null="true"/>
- <map-key type="string" formula="name"/>
+ <map-key type="string" formula="NAME"/>
<one-to-many
class="org.jboss.portal.wsrp.consumer.RegistrationProperty"/>
</map>
</class>
Show replies by date