I have successfully deployed and run Session Beans from EdRoman Book. I have a problem with Entity Beans. When I compile with weblogic.ejbc it's giving "In EJB xxx, the home interface must define the findByPrimaryKey method"
But I am sure everything is alright with the Home Interface code. What could be the problem?
Discussions
EJB programming & troubleshooting: EdRoman Container Managed Persistense (Product) Example
-
EdRoman Container Managed Persistense (Product) Example (1 messages)
- Posted by: Chappidi Murty
- Posted on: August 29 2000 09:13 EDT
Threaded Messages (1)
- EdRoman Container Managed Persistense (Product) Example by sumanth av on September 20 2000 05:48 EDT
-
EdRoman Container Managed Persistense (Product) Example[ Go to top ]
- Posted by: sumanth av
- Posted on: September 20 2000 05:48 EDT
- in response to Chappidi Murty
This is problem with u r Deployment Descriptor, have a look at the this line <prim-key>....</prim-key> in u r deployement descriptor, it should contain the type of the parameter to the Primary Key.
cheers
sumanth