[JBoss JIRA] Created: (GTNPORTAL-2007) Wrong merged JS after undeploy JS module in JavascriptConfigService
by Khoi Nguyen (JIRA)
Wrong merged JS after undeploy JS module in JavascriptConfigService
-------------------------------------------------------------------
Key: GTNPORTAL-2007
URL: https://issues.jboss.org/browse/GTNPORTAL-2007
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Khoi Nguyen
Assignee: Khoi Nguyen
Fix For: 3.2.0-M02
1) After undeploy WebApp --> need to remove corresponding JS modules, and refresh merged JS, but JavascriptConfigService.getMergedJavascript() still return "old" string. And extended JS modules are not merged in refeshMergedJavascript method of the service, lastModified time should be reset also
2) After the first call to getMergedJavascript method. Can't deploy more "normal" JS modules or "extended" JS module
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (GTNPORTAL-2004) UIPage is not cached properly in UIPortal
by Khoi Nguyen (JIRA)
UIPage is not cached properly in UIPortal
-----------------------------------------
Key: GTNPORTAL-2004
URL: https://issues.jboss.org/browse/GTNPORTAL-2004
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.2.0-M01
Reporter: Khoi Nguyen
Assignee: Khoi Nguyen
Priority: Minor
Fix For: 3.2.0-M02
Currently, to ensure performance, we cache UIPage in UIPortal, but in the code that put UIPage object to the cache :
org.exoplatform.portal.webui.page.UIPageBody.getUIPage() method --> uiPortal.setUIPage(page.getId(), uiPage);
but the page.getId() is always null . So the cache doesn't work, we should use pageReference as the key
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (GTNPORTAL-1972) Gadgets don't work under loadbalancing
by kien nguyen (JIRA)
Gadgets don't work under loadbalancing
--------------------------------------
Key: GTNPORTAL-1972
URL: https://issues.jboss.org/browse/GTNPORTAL-1972
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: kien nguyen
Assignee: kien nguyen
Gadgets don't work under loadbalancing well, it looks as hosts routing (by balancer) prevents a gadget from getting of a right security token. Sticky sessions don't help with the problem
Solution we will add a system variable for path token key and when we setup GateIn cluster, you need to point this variable to this shared key, such as:
gatein.gadgets.securityTokenKeyFile=${gatein.conf.dir}/gadgets/key.txt
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years