svn commit: r951508 - /uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/BaseAnalysisEngineController.java

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 17:53:54 2010 New Revision: 951508 URL: http://svn.apache.org/viewvc?rev=951508&view=rev Log: UIMA-1801 Removed Code that was sending useless STOP message to each of the colocated delegates Modified: uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/

svn commit: r951473 - in /uima/sandbox/trunk/SimpleServer/src/main/java/org/apache/uima/simpleserver/servlet: ResultMerger.java SimpleServerServlet.java

2010-06-04 Thread schor
Author: schor Date: Fri Jun 4 16:13:21 2010 New Revision: 951473 URL: http://svn.apache.org/viewvc?rev=951473&view=rev Log: [UIMA-1795] remove csv option from help text - not supported Modified: uima/sandbox/trunk/SimpleServer/src/main/java/org/apache/uima/simpleserver/servlet/ResultMerger.

svn commit: r951437 - /uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/handler/input/ProcessResponseHandler.java

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 15:06:40 2010 New Revision: 951437 URL: http://svn.apache.org/viewvc?rev=951437&view=rev Log: UIMA-1799 added thread id and thread name to a log msg to help with debugging Modified: uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/handler/in

svn commit: r951434 - /uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/UimaDefaultMessageListenerContainer.java

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 15:04:51 2010 New Revision: 951434 URL: http://svn.apache.org/viewvc?rev=951434&view=rev Log: UIMA-1799 Modified to support prefetch override on a reply queue. The prefetch value equals number of consumers defined on a reply queue in the DD Modified: uima/ui

svn commit: r951432 - /uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 15:03:17 2010 New Revision: 951432 URL: http://svn.apache.org/viewvc?rev=951432&view=rev Log: UIMA-1799 Added new msg to show prefetch override Modified: uima/uima-as/trunk/uimaj-as-jms/src/main/resources/jms_adapter_messages.properties Modified: uima/uima

svn commit: r951427 - /uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/ConcurrentMessageListener.java

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 14:47:30 2010 New Revision: 951427 URL: http://svn.apache.org/viewvc?rev=951427&view=rev Log: UIMA-1800 Modified to use UimaBlockingExecutor Modified: uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/ConcurrentMessageLis

svn commit: r951426 - /uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 14:45:00 2010 New Revision: 951426 URL: http://svn.apache.org/viewvc?rev=951426&view=rev Log: UIMA-1800 Added new msgs Modified: uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties Modified: uima/uima-as/trunk/uimaj-as-core/src/ma

svn commit: r951425 - /uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/spi/transport/vm/UimaVmMessageDispatcher.java

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 14:43:58 2010 New Revision: 951425 URL: http://svn.apache.org/viewvc?rev=951425&view=rev Log: UIMA-1800 Modified to use UimaBlockingExecutor Modified: uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/spi/transport/vm/UimaVmMessageDispatcher.

svn commit: r951424 - /uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/spi/transport/vm/VmTransport.java

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 14:43:17 2010 New Revision: 951424 URL: http://svn.apache.org/viewvc?rev=951424&view=rev Log: UIMA-1800 Modified to use UimaBlockingExecutor Modified: uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/spi/transport/vm/VmTransport.java Modifi

svn commit: r951422 - /uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/spi/transport/vm/UimaVmQueue.java

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 14:41:07 2010 New Revision: 951422 URL: http://svn.apache.org/viewvc?rev=951422&view=rev Log: UIMA-1800 Modified to make the queue unbounded. The throttling is done by using BoundedExecutor Modified: uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/

svn commit: r951418 - /uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/UimaBlockingExecutor.java

2010-06-04 Thread cwiklik
Author: cwiklik Date: Fri Jun 4 14:37:19 2010 New Revision: 951418 URL: http://svn.apache.org/viewvc?rev=951418&view=rev Log: UIMA-1800 Blocks the submitter thread until a thread in a thread pool becomes available Added: uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/Ui

svn commit: r951407 - /uima/build/trunk/parent-poms/

2010-06-04 Thread schor
Author: schor Date: Fri Jun 4 13:37:04 2010 New Revision: 951407 URL: http://svn.apache.org/viewvc?rev=951407&view=rev Log: no Jira - add target to svnignore Modified: uima/build/trunk/parent-poms/ (props changed) Propchange: uima/build/trunk/parent-poms/ -

svn commit: r951406 - /uima/build/trunk/parent-poms/target/

2010-06-04 Thread schor
Author: schor Date: Fri Jun 4 13:36:14 2010 New Revision: 951406 URL: http://svn.apache.org/viewvc?rev=951406&view=rev Log: no Jira - target should not be checked into svn Removed: uima/build/trunk/parent-poms/target/

svn commit: r951405 - /uima/build/trunk/parent-poms/parent-pom-top/pom.xml

2010-06-04 Thread schor
Author: schor Date: Fri Jun 4 13:33:48 2010 New Revision: 951405 URL: http://svn.apache.org/viewvc?rev=951405&view=rev Log: no Jira - fix spelling of jira url Modified: uima/build/trunk/parent-poms/parent-pom-top/pom.xml Modified: uima/build/trunk/parent-poms/parent-pom-top/pom.xml URL: ht

svn commit: r951352 - in /uima/sandbox/trunk: AlchemyAPIAnnotator/src/docbook/AlchemyAPIAnnotatorUserGuide.xml ConfigurableFeatureExtractor/src/docbook/CFE_UG.xml Tagger/src/docbook/hmmTaggerUsersGuid

2010-06-04 Thread tommaso
Author: tommaso Date: Fri Jun 4 10:27:30 2010 New Revision: 951352 URL: http://svn.apache.org/viewvc?rev=951352&view=rev Log: [UIMA-1051] - fixed code snippets parts with longer lines going out of the margin of the page, fixed larger images going out of the margin of the page Modified: uim

svn commit: r951351 - /uima/uimaj/trunk/PearPackagingMavenPlugin/src/docbook/PearPackagingMavenPluginUserGuide.xml

2010-06-04 Thread tommaso
Author: tommaso Date: Fri Jun 4 10:24:34 2010 New Revision: 951351 URL: http://svn.apache.org/viewvc?rev=951351&view=rev Log: [UIMA-1051] - fixed code snippets parts with longer lines going out of the margin of the page Modified: uima/uimaj/trunk/PearPackagingMavenPlugin/src/docbook/PearPa