Author: rgrabowski
Date: Sun Aug 28 13:19:26 2005
New Revision: 263910
URL: http://svn.apache.org/viewcvs?rev=263910&view=rev
Log:
Updated xmlns attribute on providers node to allow file to be loaded correctly.
Set enabled="false" on Oracle.DataAccess provider
Modified:
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config
Modified:
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config
URL:
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config?rev=263910&r1=263909&r2=263910&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/providers.config Sun
Aug 28 13:19:26 2005
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
-
-<providers>
+<providers
+xmlns="http://ibatis.apache.org/providers"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<clear/>
<provider
name="sqlServer1.0"
@@ -90,7 +91,7 @@
<provider
name="oracle10.1"
description="Oracle provider V10.1"
- enabled="true"
+ enabled="false"
assemblyName="Oracle.DataAccess, Version=10.1.0.301,
Culture=neutral, PublicKeyToken=89b483f429c47342"
connectionClass="Oracle.DataAccess.Client.OracleConnection"
commandClass="Oracle.DataAccess.Client.OracleCommand"
@@ -156,5 +157,4 @@
useParameterPrefixInParameter = "true"
parameterPrefix="@"
/>
-</providers>
-
+</providers>
\ No newline at end of file