[jboss-cvs] jboss-seam/examples/jee5/resources/oc4j ...

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


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

  Modified:    examples/jee5/resources/oc4j  web.xml
  Log:
  oops, bug in release
  
  Revision  Changes    Path
  1.4       +3 -3      jboss-seam/examples/jee5/resources/oc4j/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/oc4j/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:23 -0000	1.4
  @@ -119,10 +119,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.core.LocalEjbTransaction</local>       
  +    <ejb-link>EjbTransaction</ejb-link>    
     </ejb-local-ref>
     
     <session-config>
  
  
  



More information about the jboss-cvs-commits mailing list