[jboss-jira] [JBoss JIRA] Resolved: (JBPORTAL-1720) Profile / enhance error message : DatePropertyAccessor
Boleslaw Dawidowicz (JIRA)
jira-events at lists.jboss.org
Wed Nov 21 05:19:19 EST 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1720?page=all ]
Boleslaw Dawidowicz resolved JBPORTAL-1720.
-------------------------------------------
Resolution: Done
applied
> 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: Boleslaw Dawidowicz
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list