[JBoss JIRA] Commented: (GTNPORTAL-12) recently deployed portlets not appearing in list of available portlets
by Minh Hoang TO (JIRA)
[ https://jira.jboss.org/jira/browse/GTNPORTAL-12?page=com.atlassian.jira.p... ]
Minh Hoang TO commented on GTNPORTAL-12:
----------------------------------------
The issue is partially fixed, we could see that 'Auto Import' will update the list of applications in the Composer popup, whereas adding new app to one category won't.
In the scope of one session, we have only one instance of UIPortalComposer popup. The list of applications managed by UIPortalComposer was initiated once on opening session. Hence, dynamically registered portlets were not showed in the Composer popup.
In current code, once the AutoImport action is triggered, an event is broadcast, and relevant listener would update the Composer popup
> recently deployed portlets not appearing in list of available portlets
> ----------------------------------------------------------------------
>
> Key: GTNPORTAL-12
> URL: https://jira.jboss.org/jira/browse/GTNPORTAL-12
> Project: GateIn Portal
> Issue Type: Bug
> Components: User Interface
> Reporter: Matt Wringe
>
> Sometimes when editing a page or adding a new page, recently added portlets are not available on the list of available portlets to be deployed. This is usually resolved by closing and then reopening the browser.
> Steps to reproduce
> 1) add a portlet to the deploy directory
> 2) register the portlet through the application registry (using autoimport if that matters)
> 3) edit a page
> 4) the new portlets added through the application registry do not appear in the list of portlets available for the page
> Expected Results
> all available portlets available on the page
> Workaround
> close browser, reopen browser and start to edit the page again. Now all the expected portlets will be available.
> Environment: Linux, Chromium browser (4.0.203.0).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months
[JBoss JIRA] Created: (GTNPORTAL-46) ClassCastException in WYSIWYG component
by Patrice Lamarque (JIRA)
ClassCastException in WYSIWYG component
----------------------------------------
Key: GTNPORTAL-46
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-46
Project: GateIn Portal
Issue Type: Bug
Components: User Interface
Affects Versions: 3.0.0-Beta01
Reporter: Patrice Lamarque
Fix For: 3.0.0-Beta02
WYSIWYG component cannot render properly in GateIn due to a ClassCastException.
I get this stacktrace :
java.lang.ClassCastException: org.gatein.pc.portlet.impl.jsr168.api.RenderRequestImpl
at org.exoplatform.webui.form.wysiwyg.UIFormWYSIWYGInput.processRender(UIFormWYSIWYGInput.java:154)
at org.exoplatform.webui.core.UIContainer.renderUIComponent(UIContainer.java:297)
at org.exoplatform.forum.webui.popup.UIForumInputWithActions.processRender(UIForumInputWithActions.java:100)
at org.exoplatform.webui.core.UIContainer.renderChild(UIContainer.java:282)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months