User: juha    
  Date: 00/10/05 01:10:32

  Modified:    webstore/src/org/jboss/zol/webstore/ejbs/person
                        PersonEntityBean.java
  Log:
  Fix for bug #200 (Reported by Curt Johnson).
  
  Revision  Changes    Path
  1.5       +1 -1      
zola/webstore/src/org/jboss/zol/webstore/ejbs/person/PersonEntityBean.java
  
  Index: PersonEntityBean.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zola/webstore/src/org/jboss/zol/webstore/ejbs/person/PersonEntityBean.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PersonEntityBean.java     2000/09/13 10:23:01     1.4
  +++ PersonEntityBean.java     2000/10/05 08:10:31     1.5
  @@ -170,7 +170,7 @@
      * Return a collection of all the persons
      * @return All the persons that have their email containing subemail (their pk)
      */
  -  public Collection findAllPersons(String subemail)
  +  public Collection ejbFindAllPersons(String subemail)
       throws FinderException, RemoteException {
       log("findAllPersons "+subemail);
   
  
  
  

Reply via email to