[JBoss JIRA] Created: (GTNPORTAL-740) main portal should contain only mandatory services
by Benjamin Paillereau (JIRA)
main portal should contain only mandatory services
--------------------------------------------------
Key: GTNPORTAL-740
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-740
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Packaging
Affects Versions: 3.0.0-CR01
Reporter: Benjamin Paillereau
Take eXo WCM on top of GateIn. To summarize, we add 2 war files :
- wcm-extensions : all the "core services" we need
- ecmdemo : a portal instance with its own realm and rest
ecmdemo creates two sites with some public navigation, group navigation, users, contents, etc
With GateIn, we have some kind of navigation, membership, default portal templates,default page templates, default portal (/portal) and we don't need this but worse than that you don't want it.
GateIn should provide a basic portal war with mandatory features only, all the other feature we need te redifined in sample sites must be bundled in another war like the other products do.
--
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
12 years, 4 months
[JBoss JIRA] Created: (GTNPORTAL-1640) Cancelling a page edit results in NPE
by Chris Laprun (JIRA)
Cancelling a page edit results in NPE
-------------------------------------
Key: GTNPORTAL-1640
URL: https://jira.jboss.org/browse/GTNPORTAL-1640
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: Chris Laprun
Fix For: 3.2.0-GA
17:22:26,300 ERROR [portal:UIPortalApplication] Error during the processAction phase
java.lang.NullPointerException
at org.exoplatform.portal.webui.portal.UIPortalComposer$Finish2ActionListener.execute(UIPortalComposer.java:694)
at org.exoplatform.webui.event.Event.broadcast(Event.java:89)
at org.exoplatform.webui.core.lifecycle.Lifecycle.processAction(Lifecycle.java:56)
at org.exoplatform.webui.core.UIComponent.processAction(UIComponent.java:133)
at org.exoplatform.portal.webui.workspace.UIPortalApplicationLifecycle.processAction(UIPortalApplicationLifecycle.java:73)
at org.exoplatform.portal.webui.workspace.UIPortalApplicationLifecycle.processAction(UIPortalApplicationLifecycle.java:37)
at org.exoplatform.webui.core.UIComponent.processAction(UIComponent.java:133)
at org.exoplatform.webui.core.UIApplication.processAction(UIApplication.java:120)
at org.exoplatform.portal.application.PortalRequestHandler.execute(PortalRequestHandler.java:110)
at org.exoplatform.web.WebAppController.service(WebAppController.java:139)
at org.exoplatform.portal.application.PortalController.onService(PortalController.java:127)
at org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:132)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] Created: (GTNPORTAL-1431) UIPortlet management of events, PRPs and mode information is sub-optimal
by Chris Laprun (JIRA)
UIPortlet management of events, PRPs and mode information is sub-optimal
------------------------------------------------------------------------
Key: GTNPORTAL-1431
URL: https://jira.jboss.org/browse/GTNPORTAL-1431
Project: GateIn Portal
Issue Type: Patch
Security Level: Public (Everyone can see)
Components: PC integration
Affects Versions: 3.1.0-GA
Reporter: Chris Laprun
Assignee: Matt Wringe
Priority: Minor
Fix For: 3.2.0-GA
Attachments: uiportlet.patch
Attached is a patch that removes unneeded code and cleans-up processing. However, some of the things that were done didn't quite make sense (in particular management of the "config" mode, see inline comments in the patch) so I'd like someone who knows more about the UIPortlet codebase than me to check my modifications. Note that in testing WSRP2 I didn't see any problems with that patch.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months