You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2011/03/04 15:37:36 UTC

[jira] Created: (UIMA-2083) UIMA AS service always uses binary serialization

UIMA AS service always uses binary serialization 
-------------------------------------------------

                 Key: UIMA-2083
                 URL: https://issues.apache.org/jira/browse/UIMA-2083
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.3.1AS


UIMA AS service always specifies 'binary' as a type of payload in an outgoing message. The 'xmi' payload type is never used causing a problem with services (like C++ services)which dont support binary. This bug has been introduced in a recent refactoring of UIMA AS JmsOutputChannel. Modify code to use serialization type defined in the deployment descriptor. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (UIMA-2083) UIMA AS service always uses binary serialization

Posted by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-2083.
-------------------------------

    Resolution: Fixed

Modified JmsOutputChannel to respect a type of serialization specified for each delegate in a deployment descriptor.  

> UIMA AS service always uses binary serialization 
> -------------------------------------------------
>
>                 Key: UIMA-2083
>                 URL: https://issues.apache.org/jira/browse/UIMA-2083
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3.1AS
>
>
> UIMA AS service always specifies 'binary' as a type of payload in an outgoing message. The 'xmi' payload type is never used causing a problem with services (like C++ services)which dont support binary. This bug has been introduced in a recent refactoring of UIMA AS JmsOutputChannel. Modify code to use serialization type defined in the deployment descriptor. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira