Monday 24 December 2012

JPA Troubleshooting: "org.hibernate.PropertyNotFoundException: Could not find a setter for property myProp in class mypackage.Foo"

Make sure that you have imported javax.persistence.Transient (right) instead of java.beans.Transient (wrong).

1 comment:

  1. Thank you so much dude, you just saved my ass. This was seriously the only place on the web I found this detail

    ReplyDelete