users@glassfish.java.net

Java EE in Eclipse will not include jars for other projects in build ear

From: Per Steffensen <steff_at_designware.dk>
Date: Mon, 11 May 2009 09:30:33 +0200

Hi

I have an Java EE project "eMear" in eclipse. It includes a EJB project
"eMejbs-coreservices". The code in "eMejbs-coreservices" depends on some
3-party jars (lets say
"$M2_REPO/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"), and it
also depends on some other eclipse projects (lets say project "base" and
"commontypes").

When I deploy "eMear" on a Glassfish running inside eclipse the
application will be build/packaged and deployed. The application
"eMear.ear" is build/packaged to
"<workspace>\.metadata\.plugins\org.eclipse.wst.server.core\tmp0". This
"eMear.ear" includes "commons-lang-2.4.jar" and
"eMejbs-coreservices.jar", but the jars corresponding til the eclipse
projects ("base.jar" and "commontypes.jar") is not included in the ear.
Therefore the application ofcause fails.

Why does eclipse not include the projects-jars in the ear? What should I
do to get the project jars included?
Below you will be able to see ".classpath", ".project" and
".settings/org.eclipse.wst.common.component" for both "eMear" and
"eMejbs-coreservices". Please let me know if more info is needed.

Im using eclipse 3.4.0 and Glassfish plugin 1.0.25 on Mac OSX.

Im not sure this mailing list is the right place to ask this question.
If not please direct me to a better place.

Regards, Per Steffensen

------------------------------------------------------- files from
project eMear
--------------------------------------------------------------------------
---------------- .project ---------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
    <name>eMear</name>
    <comment>This is the parent POM for all EM projects</comment>
    <projects>
        <project>commontypes</project>
        <project>configurationmanager</project>
        <project>domain_model</project>
        <project>eMejbs-coreservices-1.0</project>
        <project>intercepthandler</project>
        <project>medialib</project>
        <project>moduleframework</project>
        <project>mscapi</project>
        <project>serviceframework</project>
        <project>spelCheck</project>
        <project>SysLog</project>
        <project>translationProvider</project>
        <project>xml2java</project>
        <project>xmllib</project>
        <project>eMejbs-coreservices</project>
        <project>Mediator</project>
        <project>base</project>
        <project>clientframework</project>
    </projects>
    <buildSpec>
        <buildCommand>
            <name>org.eclipse.jdt.core.javabuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.maven.ide.eclipse.maven2Builder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.wst.common.project.facet.core.builder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.wst.validation.validationbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
    </buildSpec>
    <natures>
        <nature>org.eclipse.jdt.core.javanature</nature>
        <nature>org.maven.ide.eclipse.maven2Nature</nature>
        <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
        <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
    </natures>
</projectDescription>
------------------ .classpath
------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
    <classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
    <classpathentry kind="output" path="target/classes"/>
</classpath>
------------------ .settings/org.eclipse.wst.common.component
---------------------
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
  <wb-module deploy-name="eMear">
    <wb-resource deploy-path="/" source-path="/target/eclipseEar"/>
    <dependent-module archiveName="activemq-all-5.1.0.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/apache/activemq/activemq-all/5.1.0/activemq-all-5.1.0.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
    <dependent-module archiveName="ant-apache-log4j-1.6.5.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/ant/ant-apache-log4j/1.6.5/ant-apache-log4j-1.6.5.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
    <dependent-module archiveName="antlr-2.7.6.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/antlr/antlr/2.7.6/antlr-2.7.6.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
    <dependent-module archiveName="commons-beanutils-1.8.0.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="commons-collections-3.2.1.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="commons-digester-1.8.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/commons-digester/commons-digester/1.8/commons-digester-1.8.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="commons-lang-2.4.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/commons-lang/commons-lang/2.4/commons-lang-2.4.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="commons-logging-1.1.1.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="dom4j-1.6.1.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="ejb3-persistence-1.0.2.GA.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="fabric3-marshal-xstream-1.0.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/codehaus/fabric3/fabric3-marshal-xstream/1.0/fabric3-marshal-xstream-1.0.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="filters-2.0.235.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/com/jhlabs/filters/2.0.235/filters-2.0.235.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="hibernate-annotations-3.4.0.GA.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/hibernate/hibernate-annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module
archiveName="hibernate-commons-annotations-3.1.0.GA.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/hibernate/hibernate-commons-annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="hibernate-core-3.3.1.GA.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="javassist-3.8.0.GA.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/javassist/javassist/3.8.0.GA/javassist-3.8.0.GA.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="jcifs-1.3.2.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/em/jcifs/jcifs/1.3.2/jcifs-1.3.2.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="jclient-1.0.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/progress/message/jclient/1.0/jclient-1.0.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="jms-1.1.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/javax/jms/jms/1.1/jms-1.1.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="jta-1.1.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/javax/transaction/jta/1.1/jta-1.1.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="junit-4.5.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/junit/junit/4.5/junit-4.5.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="jxlayer-3.0.3.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/swinglabs/jxlayer/3.0.3/jxlayer-3.0.3.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="miglayout-3.6.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/com/miglayout/miglayout/3.6/miglayout-3.6.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="mysql-connector-java-5.1.6.jar"
deploy-path="/"
handle="module:/classpath/var/M2_REPO/mysql/mysql-connector-java/5.1.6/mysql-connector-java-5.1.6.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="persistence-api-1.0.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="slf4j-api-1.5.6.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="slf4j-simple-1.5.6.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/slf4j/slf4j-simple/1.5.6/slf4j-simple-1.5.6.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="swing-worker-1.1.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/swinglabs/swing-worker/1.1/swing-worker-1.1.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="swingx-0.9.2.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/org/swinglabs/swingx/0.9.2/swingx-0.9.2.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="xml-apis-1.0.b2.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module archiveName="xstream-1.2.jar" deploy-path="/"
handle="module:/classpath/var/M2_REPO/com/thoughtworks/xstream/xstream/1.2/xstream-1.2.jar">
      <dependency-type>uses</dependency-type>
    </dependent-module>
<dependent-module deploy-path="/"
handle="module:/resource/eMejbs-coreservices/eMejbs-coreservices">
<dependent-object/>
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="Mediator.jar" deploy-path="/"
handle="module:/resource/Mediator/Mediator">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="base.jar" deploy-path="/"
handle="module:/resource/base/base">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="domain_model.jar" deploy-path="/"
handle="module:/resource/domain_model/domain_model">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="commontypes.jar" deploy-path="/"
handle="module:/resource/commontypes/commontypes">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="moduleframework.jar" deploy-path="/"
handle="module:/resource/moduleframework/moduleframework">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="mscapi.jar" deploy-path="/"
handle="module:/resource/mscapi/mscapi">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="intercepthandler.jar" deploy-path="/"
handle="module:/resource/intercepthandler/intercepthandler">
<dependency-type>uses</dependency-type>
</dependent-module>
  </wb-module>
</project-modules>


------------------------------------------------------- files from
project eMejbs-coreservices
--------------------------------------------------------------------------
---------------- .project ---------------------------------------
<projectDescription>
  <name>eMejbs-coreservices-1.0</name>
  <comment>This is the parent POM for all EM projects</comment>
  <projects>
    <project>base</project>
    <project>commontypes</project>
    <project>configurationmanager</project>
    <project>domain_model</project>
    <project>intercepthandler</project>
    <project>medialib</project>
    <project>Mediator</project>
    <project>moduleframework</project>
    <project>mscapi</project>
    <project>serviceframework</project>
    <project>spelCheck</project>
    <project>SysLog</project>
    <project>translationProvider</project>
    <project>xml2java</project>
    <project>xmllib</project>
  </projects>
  <buildSpec>
    <buildCommand>
      <name>org.eclipse.jdt.core.javabuilder</name>
    </buildCommand>
    <buildCommand>
      <name>org.maven.ide.eclipse.maven2Builder</name>
    </buildCommand>
    <buildCommand>
      <name>org.eclipse.wst.common.project.facet.core.builder</name>
    </buildCommand>
    <buildCommand>
      <name>org.eclipse.wst.validation.validationbuilder</name>
    </buildCommand>
  </buildSpec>
  <natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>org.maven.ide.eclipse.maven2Nature</nature>
    <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
    <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
    <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
  </natures>
</projectDescription>
------------------ .classpath
------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry including="**/*.java" kind="src" path="src/main/java"/>
    <classpathentry excluding="**/*.java" kind="src"
path="src/main/resources"/>
    <classpathentry excluding="**/*.java" kind="src"
path="target/generated-resources/eclipse"/>
    <classpathentry kind="var"
path="M2_REPO/javax/jms/jms/1.1/jms-1.1.jar"/>
    <classpathentry kind="var"
path="M2_REPO/javax/transaction/jta/1.1/jta-1.1.jar"
sourcepath="M2_REPO/javax/transaction/jta/1.1/jta-1.1-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar"
sourcepath="M2_REPO/javax/persistence/persistence-api/1.0/persistence-api-1.0-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/apache/activemq/activemq-all/5.1.0/activemq-all-5.1.0.jar"
sourcepath="M2_REPO/org/apache/activemq/activemq-all/5.1.0/activemq-all-5.1.0-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/ant/ant-apache-log4j/1.6.5/ant-apache-log4j-1.6.5.jar"/>
    <classpathentry kind="var"
path="M2_REPO/antlr/antlr/2.7.6/antlr-2.7.6.jar"
sourcepath="M2_REPO/antlr/antlr/2.7.6/antlr-2.7.6-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar"
sourcepath="M2_REPO/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar"
sourcepath="M2_REPO/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/commons-digester/commons-digester/1.8/commons-digester-1.8.jar"
sourcepath="M2_REPO/commons-digester/commons-digester/1.8/commons-digester-1.8-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
sourcepath="M2_REPO/commons-lang/commons-lang/2.4/commons-lang-2.4-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"
sourcepath="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"
sourcepath="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.jar"
sourcepath="M2_REPO/org/hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/codehaus/fabric3/fabric3-marshal-xstream/1.0/fabric3-marshal-xstream-1.0.jar"
sourcepath="M2_REPO/org/codehaus/fabric3/fabric3-marshal-xstream/1.0/fabric3-marshal-xstream-1.0-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/org/codehaus/fabric3/fabric3-marshal-xstream/1.0/fabric3-marshal-xstream-1.0-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/com/jhlabs/filters/2.0.235/filters-2.0.235.jar"
sourcepath="M2_REPO/com/jhlabs/filters/2.0.235/filters-2.0.235-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0.1/geronimo-ejb_3.0_spec-1.0.1.jar"
sourcepath="M2_REPO/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0.1/geronimo-ejb_3.0_spec-1.0.1-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0.1/geronimo-ejb_3.0_spec-1.0.1-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/org/hibernate/hibernate-annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA.jar"
sourcepath="M2_REPO/org/hibernate/hibernate-annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/hibernate/hibernate-commons-annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA.jar"
sourcepath="M2_REPO/org/hibernate/hibernate-commons-annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar"
sourcepath="M2_REPO/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/javassist/javassist/3.8.0.GA/javassist-3.8.0.GA.jar"
sourcepath="M2_REPO/javassist/javassist/3.8.0.GA/javassist-3.8.0.GA-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/em/jcifs/jcifs/1.3.2/jcifs-1.3.2.jar"/>
    <classpathentry kind="var"
path="M2_REPO/progress/message/jclient/1.0/jclient-1.0.jar"/>
    <classpathentry kind="var"
path="M2_REPO/junit/junit/4.5/junit-4.5.jar"
sourcepath="M2_REPO/junit/junit/4.5/junit-4.5-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/swinglabs/jxlayer/3.0.3/jxlayer-3.0.3.jar"
sourcepath="M2_REPO/org/swinglabs/jxlayer/3.0.3/jxlayer-3.0.3-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/org/swinglabs/jxlayer/3.0.3/jxlayer-3.0.3-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/com/miglayout/miglayout/3.6/miglayout-3.6.jar"
sourcepath="M2_REPO/com/miglayout/miglayout/3.6/miglayout-3.6-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/com/miglayout/miglayout/3.6/miglayout-3.6-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/mysql/mysql-connector-java/5.1.6/mysql-connector-java-5.1.6.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar"
sourcepath="M2_REPO/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/slf4j/slf4j-simple/1.5.6/slf4j-simple-1.5.6.jar"
sourcepath="M2_REPO/org/slf4j/slf4j-simple/1.5.6/slf4j-simple-1.5.6-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/swinglabs/swing-worker/1.1/swing-worker-1.1.jar"
sourcepath="M2_REPO/org/swinglabs/swing-worker/1.1/swing-worker-1.1-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/org/swinglabs/swing-worker/1.1/swing-worker-1.1-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/org/swinglabs/swingx/0.9.2/swingx-0.9.2.jar"
sourcepath="M2_REPO/org/swinglabs/swingx/0.9.2/swingx-0.9.2-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/org/swinglabs/swingx/0.9.2/swingx-0.9.2-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var"
path="M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar"
sourcepath="M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2-sources.jar"/>
    <classpathentry kind="var"
path="M2_REPO/com/thoughtworks/xstream/xstream/1.2/xstream-1.2.jar"
sourcepath="M2_REPO/com/thoughtworks/xstream/xstream/1.2/xstream-1.2-sources.jar">
        <attributes>
            <attribute name="javadoc_location"
value="jar:file:/Users/steffliace/.m2/repository/com/thoughtworks/xstream/xstream/1.2/xstream-1.2-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="con"
path="org.eclipse.jst.server.core.container/com.sun.enterprise.jst.server.runtimeTarget/GlassFish
v2.1 Java EE 5"/>
    <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM
1.6.0 (MacOS X Default)"/>
    <classpathentry combineaccessrules="false" kind="src"
path="/domain_model"/>
    <classpathentry combineaccessrules="false" kind="src" path="/base"/>
    <classpathentry combineaccessrules="false" kind="src"
path="/moduleframework"/>
    <classpathentry combineaccessrules="false" kind="src" path="/Mediator"/>
    <classpathentry combineaccessrules="false" kind="src" path="/mscapi"/>
    <classpathentry combineaccessrules="false" kind="src"
path="/intercepthandler"/>
    <classpathentry kind="output" path="target/classes"/>
</classpath>
------------------ .settings/org.eclipse.wst.common.component
---------------------

<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
  <wb-module deploy-name="eMejbs-coreservices">
    <wb-resource deploy-path="/" source-path="src/main/java"/>
    <wb-resource deploy-path="/" source-path="src/main/resources"/>
    <wb-resource deploy-path="/"
source-path="target/generated-resources/eclipse"/>
    <property name="java-output-path"/>
  </wb-module>
</project-modules>