[JBoss JIRA] Created: (GTNPORTAL-853) Replication of portlet window states is not working
by Marek Posolda (JIRA)
Replication of portlet window states is not working
---------------------------------------------------
Key: GTNPORTAL-853
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-853
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: GateIn trunk (revision 2078) deployed on EAP 5.0 - AS configuration "production",
Sun JDK 1.6
Reporter: Marek Posolda
Fix For: 3.0.0-GA
I have 2 nodes with GateIn portal and one Apache loadbalancer with mod_jk and sticky session enabled.
1) Login as root in loadbalancer
2) Go to page with some portlet and minimize (or maximize) this portlet. For example portlet on newStaff page can be used for this.
3) Kill the GateIn node which serves the session
4) Send another request to newStaff page via loadbalancer. Now request is served on backup node. And I am seeing portlet in normal state (should be minimized) which doesn't seem correct.
--
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-882) Smart handling of unconfigured MailService
by Patrice Lamarque (JIRA)
Smart handling of unconfigured MailService
------------------------------------------
Key: GTNPORTAL-882
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-882
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Patrice Lamarque
Priority: Optional
An implementation of org.exoplatform.services.mail.MailService that would be able to detect when no configuration is set.
Then it would send an applicative exception that can be catched by the application layer to invite administrators to configure the mailservice with their own.
For instance, it could warn the user : "We could not send the recovery email because your admin has not configured it properly"
And give more directions in the logs for the admin : "The MailService was not configured. Please edit mail-configuration.xml and set your own settings."
--
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-1122) Portlet icons locations need to be skin independent [or dependent]
by Matt Wringe (JIRA)
Portlet icons locations need to be skin independent [or dependent]
------------------------------------------------------------------
Key: GTNPORTAL-1122
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-1122
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Matt Wringe
If a portlet wants to have a custom icon shown in the application registry or in the page editor, then they can place a png in a special location.
Currently this location is:
skin/DefaultSkin/portletIcons/PortletName.png
But this icon is shown for all skins, regardless if its the DefaultSkin or not (see ApplicationRegistryServiceImpl.getApplicationIconURL for where its hardcoded to this)
This location should be changed to a location which doesn't mention DefaultSkin, or it should be changed so that it is dependent on the current portal skin (for example skin/SimpleSkin/portleticons/PortletName.png would be the icon if the current portal skin is the SimpleSkin).
--
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