Author: chris.laprun(a)jboss.com
Date: 2010-11-19 13:59:55 -0500 (Fri, 19 Nov 2010)
New Revision: 5187
Modified:
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/registry/InMemoryConsumerRegistry.java
Log:
- Fixed tests.
Modified:
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/registry/InMemoryConsumerRegistry.java
===================================================================
---
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/registry/InMemoryConsumerRegistry.java 2010-11-19
18:57:09 UTC (rev 5186)
+++
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/registry/InMemoryConsumerRegistry.java 2010-11-19
18:59:55 UTC (rev 5187)
@@ -23,6 +23,7 @@
package org.gatein.wsrp.consumer.registry;
+import org.gatein.pc.federation.impl.FederatingPortletInvokerService;
import org.gatein.wsrp.consumer.ProducerInfo;
import org.gatein.wsrp.consumer.migration.InMemoryMigrationService;
@@ -37,6 +38,7 @@
{
public InMemoryConsumerRegistry()
{
+ setFederatingPortletInvoker(new FederatingPortletInvokerService());
setMigrationService(new InMemoryMigrationService());
}
Show replies by date