You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2017/03/07 16:02:39 UTC

svn commit: r1785853 - /ctakes/trunk/ctakes-ytex-res/src/main/resources/org/apache/ctakes/ytex/umls/model/UMLS.hbm.template.xml

Author: james-masanz
Date: Tue Mar  7 16:02:39 2017
New Revision: 1785853

URL: http://svn.apache.org/viewvc?rev=1785853&view=rev
Log:
CTAKES-302 - add a comment that an XML validator will show an error for this template file

Modified:
    ctakes/trunk/ctakes-ytex-res/src/main/resources/org/apache/ctakes/ytex/umls/model/UMLS.hbm.template.xml

Modified: ctakes/trunk/ctakes-ytex-res/src/main/resources/org/apache/ctakes/ytex/umls/model/UMLS.hbm.template.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-res/src/main/resources/org/apache/ctakes/ytex/umls/model/UMLS.hbm.template.xml?rev=1785853&r1=1785852&r2=1785853&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ytex-res/src/main/resources/org/apache/ctakes/ytex/umls/model/UMLS.hbm.template.xml (original)
+++ ctakes/trunk/ctakes-ytex-res/src/main/resources/org/apache/ctakes/ytex/umls/model/UMLS.hbm.template.xml Tue Mar  7 16:02:39 2017
@@ -20,8 +20,10 @@
 
 -->
 <!-- umls tables in a different schema no easy way known to me to override 
-	schema for specific tables at runtime use this template to create the hibernate 
-	mapping -->
+	schema for specific tables at runtime use this template to create the hibernate	mapping -->
+<!--  since this is a template and not valid xml of its own, a validator (such as the one in Eclipse) will show an error:
+       Element type "hibernate-mapping" must be followed by either attribute specifications, ">" or "/>".	
+-->
 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
 <hibernate-mapping package="org.apache.ctakes.ytex.umls.model"
 	schema="@umls.schema@" @filter.umls.catalog@>