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

Michael Yuan michael.yuan at jboss.com
Wed Jan 17 15:55:54 EST 2007


  User: myuan   
  Date: 07/01/17 15:55:54

  Modified:    examples/glassfish/resources/META-INF  ejb-jar.xml
  Log:
  okay glassfish need an ejb ref in ejb-jar.xml
  
  Revision  Changes    Path
  1.3       +13 -1     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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ejb-jar.xml	3 Dec 2006 04:44:40 -0000	1.2
  +++ ejb-jar.xml	17 Jan 2007 20:55:54 -0000	1.3
  @@ -4,6 +4,18 @@
            xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
            version="3.0">
            
  +   <enterprise-beans>
  +     <session>
  +       <ejb-name>HotelBookingAction</ejb-name>
  +       <ejb-local-ref>       
  +         <ejb-ref-name>jboss-seam-glassfish/TransactionListener/local</ejb-ref-name>       
  +         <ejb-ref-type>Session</ejb-ref-type>       
  +         <local>org.jboss.seam.core.LocalTransactionListener</local>       
  +         <ejb-link>TransactionListener</ejb-link>    
  +       </ejb-local-ref>
  +     </session>
  +   </enterprise-beans>
  +   
      <interceptors>
        <interceptor>
          <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
  
  
  



More information about the jboss-cvs-commits mailing list