<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" id="Application_ID" version="5">
  <module>
    <ejb>common.jar</ejb>
  </module>
  <module>
    <ejb>medrec-domain.jar</ejb>
  </module>
  <module>
    <ejb>medrec-facade.jar</ejb>
  </module>
  <module>
    <web>
      <web-uri>medrec-web.war</web-uri>
      <context-root>medrec</context-root>
    </web>
  </module>
  <module>
    <web>
      <web-uri>medrec-jaxrpc-facade-broker.war</web-uri>
      <context-root>medrec-jaxrpc-services</context-root>
    </web>
  </module>
  <module>
    <web>
      <web-uri>medrec-jaxws-facade-broker.war</web-uri>
      <context-root>medrec-jaxws-services</context-root>
    </web>
  </module>  
</application>

