Posted By:
Bhagyashree_Jayaram
Posted On:
Wednesday, February 11, 2004 08:53 PM
Hi,
How are you making a call to the bean's finder method.These are the steps that you need to follow.
In the home interface you define your finder method(findBy) and the select statement should be implemented in the ejbFindBy method of your bean.
Once this is done you make a lookup for the home and using the home you call the findBy method which would retrive the data from the database table.
Hope this helps...
Bhagya