You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <ui...@incubator.apache.org> on 2008/08/04 16:58:44 UTC

[jira] Updated: (UIMA-1131) Delegates following a CAS Multiplier do not get the complete typesystem

     [ https://issues.apache.org/jira/browse/UIMA-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Burn Lewis updated UIMA-1131:
-----------------------------

    Attachment: UIMA-1131.temp.patch

Problem caused by too-early creation of the CasMultiplier's CasPool, before the all the typesystems have been merged.  This patch removes some of the changes made in uimaj-as-core-UIMA-1104-patch-10.txt so that the pool is again created only when the first Cas is requested.  Presumably this will cause a problem when the JMX monitor tries to monitor the CM's non-existent CasPool, but that will have to be fixed another way.

> Delegates following a CAS Multiplier do not get the complete typesystem
> -----------------------------------------------------------------------
>
>                 Key: UIMA-1131
>                 URL: https://issues.apache.org/jira/browse/UIMA-1131
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Burn Lewis
>         Attachments: UIMA-1131-testcase.patch, UIMA-1131.temp.patch
>
>
> Delegates after a CAS multiplier get only the type system of the first delegate declared in the aggregate.  CASes generated by a CAS multiplier don't get the full merged type system.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.