I am trying to use Netbeans 7.01 to learn the JSF 2.0 tutorial and JPA. I am using oracle XE and JDBC_6. I used JSF pages from the Object Wizard to create my JSF pages. Everything works fine, since I can extract data from the database and display it. However, when I try to create or update a record in the database, I get this error:
Invalid PK instance provided for search operation
How is this caused and how can I solve it?
source share