> I have a CMP Entity bean which has a finder method. The SQL
> for the finder
> method is in XML deployment descriptors. The finder is
> working fine when called
> from a client.
>
> How do I call this finder method from inside the bean?
>

Use EJBContext.getEJBHome() to obtain a home reference, and call the finder
through that.


- Avi
--
s/\be(\w+)/e-\1/g;

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to