Author: chris.laprun(a)jboss.com
Date: 2011-10-25 10:32:11 -0400 (Tue, 25 Oct 2011)
New Revision: 7872
Modified:
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/registry/AbstractConsumerRegistry.java
Log:
- GTNWSRP-252: Consumer gets registered with federating invoker when the it is created so
there's no need to register it again when the id is changed.
Modified:
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/registry/AbstractConsumerRegistry.java
===================================================================
---
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/registry/AbstractConsumerRegistry.java 2011-10-25
14:27:20 UTC (rev 7871)
+++
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/registry/AbstractConsumerRegistry.java 2011-10-25
14:32:11 UTC (rev 7872)
@@ -272,7 +272,6 @@
if (federatingPortletInvoker.isResolved(oldId))
{
federatingPortletInvoker.unregisterInvoker(oldId);
- federatingPortletInvoker.registerInvoker(producerInfo.getId(), consumer);
}
// update cache
Show replies by date