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

UIMA-AS client makes comparison of incompatible types

    XMLWordPrintableJSON

Details

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

    Description

      In BaseUIMAAsynchronousEngineCommon_impl.handleProcessReplyFromCasMultiplier() there is a comparison of incompatible types:

      if(casReferenceId.equals(inputCasCacheRequest) )

      The inputCasCacheRequest is of type ClientRequest so the above will always fail.

      The fix is:

      if(casReferenceId.equals(inputCasCacheRequest.getCasReferenceId()) )

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: