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

Gavin King gavin.king at jboss.com
Thu Jul 19 07:35:04 EDT 2007


  User: gavin   
  Date: 07/07/19 07:35:04

  Modified:    examples/jee5/resources-glassfish/WEB-INF  web.xml
  Log:
  update
  
  Revision  Changes    Path
  1.3       +3 -3      jboss-seam/examples/jee5/resources-glassfish/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-glassfish/WEB-INF/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- web.xml	16 Jul 2007 06:45:52 -0000	1.2
  +++ web.xml	19 Jul 2007 11:35:04 -0000	1.3
  @@ -121,10 +121,10 @@
     </ejb-local-ref>    
       
     <ejb-local-ref>
  -    <ejb-ref-name>jboss-seam-jee5/EjbTransaction/local</ejb-ref-name>  
  +    <ejb-ref-name>jboss-seam-jee5/EjbSynchronizations/local</ejb-ref-name>  
       <ejb-ref-type>Session</ejb-ref-type>
  -    <local>org.jboss.seam.transaction.LocalEjbTransaction</local>
  -    <ejb-link>EjbTransaction</ejb-link>
  +    <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>
  +    <ejb-link>EjbSynchronizations</ejb-link>
     </ejb-local-ref>
   
     
  
  
  



More information about the jboss-cvs-commits mailing list