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

Gavin King gavin.king at jboss.com
Wed Jun 27 14:00:22 EDT 2007


  User: gavin   
  Date: 07/06/27 14:00:22

  Modified:    examples/jee5/resources/WEB-INF  web.xml
  Log:
  oops, bug in release
  
  Revision  Changes    Path
  1.4       +3 -3      jboss-seam/examples/jee5/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/resources/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- web.xml	27 Jun 2007 03:00:21 -0000	1.3
  +++ web.xml	27 Jun 2007 18:00:22 -0000	1.4
  @@ -121,10 +121,10 @@
     </ejb-local-ref>    
       
     <ejb-local-ref>
  -    <ejb-ref-name>jboss-seam-jee5/EjbTransactionListener/local</ejb-ref-name>  
  +    <ejb-ref-name>jboss-seam-jee5/EjbTransaction/local</ejb-ref-name>  
       <ejb-ref-type>Session</ejb-ref-type>
  -    <local>org.jboss.seam.core.LocalTransactionListener</local>
  -    <ejb-link>EjbTransactionListener</ejb-link>
  +    <local>org.jboss.seam.transaction.LocalEjbTransaction</local>
  +    <ejb-link>EjbTransaction</ejb-link>
     </ejb-local-ref>
   
     
  
  
  



More information about the jboss-cvs-commits mailing list