[
http://jira.jboss.com/jira/browse/JBPORTAL-1934?page=all ]
Boleslaw Dawidowicz resolved JBPORTAL-1934.
-------------------------------------------
Resolution: Done
Commited in JBP_IDENTITY_BRANCH_1_0
errors on console during profile update
---------------------------------------
Key: JBPORTAL-1934
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1934
Project: JBoss Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Portal Identity
Affects Versions: 2.6.4 Final, Identity-1.0.2
Reporter: Prabhat Jha
Assigned To: Boleslaw Dawidowicz
Fix For: 2.6.5 Final, Identity-1.0.3
This is with identity-1.0.2 but I dont see this version for identity module.
There are errors in server log/console during profile update. First/Last names are not
mapped in portlet-config.xml, should not it be mapped because I would think this is a
common use case??
when I try to update a user profile after loggin as user, I see exception in server log:
13:23:08,500 ERROR [IdentityUserBean] updateProfile failed
org.jboss.portal.identity.IdentityException: Cannot resolve property:
portal.user.homepage
at
org.jboss.portal.identity.DelegatingUserProfileModuleImpl.setProperty(DelegatingUserProfileModuleImpl.java:143)
at sun.reflect.GeneratedMethodAccessor434.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.
.............
Caused by: java.lang.NullPointerException
at
org.jboss.portal.identity.ldap.LDAPUserProfileModuleImpl.setProperty(LDAPUserProfileModuleImpl.java:190)
at
org.jboss.portal.identity.DelegatingUserProfileModuleImpl.setProperty(DelegatingUserProfileModuleImpl.java:129)
I think identity module should gracefully handle this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira