Re: sendAndReceiveCas doesn't throw a ResourceProcessException on processError

2011-03-15 Thread Dietmar Gräbner
Thx for fixing the problem! Best regards Dietmar On Tue, Mar 15, 2011 at 2:11 PM, Jaroslaw Cwiklik wrote: > Dietmar, this was fixed under JIRA > https://issues.apache.org/jira/browse/UIMA-2064 > Thanks for reporting the > problem > > - Jerry C

Re: sendAndReceiveCas doesn't throw a ResourceProcessException on processError

2011-03-15 Thread Jaroslaw Cwiklik
Dietmar, this was fixed under JIRA https://issues.apache.org/jira/browse/UIMA-2064 Thanks for reporting the problem - Jerry C 2011/3/15 Dietmar Gräbner > Hi Jerry, > > Did you find something on this issue? > > thx > > Dietmar > > On Mon, Feb 21,

Re: sendAndReceiveCas doesn't throw a ResourceProcessException on processError

2011-03-15 Thread Dietmar Gräbner
Hi Jerry, Did you find something on this issue? thx Dietmar On Mon, Feb 21, 2011 at 5:01 PM, Jaroslaw Cwiklik wrote: > Dietmar, the UIMA AS client should throw an exception in the case you > described. I am looking into why it does not. > > Jerry C > > 2011/2/21 Dietmar Gräbner > >> Hi, >> >>

Re: sendAndReceiveCas doesn't throw a ResourceProcessException on processError

2011-02-21 Thread Jaroslaw Cwiklik
Dietmar, the UIMA AS client should throw an exception in the case you described. I am looking into why it does not. Jerry C 2011/2/21 Dietmar Gräbner > Hi, > > for some reason sendAndReceiveCas doesn't work as I understood and I > hope you can help me on this. > > I have the following client co

sendAndReceiveCas doesn't throw a ResourceProcessException on processError

2011-02-21 Thread Dietmar Gräbner
Hi, for some reason sendAndReceiveCas doesn't work as I understood and I hope you can help me on this. I have the following client code calling a UIMA AS Aggregate service: >BaseUIMAAsynchronousEngine_impl engine = new BaseUIMAAsynchronousEngine_impl(); >engine.initialize(appCtx); //no timeouts