diff --git a/artemis_sqlmap/chado_iBatis_config.xml b/artemis_sqlmap/chado_iBatis_config.xml index ffde46323fe88a53d7dfe3496fc4a5b077a558af..b8d1d1ef3494a10efd07abd550fea5105cf9695d 100644 --- a/artemis_sqlmap/chado_iBatis_config.xml +++ b/artemis_sqlmap/chado_iBatis_config.xml @@ -76,11 +76,12 @@ <!-- Identify all SQL Map XML files to be loaded by this SQL map. Notice the paths are relative to the classpath. --> - <sqlMap resource="artemis_sqlmap/Organism.xml" /> + <sqlMap resource="artemis_sqlmap/Cv.xml" /> <sqlMap resource="artemis_sqlmap/CvTerm.xml" /> <sqlMap resource="artemis_sqlmap/Pub.xml" /> <sqlMap resource="artemis_sqlmap/Feature.xml" /> + <sqlMap resource="artemis_sqlmap/Organism.xml" /> <sqlMap resource="artemis_sqlmap/FeatureCvTerm.xml" /> <sqlMap resource="artemis_sqlmap/FeatureCvTermDbXRef.xml" /> <sqlMap resource="artemis_sqlmap/FeatureCvTermProp.xml" />