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 2006/05/20 23:56:37 UTC

svn commit: r408099 [2/2] - in /ibatis/trunk/cs/mapper: IBatisNet.Common.Test/NUnit/CommonTests/Utilities/ IBatisNet.Common/ IBatisNet.Common/Utilities/ IBatisNet.Common/Utilities/Objects/Members/ IBatisNet.Common/Utilities/TypesResolver/ IBatisNet.Dat...

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs
URL: http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs?rev=408099&r1=408098&r2=408099&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs Sat May 20 14:56:36 2006
@@ -345,7 +345,7 @@
 			}
 			else
 			{
-				type = Resources.TypeForName(className);
+                type = TypeUtils.ResolveType(className);
 			}
 
 			return type;