In case of dynamic queries, I found out that the finder method can not be defined in the Home class. I defined the finder
method in the Bean.
In my Bean, this is the code:
public Collection findAllActivities(String filter, Object[] arguments) throws FinderException
{
Properties myProp = new...
In case of dynamic queries in weblogic 7.0, how do you avoid including a finder method which is defined in the home?
Example,
I have a finder method in the home class, which is a finder method for dynamic queries. How do you have both the weblogic-ql and ejb-ql as empty strings?
Please do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.