svn commit: r1233903 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-addons: plugin.xml src/main/java/org/apache/uima/textmarker/explain/rulelist/RuleListViewPage.java

2012-01-20 Thread pkluegl
Author: pkluegl Date: Fri Jan 20 13:27:25 2012 New Revision: 1233903 URL: http://svn.apache.org/viewvc?rev=1233903view=rev Log: UIMA-2337 fixed reference of wrong feature for filtering. Renamed Selected Rules view to Covering Rules. Modified:

svn commit: r1233969 - in /uima/uimaj/trunk/uimaj-core/src/test: java/org/apache/uima/analysis_engine/impl/AnalysisEngineDescription_implTest.java resources/TextAnalysisEngineImplTest/TestPrimitiveOpe

2012-01-20 Thread schor
Author: schor Date: Fri Jan 20 15:45:41 2012 New Revision: 1233969 URL: http://svn.apache.org/viewvc?rev=1233969view=rev Log: [UIMA-2350] add test case Added: uima/uimaj/trunk/uimaj-core/src/test/resources/TextAnalysisEngineImplTest/TestPrimitiveOperationalParmsDefaults.xml (with props)

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

2012-01-20 Thread cwiklik
Author: cwiklik Date: Fri Jan 20 16:13:41 2012 New Revision: 1233979 URL: http://svn.apache.org/viewvc?rev=1233979view=rev Log: UIMA-2354 blocks receiving thread when invokeProcess() returns, to prevent it from getting another CAS while the previous CAS is still in-play Modified:

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

2012-01-20 Thread cwiklik
Author: cwiklik Date: Fri Jan 20 16:16:24 2012 New Revision: 1233982 URL: http://svn.apache.org/viewvc?rev=1233982view=rev Log: UIMA-2354 associate a semaphore with a CAS entry. This semaphore is shared with a receiving thread and used to unblock that thread when CAS processing is done

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

2012-01-20 Thread cwiklik
Author: cwiklik Date: Fri Jan 20 17:05:13 2012 New Revision: 1234005 URL: http://svn.apache.org/viewvc?rev=1234005view=rev Log: UIMA-2309 in destroy(), remove __listenerRef.delegateStop(). It is a redundant call and not necessary Modified:

svn commit: r1234078 - in /uima/uimacpp/trunk: docs/ src/cas/uima/ src/framework/uima/

2012-01-20 Thread bhavani
Author: bhavani Date: Fri Jan 20 19:07:08 2012 New Revision: 1234078 URL: http://svn.apache.org/viewvc?rev=1234078view=rev Log: UIMA-2356 fix warnings generated by doxygen Modified: uima/uimacpp/trunk/docs/uimacpp.dox uima/uimacpp/trunk/src/cas/uima/cas.hpp

svn commit: r1234089 - in /uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima: resource/metadata/impl/MetaDataObject_impl.java util/XMLParser.java util/XMLSerializer.java util/impl/SaxDeseriali

2012-01-20 Thread schor
Author: schor Date: Fri Jan 20 19:33:07 2012 New Revision: 1234089 URL: http://svn.apache.org/viewvc?rev=1234089view=rev Log: [UIMA-239] support parsing UIMA descriptors in a mode that preserves comments and formatting whitespace. Modified:

svn commit: r1234090 - /uima/uimaj/trunk/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/metadata/cpe/CpeResourceManagerConfigurationImpl.java

2012-01-20 Thread schor
Author: schor Date: Fri Jan 20 19:33:39 2012 New Revision: 1234090 URL: http://svn.apache.org/viewvc?rev=1234090view=rev Log: [UIMA-239] support parsing UIMA descriptors in a mode that preserves comments and formatting whitespace. Modified:

svn commit: r1234092 - in /uima/uimaj/trunk/uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors: MultiPageEditor.java ui/AbstractSection.java

2012-01-20 Thread schor
Author: schor Date: Fri Jan 20 19:36:44 2012 New Revision: 1234092 URL: http://svn.apache.org/viewvc?rev=1234092view=rev Log: [UIMA-239] support parsing UIMA descriptors in a mode that preserves comments and formatting whitespace. Modified: