[JBoss JIRA] Created: (GTNPORTAL-288) portlets are being accessed twice during the creation or editing of a page
by Matt Wringe (JIRA)
portlets are being accessed twice during the creation or editing of a page
--------------------------------------------------------------------------
Key: GTNPORTAL-288
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-288
Project: GateIn Portal
Issue Type: Bug
Reporter: Matt Wringe
When you click on the 'Site Editor->Edit Page', one thread will try and handle this request properly, but about 30 seconds later, another thread will appear and try to access the same page. This also occurs when you are creating the page for the first time.
Steps to reproduce
1) create a break point somewhere in the code which will be hit when clicking on edit page (for example UIMainActionListener.EditCurrentPageActionListener.execute). Create another break point at UIPortalApplication.processRender
2) setup the server for debugging
3) click on the Edit Page link
4) when the first break point is reached wait
5) about 30 seconds later another thread will be trying to render the page
Expected results: no other thread should occur.
You should also be able to see in the logs that the portlets are being accessed twice.
This is causing some issues with portlets not behaving properly when a new page is created or edited.
--
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
15 years, 8 months
[JBoss JIRA] Created: (GTNPORTAL-177) Fix Seam portlet display
by Chris Laprun (JIRA)
Fix Seam portlet display
------------------------
Key: GTNPORTAL-177
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-177
Project: GateIn Portal
Issue Type: Sub-task
Components: PC integration
Affects Versions: 3.0.0-CR01
Reporter: Chris Laprun
Fix For: 3.0.0-CR01
Using the Seam booking demo portlet, with both the booking and map portlet on the page, selecting an hotel from the booking portlet should display the details for that hotel and issue a public render parameter change resulting in the map portlet displaying the selected hotel on the map portlet. Currently, selecting an hotel correctly display the hotel on the map but the booking portlet fails to display anything without error on the console or logs.
--
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
15 years, 8 months