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

Michael Yuan michael.yuan at jboss.com
Mon Aug 6 23:21:12 EDT 2007


  User: myuan   
  Date: 07/08/06 23:21:12

  Added:       examples/jee5/remoting/resources/META-INF   application.xml
                        ejb-jar.xml
  Log:
  re-structure the jee5 directory
  
  Revision  Changes    Path
  1.1      date: 2007/08/07 03:21:12;  author: myuan;  state: Exp;jboss-seam/examples/jee5/remoting/resources/META-INF/application.xml
  
  Index: application.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <application xmlns="http://java.sun.com/xml/ns/javaee" 
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
               version="5">
               
      <display-name>Seam Remoting</display-name>
      
      <module>
          <web>
              <web-uri>jboss-seam-remoting.war</web-uri>
              <context-root>/seam-remoting</context-root>
          </web>
      </module>
      <module>
          <ejb>jboss-seam-remoting.jar</ejb>
      </module>
      <module>
          <ejb>jboss-seam.jar</ejb>
      </module>
  </application>
  
  
  
  1.1      date: 2007/08/07 03:21:12;  author: myuan;  state: Exp;jboss-seam/examples/jee5/remoting/resources/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" 
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
           xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
           version="3.0">
     
     
     <interceptors>
       <interceptor>
         <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
       </interceptor>
     </interceptors>
     
     <assembly-descriptor>
        <interceptor-binding>
           <ejb-name>*</ejb-name>
           <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
        </interceptor-binding>
     </assembly-descriptor>
  
  </ejb-jar>
  
  
  



More information about the jboss-cvs-commits mailing list