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

Norman Richards norman.richards at jboss.com
Wed Oct 3 18:04:42 EDT 2007


  User: nrichards
  Date: 07/10/03 18:04:42

  Modified:    examples/jee5/booking/resources/WEB-INF   components.xml
                        web.xml
  Log:
  JBSEAM-2020
  
  Revision  Changes    Path
  1.2       +2 -1      jboss-seam/examples/jee5/booking/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/jee5/booking/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	7 Aug 2007 03:21:11 -0000	1.1
  +++ components.xml	3 Oct 2007 22:04:42 -0000	1.2
  @@ -19,5 +19,6 @@
                     conversation-id-parameter="cid"/>
                     
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
  +    <!-- <security:identity authenticate-method="#{test.authenticate}"/> -->
       
   </components>
  
  
  
  1.3       +0 -1      jboss-seam/examples/jee5/booking/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/booking/resources/WEB-INF/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- web.xml	24 Aug 2007 10:55:59 -0000	1.2
  +++ web.xml	3 Oct 2007 22:04:42 -0000	1.3
  @@ -67,7 +67,6 @@
     <ejb-local-ref>              
       <ejb-ref-name>jboss-seam-jee5/AuthenticatorAction/local</ejb-ref-name>           
       <ejb-ref-type>Session</ejb-ref-type>
  -    <local-home/>
       <local>org.jboss.seam.example.booking.Authenticator</local>               
       <ejb-link>AuthenticatorAction</ejb-link>        
     </ejb-local-ref>	  
  
  
  



More information about the jboss-cvs-commits mailing list