[gatein-issues] [JBoss JIRA] (GTNPORTAL-3524) Custom portals cannot use remote portlets

Juraci Paixão Kröhling (JIRA) issues at jboss.org
Thu Jul 24 04:25:31 EDT 2014


    [ https://issues.jboss.org/browse/GTNPORTAL-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987580#comment-12987580 ] 

Juraci Paixão Kröhling commented on GTNPORTAL-3524:
---------------------------------------------------

I'm still working on getting a proper fix for this, but in the meantime, I'll make the quick workarounds available: 

First workaround - add a configuration option to specify on which portal to bind the consumers to. The option is {code}gatein.wsrp.consumer.bindToPortalName{code} and should be added to {code}standalone/configuration/gatein/configuration.properties{code}. Branch for this workaround: 
https://github.com/jpkrohling/gatein-portal/tree/BZ1122527-ConsumerOnCustomPortalCannotFindWSRP-ConfigOption

> Custom portals cannot use remote portlets
> -----------------------------------------
>
>                 Key: GTNPORTAL-3524
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-3524
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: WSRP integration
>            Reporter: Juraci Paixão Kröhling
>            Assignee: Juraci Paixão Kröhling
>
> Before GTNPORTAL-3291, the FederatingPortletInvoker was shared among all contexts, meaning that a PortletInvoker responsible for local portlets was the same on "portal" and on "sample-portal". Similarly, a WSRP PortletInvoker was also shared.
> This caused the problems described in 3291 and 2700 and a fix was issued in that each context would have it's own FederatingPortletInvoker .
> With local portlets, each context having its own FederatingPortletInvoker is not a big issue, because the query is made at the JCR level for which portlets are available. 
> With remote portlets, it's a problem, as WSRP registers the consumers only once, for the "portal" context. This means that the consumer invokers are not available for non-"portal" contexts. With this, a call from the context "sample-portal" to the FederatingPortletInvoker, requesting portlet "selfv2.bla" would fail, as there's no way to find this portlet on this particular invoker tree. 
> While the producers are also started for the "portal" context, the fact that producers have their own servlet context makes it immune from this bug, as all HTTP calls to the producers reaches a context whose invoker *knows* about the requested portlet. In other words: producers are not affected by this bug.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the gatein-issues mailing list