[JBoss JIRA] (GTNPORTAL-2685) Avoid calling of RequestLifeCycle methods in RedirectRequestHandler and delegate to WebAppController instead
by Marek Posolda (JIRA)
Marek Posolda created GTNPORTAL-2685:
----------------------------------------
Summary: Avoid calling of RequestLifeCycle methods in RedirectRequestHandler and delegate to WebAppController instead
Key: GTNPORTAL-2685
URL: https://issues.jboss.org/browse/GTNPORTAL-2685
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Mobile, Performance
Affects Versions: 3.4.0.Final
Reporter: Marek Posolda
Assignee: Matt Wringe
Fix For: 3.5.0.Beta01
Currently method RedirectRequestHandler.execute() wrapps it's content in RequestLifeCycle calls:
{code}
@Override
public boolean execute(ControllerContext context) throws Exception
{
RequestLifeCycle.begin(ExoContainerContext.getCurrentContainer());
...
finally
{
RequestLifeCycle.end();
}
}
{code}
It seems to me that it's not needed. These calls to RequestLifeCycle.begin/RequestLifeCycle.end can be skipped and instead method "getRequiresLifecycle" should be changed to return true (It returns false currently)
In this case, WebAppController will take care of properly starting RequestLifeCycle, so it won't be needed anymore to be started/finished directly in RedirectRequestHandler.execute().
This has one important advantage, that RequestLifeCycle from WebAppController can be reused by both RedirectRequestHandler and PortalRequestHandler, so we will have only one RequestLifeCycle call during whole HTTP request (currently we have 2 RequestLifeCycles, which is not good from performance perspective).
See method WebAppController.service for details.
--
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
12 years, 1 month
[JBoss JIRA] (GTNPORTAL-2564) Selected page layout template isn't used when adding page
by Vlastislav Ramik (JIRA)
Vlastislav Ramik created GTNPORTAL-2564:
-------------------------------------------
Summary: Selected page layout template isn't used when adding page
Key: GTNPORTAL-2564
URL: https://issues.jboss.org/browse/GTNPORTAL-2564
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.4.0.M01
Environment: GateIn 3.4.0 M1, AS 7.1.2.Final
Reporter: Vlastislav Ramik
Fix For: 3.5.0.Final
When adding page: In step two Select a Page Layout Template:
You have to click three column(rows) layout and then two column(rows) layout to be the two rows layout used.
--
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
12 years, 1 month
[JBoss JIRA] (GTNPORTAL-2686) NotSerializableException - UserImpl
by Michal Vanco (JIRA)
Michal Vanco created GTNPORTAL-2686:
---------------------------------------
Summary: NotSerializableException - UserImpl
Key: GTNPORTAL-2686
URL: https://issues.jboss.org/browse/GTNPORTAL-2686
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.5.0.Beta01
Environment: GateIn master (from Oct 19), cluster configuration with local index
Reporter: Michal Vanco
Fix For: 3.5.0.Beta02
Attachments: userimpl-nse.txt
NSE is thrown during failover tests when user is being edited in cluster configuration.
Log is attached.
org.exoplatform.services.organization.impl.UserImpl must be Serializable to work properly in cluster - infinispan cache
--
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
12 years, 1 month
[JBoss JIRA] Created: (GTNWSRP-243) "WSSecurityException: Password child expected" when register consumer in Liferay portal
by Michal Vanco (JIRA)
"WSSecurityException: Password child expected" when register consumer in Liferay portal
---------------------------------------------------------------------------------------
Key: GTNWSRP-243
URL: https://issues.jboss.org/browse/GTNWSRP-243
Project: GateIn WSRP
Issue Type: Bug
Affects Versions: 2.1.0-Beta05
Environment: EPP 5.2.0 ER01, Liferay 6.0.6 on jboss 5.1.0
Reporter: Michal Vanco
Assignee: Chris Laprun
Priority: Minor
Fix For: 2.1.0-CR01
Attachments: wsrp-epp.txt, wsrp-liferay.txt
I've used to test a scenario when GateIn/EPP was producer and LR portal as consumer (and it used to work).
Now when I'm trying to add consumer in LR, error is thrown and consumer isn't registered (logs from both portals are attached).
ERROR [WSSecurityDispatcher] Internal error occured handling inbound message:
org.jboss.ws.extensions.security.exception.WSSecurityException: Password child expected in UsernameToken element
Btw. I've also reported issue we had before (GTNWSRP-75) and it should be fixed already in trunk http://issues.liferay.com/browse/LPS-19360
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month