Hi all ,
   I am using JBoss2.1 , jdk1.3 and Tomcat3.2.1.

   I have CMP fields as below :

    public int id;
    public String name;
    public String country

   I have added a finder method in the home interface as below :

    findByName() throws RemoteException,FinderException;
    findByCountry() throws RemoteException,FinderException;

  When I tried to access the finder in the client , it give
javax.ejb.FinderException : Find Failed.
  I did not added anything in the xml file. Do i need to ? Didn't jboss
will do automatically ?

  Thanks wt

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to