Hi Ranchers,
I got this error message while I was running a simple bean application in RAD 7.0. I created an cmp entity bean "CustomerEntityBean" in which I have a "findByFirstName(
String name)" method which is mapped to a customer table in my oracle database. I did the
ejb to rdb mapping and the fields are correctly mapped and while doing the mapping I checked whether it correctly connected to the database and the
test passed. For testing the bean I created a client class which will call the finder method of the home interface.
Can anybody help!!!