You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Marco Di Sabatino Di Diodoro (JIRA)" <ji...@apache.org> on 2019/08/07 11:20:00 UTC

[jira] [Updated] (SYNCOPE-1481) Invalid values when saving a membership attribute of type date

     [ https://issues.apache.org/jira/browse/SYNCOPE-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Di Sabatino Di Diodoro updated SYNCOPE-1481:
--------------------------------------------------
    Description: 
1) Create a new schema of type date with date format yyyy-MM-dd
 2) Put the schema inside a AnyTypeClass
 3) Assign the AnyTypeClass to the group using a TypeExtension
 4) Create/Update an user and fill a value inside the new schema

Syncope returns this exception:

java.util.concurrent.ExecutionException: org.apache.syncope.common.lib.SyncopeClientException: InvalidValues [ParseException: Unparseable date: "Mon Aug 19 00:00:00 UTC 2019"]

  was:
1) Create a new schema of type date with date format yyyy-MM-dd
2) Put the schema inside a AnyTypeClass
3) Assign the AnyTypeClass to the group using a TypeExtension
4) Create/Update an user and fill a value inside the new schema

java.util.concurrent.ExecutionException: org.apache.syncope.common.lib.SyncopeClientException: InvalidValues [ParseException: Unparseable date: "Mon Aug 19 00:00:00 UTC 2019"]

     Issue Type: Bug  (was: Improvement)

> Invalid values when saving a membership attribute of type date
> --------------------------------------------------------------
>
>                 Key: SYNCOPE-1481
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1481
>             Project: Syncope
>          Issue Type: Bug
>    Affects Versions: 2.0.13, 2.1.4
>            Reporter: Marco Di Sabatino Di Diodoro
>            Priority: Major
>             Fix For: 2.0.14, 2.1.5
>
>
> 1) Create a new schema of type date with date format yyyy-MM-dd
>  2) Put the schema inside a AnyTypeClass
>  3) Assign the AnyTypeClass to the group using a TypeExtension
>  4) Create/Update an user and fill a value inside the new schema
> Syncope returns this exception:
> java.util.concurrent.ExecutionException: org.apache.syncope.common.lib.SyncopeClientException: InvalidValues [ParseException: Unparseable date: "Mon Aug 19 00:00:00 UTC 2019"]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)