]
Thomas Heute updated JBPORTAL-1720:
-----------------------------------
Assignee: Thomas Heute
Profile / enhance error message : DatePropertyAccessor
-------------------------------------------------------
Key: JBPORTAL-1720
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1720
Project: JBoss Portal
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Portal Identity
Affects Versions: 2.6.1 Final
Reporter: Antoine Herzog
Assigned To: Thomas Heute
Priority: Optional
Fix For: 2.6.3 Final
Line 552
catch (ParseException e)
{
throw new IllegalArgumentException();
}
Some more information on the error will be helpfull, espcially for integration of legacy
user datasource.
Like it is done for the boolean property accessor
something like :
catch (ParseException e)
{
throw new IllegalArgumentException("Can't convert the date in the
user profile. value=[" + value + "].", e);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: