You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2014/04/15 20:30:28 UTC

svn commit: r1587671 - in /ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine: SnomedLookupAnnotator.xml SnomedOvLookupAnnotator.xml

Author: seanfinan
Date: Tue Apr 15 18:30:27 2014
New Revision: 1587671

URL: http://svn.apache.org/r1587671
Log:
hsql requires that the database url be all lower-case

Modified:
    ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml
    ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml

Modified: ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml
URL: http://svn.apache.org/viewvc/ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml?rev=1587671&r1=1587670&r2=1587671&view=diff
==============================================================================
--- ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml (original)
+++ ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml Tue Apr 15 18:30:27 2014
@@ -234,7 +234,8 @@
                      <nameValuePair>
                         <name>URL</name>
                         <value>
-                           <string>jdbc:hsqldb:res:org/apache/ctakes/dictionary/lookup2/Snomed2011ab_ctakesTui/cTakesUmls</string>
+                           <!--  hsql requires an all lower-case url  -->
+                           <string>jdbc:hsqldb:res:org/apache/ctakes/dictionary/lookup2/snomed2011ab/ctakes_cuis</string>
                         </value>
                      </nameValuePair>
                      <nameValuePair>

Modified: ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml
URL: http://svn.apache.org/viewvc/ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml?rev=1587671&r1=1587670&r2=1587671&view=diff
==============================================================================
--- ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml (original)
+++ ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml Tue Apr 15 18:30:27 2014
@@ -260,7 +260,8 @@
                      <nameValuePair>
                         <name>URL</name>
                         <value>
-                           <string>jdbc:hsqldb:res:org/apache/ctakes/dictionary/lookup2/Snomed2011ab_ctakesTui/cTakesUmls</string>
+                           <!--  hsql requires an all lower-case url  -->
+                           <string>jdbc:hsqldb:res:org/apache/ctakes/dictionary/lookup2/snomed2011ab/ctakes_cuis</string>
                         </value>
                      </nameValuePair>
                      <nameValuePair>