User: salborini
  Date: 00/08/14 11:26:40

  Modified:    .        CDEJB.tar.gz jboss_cmp3.html
  Log:
  Fixed ejb-jar.xml in CD example for ejb1.1 compliance
  
  Revision  Changes    Path
  1.2       +190 -194  website/CDEJB.tar.gz
  
        <<Binary file>>
  
  
  1.2       +2 -0      website/jboss_cmp3.html
  
  Index: jboss_cmp3.html
  ===================================================================
  RCS file: /products/cvs/ejboss/website/jboss_cmp3.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss_cmp3.html   2000/08/01 01:37:11     1.1
  +++ jboss_cmp3.html   2000/08/14 18:26:40     1.2
  @@ -77,6 +77,8 @@
     &lt;home&gt;com.web_tomorrow.cd.CDCollectionHome&lt;/home&gt;
     &lt;remote&gt;com.web_tomorrow.cd.CDCollection&lt;/remote&gt;
     &lt;ejb-class&gt;com.web_tomorrow.cd.CDCollectionBean&lt;/ejb-class&gt;
  +  &lt;session-type&gt;Stateless&lt;/session-type&gt;
  +  &lt;transaction-type&gt;Container&lt;/transaction-type&gt;
     &lt;ejb-ref&gt;
       &lt;ejb-ref-name&gt;ejb/CD&lt;/ejb-ref-name&gt;
       &lt;ejb-ref-type&gt;Entity&lt;/ejb-ref-type&gt;
  
  
  

Reply via email to