You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Eddie Epstein <ea...@gmail.com> on 2010/03/06 14:12:21 UTC

Re: CASTransportable without OutOfTypeSystemData in VinciAnalysisEngineServiceStub

On Fri, Mar 5, 2010 at 9:04 AM, Olivier Terrier
<ol...@temis.com> wrote:
>
> Yes the exception is on the client side
> [...]
> The service-side adds objects to the CAS that are in a typesystem that is not know on the client-side
>

During client initialization the client sends a getMeta request to all
remote services. The getMeta reply includes the service typesystem,
which is then integrated into the client typesystem. By definition
there are no out-of-typesystem types on the client side.

The only explanation for a such client-side error is that the service
typesystem was changed after the client was initialized, on at least
one service instance.

Regards,
Eddie