posted 17 years ago
hi, I am getting the following error when I try to select some data from the database, using an ejbSelect method through an ejbHome method.
I have defined the ejbHome method in my bean of course, and I have defined the ejbSelect in my deployment descriptor file.
In my client, I call the ejbHome business method from an instance of the home, in the bean of course.
Here is the bean class:
My client class :
My home class :
My component class :
and finally the deployment descriptor :
Thanks for helping.
[ July 07, 2007: Message edited by: Celinio Fernandes ]