[gatein-commits] gatein SVN: r5187 - components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/registry.
do-not-reply at jboss.org
do-not-reply at jboss.org
Fri Nov 19 13:59:56 EST 2010
Author: chris.laprun at 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());
}
More information about the gatein-commits
mailing list