Re: Changing layout of CPE Configurator Screen

2012-02-09 Thread Marshall Schor
On 2/8/2012 11:10 AM, Joel Dubbels wrote: Is there a way to change the layout/format of the CPE configurator screen? Sure - it's open source, and it is not difficult to take the source code and update it. -Marshall Would like to change an input field to be a larger input box versus one lon

Re: java.lang.NullPointerException when running fast client

2012-02-09 Thread Jaroslaw Cwiklik
Florin, your problem is that you are using one CAS instance with asynch sendCAS(). Your main() is calling sendCAS(CAS) where the CAS is being serialized. Serialization is an expensive operation and on a slow machine may exceed your 100ms sleep. While the CAS is being serialized you calling reset()

Re: java.lang.NullPointerException when running fast client

2012-02-09 Thread Spico Florin
On Thu, Feb 9, 2012 at 3:41 PM, Spico Florin wrote: > > Hello! > My UIMA AS client is using UimaAsynchronousEngine for sending messages > to a UIMA pipeline. If the process of sending is fast (with 100 ms delay or > without any delay) the attached exception(java.lang.NullPointerException > and