Florin, there is more than one way to get a CAS. Here a two methods you can
try:
1) Check UIMA Tutorial and User Guides.pdf
http://uima.apache.org/d/uimaj-2.3.1/tutorials_and_users_guides.pdf
page 71 shows an example how to get a CAS from a CasPool that the
application
manages (not UIMA AS client)
2) on page 73 of the same document there is an alternate method that
uses CasCreationUtils.createCas(...)
Cheers, JC
On Tue, Dec 6, 2011 at 9:32 AM, Spico Florin <spicoflorin@gmail.com> wrote:
> Hello!
> I would like to know if there is another way to obtain an instance of
> CAS for the UIMA AS, rather than using the method getCAS of the class
> UimaAsynchronousEngine. Or how I can get such kind of instance withou
> configuring the message broker and the endpoint of the UIMA AS service?
> My scenario is to integrate a spring integration pipeline with UIMA AS
> service and I would like to use a spring component that creates CAS and
> send it to the UIMA AS endpoint.
>
> I look forward for your answers and suggestions
> Thank you.
> Regards,
> Florin
>
|