[JBoss JIRA] (GTNPORTAL-3278) Error when DnD Application into Container during editing page
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3278?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-3278:
----------------------------------
Labels: backlogs plan_3.7.0 (was: backlogs)
> Error when DnD Application into Container during editing page
> -------------------------------------------------------------
>
> Key: GTNPORTAL-3278
> URL: https://issues.jboss.org/browse/GTNPORTAL-3278
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.7.0.Final
> Reporter: Vu Viet Phuong
> Assignee: Hai Nguyen
> Labels: backlogs, plan_3.7.0
> Fix For: 3.7.0.Final
>
> Original Estimate: 6 hours
> Time Spent: 6 hours
> Remaining Estimate: 0 minutes
>
> This bug happen after merging "Restricted Page" feature
> - Login as John, edit "Home" page
> - DnD "One row" container into the page
> - DnD "New Account" portlet into that container, then DnD that portlet out of the container
> - Press F5, refresh the page --> The "New Account" is moved back inside Container
> - If I try to move the portlet out-of the Container again --> show popup "Unknow Error"
--
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
11 years
[JBoss JIRA] (GTNPORTAL-2487) Caused by: java.lang.IllegalStateException: Portlet is not started after hot redeploy of portlet war
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2487?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-2487:
----------------------------------
Labels: (was: backlogs)
> Caused by: java.lang.IllegalStateException: Portlet is not started after hot redeploy of portlet war
> ----------------------------------------------------------------------------------------------------
>
> Key: GTNPORTAL-2487
> URL: https://issues.jboss.org/browse/GTNPORTAL-2487
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: PC integration
> Affects Versions: 3.3.0.Final
> Reporter: Chris Laprun
> Assignee: Marko Strukelj
> Priority: Critical
> Fix For: 3.7.0.Final
>
> Attachments: GTNPORTAL-2487.patch
>
>
> Trying to access a portlet that has already been accessed and which WAR has been hot-redeployed leads to the following exception:
> Caused by: java.lang.IllegalStateException: Portlet AdminMenuPortlet is not started
> at org.gatein.pc.portlet.impl.jsr168.PortletContainerImpl.getInfo(PortletContainerImpl.java:186) [pc-portlet-2.3.2-GA.jar:2.3.2-GA]
> at org.gatein.pc.portlet.impl.jsr168.PortletContainerImpl.getInfo(PortletContainerImpl.java:96) [pc-portlet-2.3.2-GA.jar:2.3.2-GA]
> at org.gatein.pc.portlet.container.ContainerPortletInvoker$PortletImpl.getInfo(ContainerPortletInvoker.java:233) [pc-portlet-2.3.2-GA.jar:2.3.2-GA]
> at org.gatein.pc.federation.impl.FederatedPortlet.getInfo(FederatedPortlet.java:77) [pc-federation-2.3.2-GA.jar:2.3.2-GA]
> at org.exoplatform.portal.webui.application.UIPortlet.processRender(UIPortlet.java:1112) [exo.portal.webui.portal-3.3.0-GA.jar:3.3.0-GA]
> at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:368) [exo.portal.webui.framework-3.3.0-GA.jar:3.3.0-GA]
> at org.exoplatform.webui.core.UIContainer.renderChildren(UIContainer.java:358) [exo.portal.webui.framework-3.3.0-GA.jar:3.3.0-GA]
--
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
11 years
[JBoss JIRA] (GTNPORTAL-3218) The global chromattic session context doesn't close properly
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3218?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-3218:
----------------------------------
Labels: (was: backlogs)
> The global chromattic session context doesn't close properly
> ------------------------------------------------------------
>
> Key: GTNPORTAL-3218
> URL: https://issues.jboss.org/browse/GTNPORTAL-3218
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Trong Tran
> Assignee: Trong Tran
> Fix For: 3.7.0.Final
>
>
> The following unit testcase doesn't work, it fails in the second openning of the context :
> {code}
> public void testGlobalSessionClose() {
> chromatticManager.beginRequest();
> try {
> test1LF.openContext();
> // do something
> test1LF.closeContext(false); // close without persisting changes to DB
> //
> test1LF.openContext();
> test1LF.closeContext(true);
> }
> finally {
> chromatticManager.endRequest(true);
> }
> }
> {code}
> it raises an exception of java.lang.IllegalStateException: A context is already opened
--
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
11 years