Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-1348

Uima AS UIMA_Service class is not handling default broker correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3AS
    • Async Scaleout
    • None

    Description

      While processing command line args, UIMA_Service uses an incorrect test to determine if a default broker should be used. The code uses:

      String brokerURL = getArg("-brokerURL",args);

      to fetch brokerURL. If the URL is not specified on the command line, the getArg() method returns "" (empty string). But the code checks for a null.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cwiklik Jaroslaw Cwiklik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: