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

Peter Muir peter at bleepbleep.org.uk
Wed Apr 18 09:07:58 EDT 2007


  User: pmuir   
  Date: 07/04/18 09:07:58

  Modified:    trinidad/examples/seamdiscs/resources/WEB-INF 
                        components.xml
  Log:
  Minor changes
  
  Revision  Changes    Path
  1.3       +2 -0      jboss-seam/trinidad/examples/seamdiscs/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/trinidad/examples/seamdiscs/resources/WEB-INF/components.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components.xml	18 Apr 2007 12:06:28 -0000	1.2
  +++ components.xml	18 Apr 2007 13:07:58 -0000	1.3
  @@ -47,6 +47,8 @@
   	
   	<framework:entity-query name="artists" ejbql="select artist from Artist artist" order="artist.name DESC" max-results="5"/>
   	
  +	<framework:entity-query name="allArtists" ejbql="select artist from Artist artist" order="artist.name"/>
  +	
   	<framework:entity-home entity-class="org.jboss.seam.example.seamdiscs.model.Disc" name="discHome"/>
   	
   	<factory name="disc" value="#{discHome.instance}"/>
  
  
  



More information about the jboss-cvs-commits mailing list