Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3973

OperationSelectorJMSDefaultServiceInterceptor.getTargetOperation() should also handle wireformat type WireFormatJMSBytesXML

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Java-SCA-2.x
    • Java-SCA-2.x
    • SCA Java Runtime
    • None

    Description

      The code in OperationSelectorJMSDefaultServiceInterceptor.getTargetOperation() checks for known WireFormat types, but does not included WireFormatJMSBytesXML. So the code should be updated to

      if (serviceOperations.size() == 1) {
      ..........
      } else if (operationName != null) {
      ..................
      } else if (jmsBinding.getRequestWireFormat() instanceof WireFormatJMSDefault

      jmsBinding.getRequestWireFormat() instanceof WireFormatJMSTextXML
      jmsBinding.getRequestWireFormat() instanceof WireFormatJMSBytesXML) {
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            jennthom Jennifer Thompson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: