Author: chris.laprun(a)jboss.com
Date: 2011-04-12 06:12:33 -0400 (Tue, 12 Apr 2011)
New Revision: 6194
Modified:
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java
Log:
- Updated for PC changes.
Modified:
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java
===================================================================
---
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java 2011-04-12
09:34:59 UTC (rev 6193)
+++
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java 2011-04-12
10:12:33 UTC (rev 6194)
@@ -40,7 +40,6 @@
import org.gatein.pc.api.state.DestroyCloneFailure;
import org.gatein.pc.api.state.PropertyChange;
import org.gatein.pc.api.state.PropertyMap;
-import org.gatein.pc.federation.impl.FederatingPortletInvokerService;
import org.gatein.pc.portlet.impl.spi.AbstractPortletInvocationContext;
import org.gatein.pc.portlet.state.SimplePropertyMap;
import org.gatein.wsrp.UserContextConverter;
@@ -935,7 +934,7 @@
org.oasis.wsrp.v2.PortletContext portletContext =
importedPortlet.getNewPortletContext();
PortletContext apiPC =
PortletContext.createPortletContext(portletContext.getPortletHandle(),
portletContext.getPortletState(), false);
// we need to reference the resulting PortletContext so that it can
then be used properly
- importIdToPortletContext.put(importedPortlet.getImportID(),
FederatingPortletInvokerService.reference(apiPC, getProducerId()));
+ importIdToPortletContext.put(importedPortlet.getImportID(),
PortletContext.reference(getProducerId(), apiPC));
}
}