Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rons4174

    dynamic queries in weblogic

    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...
  2. rons4174

    dynamic queries

    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...

Part and Inventory Search

Back
Top