Hi All,
I tried to create the Movie bean showed in page 396 of HFEJB. I also created the Director Bean. The Director Bean is working fine, I can create or remove directors from the database. But the problem is with the Movie Bean. Whenever I try to insert a new movie in the database,
JBoss shows the following error
14:03:21,771 ERROR [MovieBean] Could not create entity
java.sql.SQLException: General error, message from server: "Column 'DirectorID' cannot be null"
Following is the code snippet from my Movie Bean
I dont know what to do as this is my first attempt in creating an Entity Bean. Please help me.
Thanks
Suman