User: vharcq  
  Date: 01/06/23 04:27:11

  Modified:    src/examples/org/jboss/docs/cmp/cd/bean
                        CDCollectionBean.java
  Log:
  Complete Chapter 4 examples
  
  Revision  Changes    Path
  1.2       +4 -1      
manual/src/examples/org/jboss/docs/cmp/cd/bean/CDCollectionBean.java
  
  Index: CDCollectionBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/manual/src/examples/org/jboss/docs/cmp/cd/bean/CDCollectionBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CDCollectionBean.java     2001/06/20 22:01:14     1.1
  +++ CDCollectionBean.java     2001/06/23 11:27:11     1.2
  @@ -71,7 +71,10 @@
                           cd.setNotes(notes);
                           return;
                        }
  -         catch (Exception e2) {throw new RemoteException (e2.toString());};
  +         catch (Exception e2)
  +         {
  +            throw new EJBException (e2);
  +         }
         }
        }
   
  
  
  

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

Reply via email to