posted 12 years ago
I have created an ejb3.0 entity bean example with @ManytoOne relation. Iam getting a strange error
my example code is as follows:
Book.java
Author.java
my stateful session bean has following code :
Iam using Mysql, can you please tell me what can be the fix for this?