Details

    • Type: Sub-task
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: 2.0.2
    • Fix Version/s: All Time Backlog
    • Component/s: Installation Scripts
    • Labels:
      None
    • Environment:

      AML all environments

      Description

      There does not seem to be a jboss 4.2.1 install setup in AML. There needs to be, so legacy services can run. ReportService is still used by generate-discrepancies.sh

      Assigning to Jeph. Feel free to assign to someone else, but please add instructions (ie. which servers jboss4 should run on, where/how to update the install script)

      also need to make sure legacy services get built with java 1.5 (currently pulse uses java 1.6). this can probably be accomplished by adding this plugin in the pom file:

      <build>
      <plugins>
      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <configuration>
      <source>1.5</source>
      <target>1.5</target>
      </configuration>
      </plugin>
      </plugins>
      </build>

      Note to QA - you cannot test generate-discrepancies.sh until this is setup

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              caitlyn Caitlyn Duggan (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: