svn commit: r1445116 - /uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/ServiceHandler.java

2013-02-12 Thread challngr
Author: challngr Date: Tue Feb 12 11:56:15 2013 New Revision: 1445116 URL: http://svn.apache.org/r1445116 Log: UIMA-2658 Insure service id is valid on modify. Insure that running service is not altered if count of services instances is set to 0. Modified:

svn commit: r1445286 - /uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/ServiceHandler.java

2013-02-12 Thread challngr
Author: challngr Date: Tue Feb 12 17:33:23 2013 New Revision: 1445286 URL: http://svn.apache.org/r1445286 Log: UIMA-2658 Fix tupo. Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/ServiceHandler.java Modified:

svn commit: r1445326 - in /uima/sandbox/uima-ducc/trunk: uima-ducc-cli/src/main/java/org/apache/uima/ducc/cli/ uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/

2013-02-12 Thread challngr
Author: challngr Date: Tue Feb 12 19:45:45 2013 New Revision: 1445326 URL: http://svn.apache.org/r1445326 Log: UIMA-2662 Accept --service_request_endpoint from CLI. If given, extract the endpoint from the DD and insure it matches. Modified:

svn commit: r1445342 - /uima/sandbox/uimafit/trunk/uimafit/src/test/java/org/apache/uima/fit/factory/ExternalResourceFactoryTest.java

2013-02-12 Thread rec
Author: rec Date: Tue Feb 12 20:35:14 2013 New Revision: 1445342 URL: http://svn.apache.org/r1445342 Log: NO JIRA - Test if array values can be passed to SharedResourceObjects Modified:

svn commit: r1445401 - /uima/sandbox/uima-ducc/trunk/uima-ducc-sm/src/main/java/org/apache/uima/ducc/sm/UimaAsPing.java

2013-02-12 Thread challngr
Author: challngr Date: Tue Feb 12 21:47:10 2013 New Revision: 1445401 URL: http://svn.apache.org/r1445401 Log: UIMA-2665 During the rework of the UimaAsPing-er I forgot to return if the broker:queue cannot be contacted. Control fell through so SM thought the ping was OK, erroneously. This