Do you happen to have a different primary key for your entity than
"id"? The play.db.jpa.Model class defines an "id" field that is
annotated with ID. If you already have an ID, extend
play.db.jpa.GenericModel instead and override the _key() method so it
returns the PK
> --
> You received this message because you are subscribed to the Google Groups "play-framework" group.
> To post to this group, send email to play-fr...@googlegroups.com.
> To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
>
>