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

Shane Bryzak sbryzak at redhat.com
Wed Feb 21 18:21:15 EST 2007


  User: sbryzak2
  Date: 07/02/21 18:21:15

  Modified:    examples/glassfish/resources/WEB-INF  web.xml
  Log:
  added AuthenticatorAction
  
  Revision  Changes    Path
  1.7       +8 -0      jboss-seam/examples/glassfish/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/glassfish/resources/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- web.xml	20 Feb 2007 15:10:15 -0000	1.6
  +++ web.xml	21 Feb 2007 23:21:15 -0000	1.7
  @@ -98,6 +98,14 @@
     
     <!-- Glassfish EJB3 names -->
     <ejb-local-ref>       
  +    <ejb-ref-name>jboss-seam-glassfish/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>	  
  +  
  +  <ejb-local-ref>       
       <ejb-ref-name>jboss-seam-glassfish/BookingListAction/local</ejb-ref-name>       
       <ejb-ref-type>Session</ejb-ref-type>       
       <local>org.jboss.seam.example.booking.BookingList</local>       
  
  
  



More information about the jboss-cvs-commits mailing list