UIMA-AS Should Use TextMessage Only for GetMeta Request and Reply -----------------------------------------------------------------
Key: UIMA-1271 URL: https://issues.apache.org/jira/browse/UIMA-1271 Project: UIMA Issue Type: Bug Components: Async Scaleout Reporter: Jerry Cwiklik UIMA-AS is using BytesMessage for getMeta request and response if it is configured to use binary serialization. GetMeta messages should always be passed in a TextMessage for compatibility with older services. The GetMeta reply should also include a flag that indicates service support of binary serialization. The client will not use binary serialization (even if is configured with binary) if the service says that it doesnt support it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.