User: schulze 
  Date: 00/10/09 20:27:54

  Modified:    src/resources/testbean/META-INF ejb-jar.xml
  Log:
  added the otherField of the EnterpriseEntity to the cmp-fields (why wasnt it there?!)
  
  Revision  Changes    Path
  1.2       +3 -0      jbosstest/src/resources/testbean/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/resources/testbean/META-INF/ejb-jar.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ejb-jar.xml       2000/09/27 00:41:18     1.1
  +++ ejb-jar.xml       2000/10/10 03:27:54     1.2
  @@ -78,6 +78,9 @@
               <cmp-field>
                   <field-name>name</field-name>
               </cmp-field>
  +            <cmp-field>
  +                <field-name>otherField</field-name>
  +            </cmp-field>
               <primkey-field>name</primkey-field>
           </entity>
           
  
  
  

Reply via email to