[jboss-cvs] jboss-seam/examples/contactlist/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Sun Oct 8 15:39:59 EDT 2006


  User: gavin   
  Date: 06/10/08 15:39:59

  Modified:    examples/contactlist/resources/WEB-INF  components.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.11      +1 -1      jboss-seam/examples/contactlist/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/resources/WEB-INF/components.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- components.xml	8 Oct 2006 19:13:11 -0000	1.10
  +++ components.xml	8 Oct 2006 19:39:59 -0000	1.11
  @@ -27,7 +27,7 @@
   
   
       <component name="contacts" 
  -              class="org.jboss.seam.framework.Query">
  +              class="org.jboss.seam.framework.EntityQuery">
           <property name="ejbql">from Contact</property>
           <property name="restrictions">
               <value>lower(firstName) like lower( #{exampleContact.firstName} + '%' )</value>
  
  
  



More information about the jboss-cvs-commits mailing list