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

Gavin King gavin.king at jboss.com
Sat Jun 23 13:17:38 EDT 2007


  User: gavin   
  Date: 07/06/23 13:17:38

  Modified:    examples/glassfish/resources/WEB-INF  web.xml
  Log:
  fix prob with TransactionListener
  
  Revision  Changes    Path
  1.14      +2 -2      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- web.xml	30 May 2007 00:38:38 -0000	1.13
  +++ web.xml	23 Jun 2007 17:17:38 -0000	1.14
  @@ -118,10 +118,10 @@
     </ejb-local-ref>    
       
     <ejb-local-ref>       
  -    <ejb-ref-name>jboss-seam-glassfish/TransactionListener/local</ejb-ref-name>       
  +    <ejb-ref-name>jboss-seam-glassfish/EjbTransactionListener/local</ejb-ref-name>       
       <ejb-ref-type>Session</ejb-ref-type>       
       <local>org.jboss.seam.core.LocalTransactionListener</local>       
  -    <ejb-link>TransactionListener</ejb-link>    
  +    <ejb-link>EjbTransactionListener</ejb-link>    
     </ejb-local-ref>
     
     <session-config>
  
  
  



More information about the jboss-cvs-commits mailing list