la-team / light-admin

[PoC] Pluggable CRUD UI library for Java web applications
http://lightadmin.org
Apache License 2.0
665 stars 255 forks source link

Can not set java.lang.Long field com.tpo.model.business.Person.uid to java.lang.String #208

Open Assoumadjo opened 9 years ago

Assoumadjo commented 9 years ago

Hello , Thank you for this great tool I m facing a problem when trying to update an entity from the dashboard java.lang.IllegalArgumentException: Can not set java.lang.Long field com.tpo.model.business.Person.uid to java.lang.String

The UID is defined as long in every entity , I don't know where the String come !! PS: the display , add , delete works well but the update no ; and it is a probleme with all entities

max-dev commented 9 years ago

@Assoumadjo Hi mate, can you fork https://github.com/la-team/lightadmin-springboot or https://github.com/la-team/light-admin/tree/master/lightadmin-sandbox and adjust configuration in order to reproduce this issue, please? It will make it easier for me to help you.