0 Replies Latest reply on Jun 2, 2003 4:09 PM by artursal

    Template project not working - in JBoss_3_2_1

    artursal

      I made changes in source file removing test/ at
      EJB name
      now it says
      Bean : TestEntity
      Method : public abstract TestEntity findAnotherByName(int, String, String) throws RemoteException, FinderException
      Section: 10.5.6
      Warning: Every finder method except findByPrimaryKey(key) must be associated with a query element in the deployment descriptor.

      2003-06-02 15:33:09,296 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation:
      Bean : TestEntity
      Method : public abstract TestEntity findByName(String, String) throws RemoteException, FinderException
      Section: 10.5.6
      Warning: Every finder method except findByPrimaryKey(key) must be associated with a query element in the deployment descriptor.