Author: mwringe
Date: 2010-09-23 23:59:14 -0400 (Thu, 23 Sep 2010)
New Revision: 4367
Modified:
components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/WSRPProducerImpl.java
Log:
GTNWSRP-74: shouldn't have been removed with late commit, its still needed to add the
listener on producer start.
Modified:
components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/WSRPProducerImpl.java
===================================================================
---
components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/WSRPProducerImpl.java 2010-09-24
03:43:20 UTC (rev 4366)
+++
components/wsrp/trunk/producer/src/main/java/org/gatein/wsrp/producer/WSRPProducerImpl.java 2010-09-24
03:59:14 UTC (rev 4367)
@@ -385,6 +385,8 @@
registrationManager.setPolicy(registrationRequirements.getPolicy());
+
registrationManager.getPolicy().addPortletContextChangeListener(registrationManager);
+
started = true;
}
}
Show replies by date