0 Replies Latest reply on Aug 19, 2005 4:59 AM by sysuser1

    "Unknown query" - Problem

    sysuser1

      Hi everybody,

      I have problems to access an EntityBean and don't get along with it.
      The EntityBeans Home Interface part with the finder-Method looks like this:
      public UserEntity findByUser(String User, String pwd) throws RemoteException, FinderException;

      My finder Method in the jaws.xml:

      findByUser
      login={0} and pwd={1}




      I get following error:
      javax.ejb.FinderException: Unknown query: public abstract test.UserEntity test.UserEntityHome.findByUser(java.lang.String, java.lang.String) throws java.rmi.RemoteException, javax.ejb.FinderException

      Does anyone have an idea where this comes from?

      Thanks in advance!