Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-1739

Error in determining local repository path in patch service

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • jboss-fuse-6.2
    • None
    • None
    • None
    • % %

    Description

      In the non-Fabric patch service, the local repository path is determined using this snippet of code:

      File localRepoPath = new File(System.getProperty("karaf.base"), "system");
      

      There are two problems with this:

      • the repository path should start at karaf.home instead of karaf.base since it is shared between a container an its child instances
      • the system part is hard-coded, but it can actually be configured through the karaf.default.repository system property so we should use that instead

      Attachments

        Activity

          People

            pantinor@redhat.com Paolo Antinori
            gertv_jira Gert Vanthienen (Inactive)
            Lukas Lowinger Lukas Lowinger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: