Author: chris.laprun(a)jboss.com
Date: 2007-03-27 13:58:02 -0400 (Tue, 27 Mar 2007)
New Revision: 6853
Modified:
trunk/wsrp/src/resources/portal-wsrp-sar/conf/consumer/hibernate/domain.hbm.xml
Log:
- A given RegistrationInfo can be used by several ProducerInfo (this is what happens with
the default one). Fixes problem with createConsumer.
Modified: trunk/wsrp/src/resources/portal-wsrp-sar/conf/consumer/hibernate/domain.hbm.xml
===================================================================
---
trunk/wsrp/src/resources/portal-wsrp-sar/conf/consumer/hibernate/domain.hbm.xml 2007-03-27
17:01:38 UTC (rev 6852)
+++
trunk/wsrp/src/resources/portal-wsrp-sar/conf/consumer/hibernate/domain.hbm.xml 2007-03-27
17:58:02 UTC (rev 6853)
@@ -43,7 +43,6 @@
<many-to-one name="registrationInfo"
column="REGISTRATION_ID"
class="org.jboss.portal.wsrp.consumer.RegistrationInfo"
- unique="true"
not-null="false"
cascade="all"
lazy="false"/>
Show replies by date