<application xmlns="http://java.sun.com/xml/ns/j2ee"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
   http://java.sun.com/xml/ns/j2ee/application_1_4.xsd"
   version="1.4">
   <display-name>EJB Timer Tests</display-name>
   <module>
      <ejb>ejb-timer.jar</ejb>
   </module>
   <module>
      <web>
         <context-root>ejb-timer</context-root>
         <web-uri>ejb-timer.war</web-uri>
      </web>
   </module>
</application>