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/07/10 15:06:41 UTC

svn commit: r210008 [1/2] - in /ibatis/trunk/cs/mapper: IBatisNet.Common/ IBatisNet.DataAccess.Test/Maps/Access/OleDb/ IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/ IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/ IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient...

Author: gbayon
Date: Sun Jul 10 06:06:38 2005
New Revision: 210008

URL: http://svn.apache.org/viewcvs?rev=210008&view=rev
Log:
- Fixed Schema Intellisense in VS.NET   
usage
<daoConfig  
xmlns="http://ibatis.apache.org/dataAccess" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >

<sqlMapConfig 
xmlns="http://ibatis.apache.org/dataMapper" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >

<sqlMap namespace="Account" 
xmlns="http://ibatis.apache.org/mapping" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >

Added:
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DataSourceConfig.cs
Removed:
    ibatis/trunk/cs/mapper/IBatisNet.Common/ProviderDao.cs
Modified:
    ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Category.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Complex.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Document.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/DynamicAccount.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Enumeration.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/LineItem.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Order.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Other.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/ResultClass.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Category.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Complex.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/DynamicAccount.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Enumeration.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/LineItem.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Order.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Other.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Category.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Complex.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/DynamicAccount.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Enumeration.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/LineItem.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Order.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Other.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Category.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Complex.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Enumeration.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/LineItem.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Order.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Other.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Complex.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Category.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Complex.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/DynamicAccount.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Enumeration.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/LineItem.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Order.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Other.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Category.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Complex.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/DynamicAccount.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Enumeration.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/LineItem.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Order.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Other.xml
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/IBatisNet.DataAccess.Test.dll.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Access_OleDb.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_Odbc.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_OleDb.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MySql_ByteFx.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_ODP.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_OracleClient.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Access_OleDb.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_Odbc.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_OleDb.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_SqlClient.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_ODP.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_OracleClient.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/Dao.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DaoSessionHandler.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DomDaoManagerBuilder.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj Sun Jul 10 06:06:38 2005
@@ -148,11 +148,6 @@
                     BuildAction = "Content"
                 />
                 <File
-                    RelPath = "ProviderDao.cs"
-                    SubType = "Code"
-                    BuildAction = "Compile"
-                />
-                <File
                     RelPath = "Exceptions\ConfigurationException.cs"
                     SubType = "Code"
                     BuildAction = "Compile"

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Account.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Account.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Account.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Account.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
       
     <cacheModels>
 		<cacheModel id="account-cache" implementation="MEMORY" >

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Category.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Category.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Category.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Category.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Category" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Category" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Category" type="IBatisNet.DataAccess.Test.Domain.Category, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Complex.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Complex.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Complex.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Complex.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Complex" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Complex" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<statements>
 	

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Document.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Document.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Document.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Document.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Document" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Document" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="Document" type="IBatisNet.DataAccess.Test.Domain.Document, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/DynamicAccount.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/DynamicAccount.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/DynamicAccount.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/DynamicAccount.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 		
 	<alias>
 		<typeAlias alias="Search" type="IBatisNet.DataAccess.Test.Domain.Search, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Enumeration.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Enumeration.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Enumeration.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Enumeration.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Enumeration" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Enumeration" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Enumeration" type="IBatisNet.DataAccess.Test.Domain.Enumeration, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/LineItem.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/LineItem.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/LineItem.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/LineItem.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="LineItem" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="LineItem" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="LineItem" type="IBatisNet.DataAccess.Test.Domain.LineItem, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Order.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Order.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Order.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Order.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Order" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Order" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="Order" type="IBatisNet.DataAccess.Test.Domain.Order, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Other.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Other.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Other.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/Other.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Other" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Other" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Other" type="IBatisNet.DataAccess.Test.Domain.Other, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/ResultClass.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/ResultClass.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/ResultClass.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Access/OleDb/ResultClass.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="ResultClass" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="ResultClass" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<statements>	
 		<!--

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Account.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Account.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Account.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Account.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
        
     <cacheModels>
 		<cacheModel id="account-cache" implementation="MEMORY" >

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Category.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Category.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Category.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Category.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Category" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">	
+<sqlMap namespace="Category" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >	
 	<alias>
 		<typeAlias alias="Category" type="IBatisNet.DataAccess.Test.Domain.Category, IBatisNet.DataAccess.Test"/>
 	</alias>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Complex.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Complex.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Complex.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Complex.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
-<?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Complex" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<?xml version="1.0" encoding="utf-8" ?> 
+<sqlMap namespace="Complex" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<statements>
 	

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/DynamicAccount.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/DynamicAccount.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/DynamicAccount.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/DynamicAccount.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 		
 	<alias>
 		<typeAlias alias="Search" type="IBatisNet.DataAccess.Test.Domain.Search, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Enumeration.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Enumeration.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Enumeration.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Enumeration.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Enumeration" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Enumeration" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Enumeration" type="IBatisNet.DataAccess.Test.Domain.Enumeration, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/LineItem.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/LineItem.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/LineItem.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/LineItem.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="LineItem" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="LineItem" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="LineItem" type="IBatisNet.DataAccess.Test.Domain.LineItem, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Order.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Order.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Order.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Order.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Order" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Order" xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="Order" type="IBatisNet.DataAccess.Test.Domain.Order, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Other.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Other.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Other.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/Odbc/Other.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Other" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Other" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Other" type="IBatisNet.DataAccess.Test.Domain.Other, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Account.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Account.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Account.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Account.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" xmlns="http://ibatis.apache.org/mapping"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
       
     <cacheModels>
 		<cacheModel id="account-cache" implementation="MEMORY" >

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Category.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Category.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Category.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Category.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Category" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Category" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	
 	<alias>
 		<typeAlias alias="Category" type="IBatisNet.DataAccess.Test.Domain.Category, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Complex.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Complex.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Complex.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Complex.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Complex" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Complex" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<statements>
 	

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/DynamicAccount.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/DynamicAccount.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/DynamicAccount.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/DynamicAccount.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 		
 	<alias>
 		<typeAlias alias="Search" type="IBatisNet.DataAccess.Test.Domain.Search, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Enumeration.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Enumeration.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Enumeration.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Enumeration.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Enumeration" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Enumeration" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Enumeration" type="IBatisNet.DataAccess.Test.Domain.Enumeration, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/LineItem.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/LineItem.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/LineItem.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/LineItem.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="LineItem" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="LineItem" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="LineItem" type="IBatisNet.DataAccess.Test.Domain.LineItem, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Order.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Order.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Order.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Order.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Order" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Order" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="Order" type="IBatisNet.DataAccess.Test.Domain.Order, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Other.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Other.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Other.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/OleDb/Other.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Other" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Other" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Other" type="IBatisNet.DataAccess.Test.Domain.Other, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Account.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Account.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Account.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Account.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<!-- =============================================                
                 <resultMap 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Category.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Category.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Category.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Category.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Category" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Category" 
+xmlns="http://ibatis.apache.org/mapping"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Category" type="IBatisNet.DataAccess.Test.Domain.Category, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Complex.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Complex.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Complex.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Complex.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Complex" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Complex" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	
 	<statements>
 	

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 		
 	<alias>
 		<typeAlias alias="Search" type="IBatisNet.DataAccess.Test.Domain.Search, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Enumeration.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Enumeration.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Enumeration.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Enumeration.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Enumeration" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Enumeration" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	
 	<alias>
 		<typeAlias alias="Enumeration" type="IBatisNet.DataAccess.Test.Domain.Enumeration, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/LineItem.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/LineItem.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/LineItem.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/LineItem.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="LineItem" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="LineItem" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="LineItem" type="IBatisNet.DataAccess.Test.Domain.LineItem, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Order.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Order.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Order.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Order.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Order" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Order" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="Order" type="IBatisNet.DataAccess.Test.Domain.Order, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Other.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Other.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Other.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MSSQL/SqlClient/Other.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Other" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Other" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Other" type="IBatisNet.DataAccess.Test.Domain.Other, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Account.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Account.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Account.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Account.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<!-- =============================================                
                 <resultMap 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Category" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Category" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Category" type="IBatisNet.DataAccess.Test.Domain.Category, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Complex.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Complex.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Complex.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Complex.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Complex" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Complex" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	
 	<statements>
 	

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 		
 	<alias>
 		<typeAlias alias="Search" type="IBatisNet.DataAccess.Test.Domain.Search, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Enumeration" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Enumeration" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Enumeration" type="IBatisNet.DataAccess.Test.Domain.Enumeration, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="LineItem" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="LineItem" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="LineItem" type="IBatisNet.DataAccess.Test.Domain.LineItem, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Order" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Order" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="Order" type="IBatisNet.DataAccess.Test.Domain.Order, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Other" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Other" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Other" type="IBatisNet.DataAccess.Test.Domain.Other, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Account.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Account.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Account.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Account.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	
 	<!-- =============================================                
                 <resultMap 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Category.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Category.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Category.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Category.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Category" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Category" xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Category" type="IBatisNet.DataAccess.Test.Domain.Category, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Complex.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Complex.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Complex.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Complex.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Complex" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Complex" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<statements>
 		<statement id="ComplexMap"

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/DynamicAccount.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/DynamicAccount.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/DynamicAccount.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/DynamicAccount.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 		
 	<alias>
 		<typeAlias alias="Search" type="IBatisNet.DataAccess.Test.Domain.Search, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Enumeration.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Enumeration.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Enumeration.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Enumeration.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Enumeration" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Enumeration" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Enumeration" type="IBatisNet.DataAccess.Test.Domain.Enumeration, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/LineItem.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/LineItem.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/LineItem.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/LineItem.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="LineItem" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="LineItem" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="LineItem" type="IBatisNet.DataAccess.Test.Domain.LineItem, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Order.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Order.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Order.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Order.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Order" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Order" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="Order" type="IBatisNet.DataAccess.Test.Domain.Order, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Other.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Other.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Other.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/ODP/Other.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Other" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Other" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Other" type="IBatisNet.DataAccess.Test.Domain.Other, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Account.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Account.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Account.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Account.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<!-- =============================================                
                 <resultMap 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Category.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Category.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Category.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Category.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Category" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Category" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Category" type="IBatisNet.DataAccess.Test.Domain.Category, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Complex.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Complex.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Complex.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Complex.xml Sun Jul 10 06:06:38 2005
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Complex" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
+<sqlMap namespace="Complex" 
+xmlns="http://ibatis.apache.org" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
 http://ibatis.apache.org/xsd/SqlMap.xsd">
 	
 	<statements>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/DynamicAccount.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/DynamicAccount.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/DynamicAccount.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/DynamicAccount.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<sqlMap namespace="Account" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Account" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 		
 	<alias>
 		<typeAlias alias="Search" type="IBatisNet.DataAccess.Test.Domain.Search, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Enumeration.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Enumeration.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Enumeration.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Enumeration.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Enumeration" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Enumeration" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Enumeration" type="IBatisNet.DataAccess.Test.Domain.Enumeration, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/LineItem.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/LineItem.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/LineItem.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/LineItem.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="LineItem" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="LineItem" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="LineItem" type="IBatisNet.DataAccess.Test.Domain.LineItem, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Order.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Order.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Order.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Order.xml Sun Jul 10 06:06:38 2005
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Order" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Order" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<alias>
 		<typeAlias alias="Order" type="IBatisNet.DataAccess.Test.Domain.Order, IBatisNet.DataAccess.Test" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Other.xml
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Other.xml?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Other.xml (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/Oracle/OracleClient/Other.xml Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMap namespace="Other" xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMap.xsd">
+<sqlMap namespace="Other" 
+xmlns="http://ibatis.apache.org/mapping" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<alias>
 		<typeAlias alias="Other" type="IBatisNet.DataAccess.Test.Domain.Other, IBatisNet.DataAccess.Test"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/IBatisNet.DataAccess.Test.dll.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/IBatisNet.DataAccess.Test.dll.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/IBatisNet.DataAccess.Test.dll.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/IBatisNet.DataAccess.Test.dll.config Sun Jul 10 06:06:38 2005
@@ -16,13 +16,13 @@
 		<!-- To test MySql set value="MySql" -->
 		<!-- To test Oracle set value="Oracle" -->		
 		<!-- To test MS Sql Server set value="MSSQL"  -->		
-		<add key="database" value="MySql"/>
+		<add key="database" value="MSSQL"/>
 		<!-- To test MS SqlServer via SqlClient value="SqlClient"  -->
 		<!-- To test Oracle via OracleClient value="OracleClient"  -->
 		<!-- To test MySql via ByteFx value="ByteFx"  -->
 		<!-- To test via OleDb provider (any database) value="OleDb"  -->
 		<!-- To test via Odbc provider (any database) value="Odbc"  -->
-		<add key="providerType" value="ByteFx"/>
+		<add key="providerType" value="SqlClient"/>
 	</appSettings>
 	
 	<iBATIS>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Access_OleDb.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Access_OleDb.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Access_OleDb.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Access_OleDb.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMapConfig.xsd">	
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >	
+
 	<properties resource="../../Database.config"/>
 		
 	<settings>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_Odbc.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_Odbc.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_Odbc.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_Odbc.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<properties resource="../../database.config"/>
 	

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_OleDb.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_OleDb.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_OleDb.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_OleDb.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<properties resource="../../database.config"/>
 	

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<!-- Rem : If used via a DataAccess context, properties tag will be ignored -->
 	<properties resource="../../database.config"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MySql_ByteFx.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MySql_ByteFx.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MySql_ByteFx.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_MySql_ByteFx.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<!-- Rem : If used via a DataAccess context, properties tag will be ignored -->
 	<properties resource="../../Database.config"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_ODP.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_ODP.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_ODP.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_ODP.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<!-- Rem : If used via a DataAccess context, properties tag will be ignored -->
 	<properties resource="../../Database.config"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_OracleClient.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_OracleClient.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_OracleClient.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/SqlMap_Oracle_OracleClient.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
 	<!-- Rem : If used via a DataAccess context, properties tag will be ignored -->
 	<properties resource="../../Database.config"/>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Access_OleDb.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Access_OleDb.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Access_OleDb.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Access_OleDb.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig  xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/DaoConfig.xsd">
+<daoConfig  xmlns="http://ibatis.apache.org/dataAccess" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<!-- <daoSessionHandlers>
 		<handler id="NHibernate" 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_Odbc.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_Odbc.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_Odbc.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_Odbc.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig  xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/DaoConfig.xsd">
+<daoConfig  xmlns="http://ibatis.apache.org/dataAccess" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<!-- <daoSessionHandlers>
 		<handler id="NHibernate" 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_OleDb.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_OleDb.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_OleDb.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_OleDb.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig  xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/DaoConfig.xsd">
+<daoConfig  xmlns="http://ibatis.apache.org/dataAccess" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	
 	<!-- <daoSessionHandlers>
 		<handler id="NHibernate" 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_SqlClient.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_SqlClient.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_SqlClient.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MSSQL_SqlClient.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig  xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/DaoConfig.xsd">
+<daoConfig  xmlns="http://ibatis.apache.org/dataAccess" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
 	<!-- <daoSessionHandlers>
 		<handler id="NHibernate" 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig  xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/DaoConfig.xsd">
+<daoConfig  xmlns="http://ibatis.apache.org/dataAccess" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	<!-- <daoSessionHandlers>
 		<handler id="NHibernate" 
 			implementation="IBatisNet.DataAccess.Extensions.DaoSessionHandlers.NHibernateDaoSessionHandler, IBatisNet.DataAccess.Extensions">

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_ODP.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_ODP.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_ODP.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_ODP.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig  xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/DaoConfig.xsd">
+<daoConfig  xmlns="http://ibatis.apache.org/dataAccess" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	<!-- <daoSessionHandlers>
 		<handler id="NHibernate" 
 			implementation="IBatisNet.DataAccess.Extensions.DaoSessionHandlers.NHibernateDaoSessionHandler, IBatisNet.DataAccess.Extensions">

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_OracleClient.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_OracleClient.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_OracleClient.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_Oracle_OracleClient.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig  xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/DaoConfig.xsd">
+<daoConfig  xmlns="http://ibatis.apache.org/dataAccess" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 	<!-- <daoSessionHandlers>
 		<handler id="NHibernate" 
 			implementation="IBatisNet.DataAccess.Extensions.DaoSessionHandlers.NHibernateDaoSessionHandler, IBatisNet.DataAccess.Extensions">

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/providers.config Sun Jul 10 06:06:38 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?> 
-<providers xmlns="http://ibatis.apache.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibatis.apache.org
-http://ibatis.apache.org/xsd/providers.xsd">
+<providers xmlns="http://ibatis.apache.org/providers" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
+
 	<clear/>
 	<provider
 		name="sqlServer1.0"
@@ -125,7 +126,7 @@
 	<provider
 		name="ByteFx"
 		description="MySQL, ByteFx provider V0.7.6.15073"
-		enabled="false"
+		enabled="true"
 		assemblyName="ByteFX.MySqlClient, Version=0.7.6.15073, Culture=neutral, PublicKeyToken=f2fef6fed1732fc1"
 		connectionClass="ByteFX.Data.MySqlClient.MySqlConnection" 
 		commandClass="ByteFX.Data.MySqlClient.MySqlCommand"

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/Dao.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/Dao.cs?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/Dao.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/Dao.cs Sun Jul 10 06:06:38 2005
@@ -40,7 +40,7 @@
 	/// Summary description for 
 	/// </summary>
 	[Serializable]
-	[XmlRoot("dao", Namespace="http://ibatis.apache.org")]
+	[XmlRoot("dao", Namespace="http://ibatis.apache.org/dataAccess")]
 	public class Dao
 	{
 		#region Fields

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DaoSessionHandler.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DaoSessionHandler.cs?rev=210008&r1=210007&r2=210008&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DaoSessionHandler.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DaoSessionHandler.cs Sun Jul 10 06:06:38 2005
@@ -43,7 +43,7 @@
 	/// Description résumée de DaoSessionHandler.
 	/// </summary>
 	[Serializable]
-	[XmlRoot("handler", Namespace="http://ibatis.apache.org")]
+	[XmlRoot("handler", Namespace="http://ibatis.apache.org/dataAccess")]
 	public class DaoSessionHandler
 	{
 		#region Constants

Added: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DataSourceConfig.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DataSourceConfig.cs?rev=210008&view=auto
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DataSourceConfig.cs (added)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/Configuration/DataSourceConfig.cs Sun Jul 10 06:06:38 2005
@@ -0,0 +1,46 @@
+
+#region Apache Notice
+/*****************************************************************************
+ * $Header: $
+ * $Revision: $
+ * $Date: $
+ * 
+ * iBATIS.NET Data Mapper
+ * Copyright (C) 2004 - Gilles Bayon
+ *  
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * 
+ ********************************************************************************/
+#endregion
+
+#region Using
+
+using System;
+using System.Xml.Serialization;
+using IBatisNet.Common;
+
+#endregion
+
+namespace IBatisNet.DataAccess.Configuration
+{
+	/// <summary>
+	/// DataSource (used only for serialization)
+	/// </summary>
+	[Serializable]
+	[XmlRoot("dataSource", Namespace="http://ibatis.apache.org/dataAccess")]
+	public class DataSourceConfig : DataSource
+	{
+
+	}
+}