Author: chris.laprun(a)jboss.com
Date: 2008-10-01 11:39:36 -0400 (Wed, 01 Oct 2008)
New Revision: 12013
Modified:
branches/JBoss_Portal_Branch_2_7/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml
Log:
- JBPORTAL-2083: Deactivated post-load event processing in Hibernate. In essence, going
back to previous
solution for Registration properties handling as more work would be needed that I'd
rather not do so
close to release and it currently works well enough.
Modified:
branches/JBoss_Portal_Branch_2_7/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml 2008-10-01
15:39:15 UTC (rev 12012)
+++
branches/JBoss_Portal_Branch_2_7/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml 2008-10-01
15:39:36 UTC (rev 12013)
@@ -54,10 +54,5 @@
<!-- Mapping files -->
<mapping resource="conf/hibernate/consumer/domain.hbm.xml"/>
-
- <event type="post-load">
- <listener
class="org.jboss.portal.wsrp.consumer.RegistrationInfoPostLoadEventListener"/>
- <listener
class="org.hibernate.event.def.DefaultPostLoadEventListener"/>
- </event>
</session-factory>
</hibernate-configuration>
\ No newline at end of file
Show replies by date