[
https://issues.jboss.org/browse/GTNWSRP-333?page=com.atlassian.jira.plugi...
]
Chris Laprun updated GTNWSRP-333:
---------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Registration-associated portlet contexts are not properly updated and
cause NoSuchPortletExceptions on getServiceDescription
----------------------------------------------------------------------------------------------------------------------------
Key: GTNWSRP-333
URL:
https://issues.jboss.org/browse/GTNWSRP-333
Project: GateIn WSRP
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Producer
Reporter: Chris Laprun
Assignee: Chris Laprun
Priority: Critical
Fix For: 2.2.0.CR03
{code}
[org.gatein.wsrp.producer.handlers.ServiceHandler] (http-/127.0.0.1:8080-3) Couldn't
get remotable portlets: org.gatein.pc.api.NoSuchPortletException: No such portlet
/google-portlet.GoogleMap
at
org.gatein.pc.portlet.container.ContainerPortletInvoker.getPortlet(ContainerPortletInvoker.java:113)
at
org.gatein.pc.portlet.PortletInvokerInterceptor.getPortlet(PortletInvokerInterceptor.java:101)
at
org.gatein.pc.portlet.state.producer.ProducerPortletInvoker._getPortlet(ProducerPortletInvoker.java:202)
at
org.gatein.pc.portlet.state.producer.ProducerPortletInvoker.getPortlet(ProducerPortletInvoker.java:133)
at
org.gatein.pc.portlet.PortletInvokerInterceptor.getPortlet(PortletInvokerInterceptor.java:101)
at
org.gatein.wsrp.producer.invoker.RegistrationCheckingPortletInvoker.getPortlets(RegistrationCheckingPortletInvoker.java:110)
[wsrp-producer-lib-2.2.0.CR02-SNAPSHOT.jar:2.2.0.CR02-SNAPSHOT]
at
org.gatein.wsrp.producer.WSRPProducerImpl.getRemotablePortlets(WSRPProducerImpl.java:475)
[wsrp-producer-lib-2.2.0.CR02-SNAPSHOT.jar:2.2.0.CR02-SNAPSHOT]
at
org.gatein.wsrp.producer.handlers.ServiceDescriptionHandler$ServiceDescriptionInfo.updatePortletDescriptions(ServiceDescriptionHandler.java:309)
[wsrp-producer-lib-2.2.0.CR02-SNAPSHOT.jar:2.2.0.CR02-SNAPSHOT]
at
org.gatein.wsrp.producer.handlers.ServiceDescriptionHandler$ServiceDescriptionInfo.initIfNeeded(ServiceDescriptionHandler.java:372)
[wsrp-producer-lib-2.2.0.CR02-SNAPSHOT.jar:2.2.0.CR02-SNAPSHOT]
at
org.gatein.wsrp.producer.handlers.ServiceDescriptionHandler$ServiceDescriptionInfo.getServiceDescription(ServiceDescriptionHandler.java:328)
[wsrp-producer-lib-2.2.0.CR02-SNAPSHOT.jar:2.2.0.CR02-SNAPSHOT]
at
org.gatein.wsrp.producer.handlers.ServiceDescriptionHandler$ServiceDescriptionInfo.access$100(ServiceDescriptionHandler.java:251)
[wsrp-producer-lib-2.2.0.CR02-SNAPSHOT.jar:2.2.0.CR02-SNAPSHOT]
at
org.gatein.wsrp.producer.handlers.ServiceDescriptionHandler.getServiceDescription(ServiceDescriptionHandler.java:143)
[wsrp-producer-lib-2.2.0.CR02-SNAPSHOT.jar:2.2.0.CR02-SNAPSHOT]
at
org.gatein.wsrp.producer.WSRPProducerImpl.getServiceDescription(WSRPProducerImpl.java:201)
[wsrp-producer-lib-2.2.0.CR02-SNAPSHOT.jar:2.2.0.CR02-SNAPSHOT]
at
org.gatein.wsrp.endpoints.v2.ServiceDescriptionEndpoint.getServiceDescription(ServiceDescriptionEndpoint.java:97)
[classes:]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira