User: vharcq  
  Date: 01/06/24 14:39:04

  Modified:    src/examples/org/jboss/docs/cmp/jaws/resources ejb-jar.xml
                        jaws.xml
  Log:
  Added chapter/example on Dependant Value Object
  
  Revision  Changes    Path
  1.2       +1 -2      
manual/src/examples/org/jboss/docs/cmp/jaws/resources/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/manual/src/examples/org/jboss/docs/cmp/jaws/resources/ejb-jar.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ejb-jar.xml       2001/06/24 09:59:00     1.1
  +++ ejb-jar.xml       2001/06/24 21:39:04     1.2
  @@ -18,6 +18,7 @@
         <cmp-field><field-name>classId</field-name></cmp-field>
         <cmp-field><field-name>teacherName</field-name></cmp-field>
         <cmp-field><field-name>studentCount</field-name></cmp-field>
  +       <cmp-field><field-name>lesson</field-name></cmp-field>
         <primkey-field>classId</primkey-field>
       </entity>
   
  @@ -33,5 +34,3 @@
       </container-transaction>
     </assembly-descriptor>
   </ejb-jar>
  -
  -
  
  
  
  1.2       +8 -0      manual/src/examples/org/jboss/docs/cmp/jaws/resources/jaws.xml
  
  Index: jaws.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/manual/src/examples/org/jboss/docs/cmp/jaws/resources/jaws.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jaws.xml  2001/06/24 09:59:00     1.1
  +++ jaws.xml  2001/06/24 21:39:04     1.2
  @@ -21,6 +21,14 @@
                                <field-name>studentCount</field-name>
                                <column-name>STUDENTNBR</column-name>
                        </cmp-field>
  +                     <cmp-field>
  +                             <field-name>lesson.subject</field-name>
  +                             <column-name>LESSON_SUBJECT</column-name>
  +                     </cmp-field>
  +                     <cmp-field>
  +                             <field-name>lesson.hours</field-name>
  +                             <column-name>HOURS</column-name>
  +                     </cmp-field>
                        <finder>
                        <name>findBigClasses</name>
                        <query>studentCount > {0} AND teacherName = {1}</query>
  
  
  

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

Reply via email to