Re: Obtain/create and instance of CAS for UIMA AS

2011-12-06 Thread Jaroslaw Cwiklik
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)

Obtain/create and instance of CAS for UIMA AS

2011-12-06 Thread Spico Florin
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 s