src/main/java/org/apache/openejb/cts/deploy/DeployTestUtil.java [110:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    File deployPlatformJarFile;

    try {
      deployPlatformJarFile = new File(dmp.getJarFile());
    } catch (Exception e) {
      throw new Exception(
          "Could not contruct file object: " + dmp.getJarFile());
    }

    // Obtain DeploymentFactory names from manifest and load those entries
    TestUtil.logHarness("loadDeploymentFactories loading factories from file:"
        + deployPlatformJarFile.getName());

    Manifest mf = new java.util.jar.JarFile(deployPlatformJarFile)
        .getManifest();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/openejb/cts/deploy/DeployTestUtil.java [155:169]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    File deployPlatformJarFile;

    try {
      deployPlatformJarFile = new File(dmp.getJarFile());
    } catch (Exception e) {
      throw new Exception(
          "Could not contruct file object: " + dmp.getJarFile());
    }

    // Obtain DeploymentFactory names from manifest and load those entries
    TestUtil.logHarness("loadDeploymentFactories loading factories from file:"
        + deployPlatformJarFile.getName());

    Manifest mf = new java.util.jar.JarFile(deployPlatformJarFile)
        .getManifest();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



