You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2005/04/14 20:13:39 UTC

svn commit: r161332 - incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/DomSqlMapBuilder.cs

Author: gbayon
Date: Thu Apr 14 11:13:39 2005
New Revision: 161332

URL: http://svn.apache.org/viewcvs?view=rev&rev=161332
Log:
- Fixed JIRA 37

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/DomSqlMapBuilder.cs

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/DomSqlMapBuilder.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/DomSqlMapBuilder.cs?view=diff&r1=161331&r2=161332
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/DomSqlMapBuilder.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/DomSqlMapBuilder.cs Thu Apr 14 11:13:39 2005
@@ -512,7 +512,10 @@
 
 			if (_configScope.UseConfigFileWatcher == true)
 			{
-				ConfigWatcherHandler.AddFileToWatch( Resources.GetFileInfo( Resources.GetValueOfNodeResourceUrl(sqlMapNode) ) );
+				if (sqlMapNode.Attributes["resource"] != null || sqlMapNode.Attributes["url"] != null) 
+				{ 
+					ConfigWatcherHandler.AddFileToWatch( Resources.GetFileInfo( Resources.GetValueOfNodeResourceUrl(sqlMapNode) ) );
+				}
 			}
 
 			// Load the file