Page 1 of 1

Unable to register

Posted: Sat Oct 06, 2018 9:09 am
by studiox_swe
Hi,
I have tried various browsers both on Windows and OSX, but there is no way I can pass registration. I'm only throws a error message:

Code: Select all

Validation Error(s) occurred during save(): - Field error in object 'com.shoemakervillage.coin.user.Person' on field 'defaultCoin': rejected value [null]; codes [com.shoemakervillage.coin.user.Person.defaultCoin.nullable.error.com.shoemakervillage.coin.user.Person.defaultCoin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.error.defaultCoin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.error.com.shoemakervillage.coin.coin.Coin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.error,person.defaultCoin.nullable.error.com.shoemakervillage.coin.user.Person.defaultCoin,person.defaultCoin.nullable.error.defaultCoin,person.defaultCoin.nullable.error.com.shoemakervillage.coin.coin.Coin,person.defaultCoin.nullable.error,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.com.shoemakervillage.coin.user.Person.defaultCoin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.defaultCoin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.com.shoemakervillage.coin.coin.Coin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable,person.defaultCoin.nullable.com.shoemakervillage.coin.user.Person.defaultCoin,person.defaultCoin.nullable.defaultCoin,person.defaultCoin.nullable.com.shoemakervillage.coin.coin.Coin,person.defaultCoin.nullable,nullable.com.shoemakervillage.coin.user.Person.defaultCoin,nullable.defaultCoin,nullable.com.shoemakervillage.coin.coin.Coin,nullable]; arguments [defaultCoin,class com.shoemakervillage.coin.user.Person]; default message [Property [{0}] of class [{1}] cannot be null]
I have not had any null value in the form so something is not working correctly here.

Re: Unable to register

Posted: Sat Oct 06, 2018 11:51 am
by Steve Sokolowski
studiox_swe wrote:Hi,
I have tried various browsers both on Windows and OSX, but there is no way I can pass registration. I'm only throws a error message:

Code: Select all

Validation Error(s) occurred during save(): - Field error in object 'com.shoemakervillage.coin.user.Person' on field 'defaultCoin': rejected value [null]; codes [com.shoemakervillage.coin.user.Person.defaultCoin.nullable.error.com.shoemakervillage.coin.user.Person.defaultCoin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.error.defaultCoin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.error.com.shoemakervillage.coin.coin.Coin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.error,person.defaultCoin.nullable.error.com.shoemakervillage.coin.user.Person.defaultCoin,person.defaultCoin.nullable.error.defaultCoin,person.defaultCoin.nullable.error.com.shoemakervillage.coin.coin.Coin,person.defaultCoin.nullable.error,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.com.shoemakervillage.coin.user.Person.defaultCoin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.defaultCoin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable.com.shoemakervillage.coin.coin.Coin,com.shoemakervillage.coin.user.Person.defaultCoin.nullable,person.defaultCoin.nullable.com.shoemakervillage.coin.user.Person.defaultCoin,person.defaultCoin.nullable.defaultCoin,person.defaultCoin.nullable.com.shoemakervillage.coin.coin.Coin,person.defaultCoin.nullable,nullable.com.shoemakervillage.coin.user.Person.defaultCoin,nullable.defaultCoin,nullable.com.shoemakervillage.coin.coin.Coin,nullable]; arguments [defaultCoin,class com.shoemakervillage.coin.user.Person]; default message [Property [{0}] of class [{1}] cannot be null]
I have not had any null value in the form so something is not working correctly here.
Thanks for the report. I'll make sure that Constance is notified right away so that she can resolve the issue.

Re: Unable to register

Posted: Sat Oct 06, 2018 1:09 pm
by Steve Sokolowski
Constance resolved the issue, and Chris will issue a release shortly! Thanks!

Re: Unable to register

Posted: Sat Oct 06, 2018 1:34 pm
by studiox_swe
Steve Sokolowski wrote:Constance resolved the issue, and Chris will issue a release shortly! Thanks!
Thanks Steve for picking this up so quickly. It seems to be resolved now and registration works. Thanks!