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

Peter Muir peter at bleepbleep.org.uk
Tue Dec 4 10:45:49 EST 2007


  User: pmuir   
  Date: 07/12/04 10:45:49

  Modified:    examples/nestedbooking/resources/WEB-INF  components.xml
  Log:
  First pass at JBSEAM-2294
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/nestedbooking/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/nestedbooking/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	25 Nov 2007 13:12:01 -0000	1.1
  +++ components.xml	4 Dec 2007 15:45:49 -0000	1.2
  @@ -10,7 +10,7 @@
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
   
  -    <core:init jndi-pattern="jboss-seam-nested-booking/#{ejbName}/local" debug="true"/>
  +    <core:init jndi-pattern="@jndiPattern@" debug="true"/>
   
       <core:manager conversation-timeout="120000"
                     concurrent-request-timeout="500"
  
  
  



More information about the jboss-cvs-commits mailing list