Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3

DeploymentUnitProcessor may construct the Manifest multiple times

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.Alpha1
    • None
    • None
    • None
    • Hide

      I various places there is code like this

      final Manifest manifest;
      try

      { manifest = VFSUtils.getManifest(deploymentRoot); }

      catch(IOException e)

      { throw new DeploymentUnitProcessingException("Failed to get manifest for deployment " + deploymentRoot, e); }

      if(manifest == null)
      return;

      Show
      I various places there is code like this final Manifest manifest; try { manifest = VFSUtils.getManifest(deploymentRoot); } catch(IOException e) { throw new DeploymentUnitProcessingException("Failed to get manifest for deployment " + deploymentRoot, e); } if(manifest == null) return;

            jgreene@redhat.com Jason Greene
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: