]
Marek Posolda updated GTNPORTAL-3343:
-------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
NPE during social registration caused by TCK change
---------------------------------------------------
Key: GTNPORTAL-3343
URL:
https://issues.jboss.org/browse/GTNPORTAL-3343
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Marek Posolda
Assignee: Marek Posolda
Fix For: 3.7.0.Final
Steps to reproduce:
1) Enable social integration with Facebook
2) Try to register through Facebook. After submit registration form with pre-filled
attributes from Facebook there is "Unknown Error" in UI and exception in
server.log
{code}
22:21:02,555 ERROR [portal:UIPortalApplication]
(http-server.local.network.cz-192.168.2.7-8080-1) Error during the processAction phase:
java.lang.NullPointerException
at
org.exoplatform.portal.webui.register.UIRegisterOAuth$SubscribeOAuthActionListener.execute(UIRegisterOAuth.java:156)
[exo.portal.webui.portal-3.7.0.Alpha02-SNAPSHOT.jar:3.7.0.Alpha02-SNAPSHOT]
at org.exoplatform.webui.event.Event.broadcast(Event.java:97)
[exo.portal.webui.framework-3.7.0.Alpha02-SNAPSHOT.jar:3.7.0.Alpha02-SNAPSHOT]
{code}
The reason of this error is OrganizationService TCK change (Previously if UserProfile
doesn't exists, it returned empty UserProfile. Now it returns null)
--
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: