[jboss-cvs] jboss-seam/examples/glassfish/resources/META-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/META-INF   application.xml
                        ejb-jar.xml
  Log:
  fix prob with TransactionListener
  
  Revision  Changes    Path
  1.9       +1 -1      jboss-seam/examples/glassfish/resources/META-INF/application.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/glassfish/resources/META-INF/application.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- application.xml	7 Jun 2007 19:00:51 -0000	1.8
  +++ application.xml	23 Jun 2007 17:17:38 -0000	1.9
  @@ -16,7 +16,7 @@
           <ejb>jboss-seam-glassfish.jar</ejb>
       </module>
       <module>
  -        <java>jboss-seam.jar</java>
  +        <ejb>jboss-seam.jar</ejb>
       </module>
       <module>
           <java>jboss-el.jar</java>
  
  
  
  1.4       +5 -5      jboss-seam/examples/glassfish/resources/META-INF/ejb-jar.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/glassfish/resources/META-INF/ejb-jar.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ejb-jar.xml	17 Jan 2007 20:55:54 -0000	1.3
  +++ ejb-jar.xml	23 Jun 2007 17:17:38 -0000	1.4
  @@ -8,10 +8,10 @@
        <session>
          <ejb-name>HotelBookingAction</ejb-name>
          <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>
      </enterprise-beans>
  
  
  



More information about the jboss-cvs-commits mailing list