Author: rgrabowski
Date: Sun Aug 28 13:22:54 2005
New Revision: 263911

URL: http://svn.apache.org/viewcvs?rev=263911&view=rev
Log:
Updated xmlns attributes on parent nodes.

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Access/OleDb/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/Odbc/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/OleDb/Account.xml
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/SqlClient/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MySql/ByteFx/Account.xml
    ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Oracle/ODP/Account.xml
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Oracle/OracleClient/Account.xml
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Access_OleDb.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_Odbc.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_OleDb.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MySql_ByteFx.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_OracleClient.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Access_OleDb.config
    ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_Odbc.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_OleDb.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_SqlClient.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MySql_ByteFx.config
    ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_ODP.config
    
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_OracleClient.config

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Access/OleDb/Account.xml
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Access/OleDb/Account.xml?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Access/OleDb/Account.xml 
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Access/OleDb/Account.xml 
Sun Aug 28 13:22:54 2005
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="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.Common.Test/Maps/MSSQL/Odbc/Account.xml
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/Odbc/Account.xml?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/Odbc/Account.xml 
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/Odbc/Account.xml 
Sun Aug 28 13:22:54 2005
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="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.Common.Test/Maps/MSSQL/OleDb/Account.xml
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/OleDb/Account.xml?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/OleDb/Account.xml 
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/OleDb/Account.xml 
Sun Aug 28 13:22:54 2005
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="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.Common.Test/Maps/MSSQL/SqlClient/Account.xml
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/SqlClient/Account.xml?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/SqlClient/Account.xml 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MSSQL/SqlClient/Account.xml 
Sun Aug 28 13:22:54 2005
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="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.Common.Test/Maps/MySql/ByteFx/Account.xml
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MySql/ByteFx/Account.xml?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MySql/ByteFx/Account.xml 
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/MySql/ByteFx/Account.xml 
Sun Aug 28 13:22:54 2005
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="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.Common.Test/Maps/Oracle/ODP/Account.xml
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Oracle/ODP/Account.xml?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Oracle/ODP/Account.xml 
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Oracle/ODP/Account.xml 
Sun Aug 28 13:22:54 2005
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="Schemas\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.Common.Test/Maps/Oracle/OracleClient/Account.xml
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Oracle/OracleClient/Account.xml?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Oracle/OracleClient/Account.xml
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/Maps/Oracle/OracleClient/Account.xml
 Sun Aug 28 13:22:54 2005
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
-<sqlMap namespace="Account" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="Schemas\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.Common.Test/bin/Debug/SqlMap_Access_OleDb.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Access_OleDb.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Access_OleDb.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Access_OleDb.config
 Sun Aug 28 13:22:54 2005
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        
        <settings>
                <setting useStatementNamespaces="false"/>

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_Odbc.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_Odbc.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_Odbc.config 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_Odbc.config 
Sun Aug 28 13:22:54 2005
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        <settings>
                <setting useStatementNamespaces="false"/>
                <setting cacheModelsEnabled="true"/>

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_OleDb.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_OleDb.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_OleDb.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_OleDb.config
 Sun Aug 28 13:22:54 2005
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        
        <settings>
                <setting useStatementNamespaces="false"/>

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config
 Sun Aug 28 13:22:54 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        <settings>
                <setting useStatementNamespaces="false"/>
                <setting cacheModelsEnabled="true"/>

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MySql_ByteFx.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MySql_ByteFx.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MySql_ByteFx.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_MySql_ByteFx.config
 Sun Aug 28 13:22:54 2005
@@ -1,27 +1,25 @@
-<?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="SqlMapConfig.xsd">
-       <settings>
-               <setting useStatementNamespaces="false"/>
-               <setting cacheModelsEnabled="true"/>
-       </settings>
-
+<?xml version="1.0" encoding="utf-8" ?>
+<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"/>
+       <properties resource="../../Database.config" />
        <!-- <properties embedded="database.config, IBatisNet.Test"/> -->
-
+       <settings>
+               <setting useStatementNamespaces="false" />
+               <setting cacheModelsEnabled="true" />
+       </settings>
        <!-- ==== OracleClient configuration =========  -->
        <!-- Rem : If used via a DataAccess context, database tag will be 
ignored -->
        <database>
                <!-- Optional ( default ) -->
-               <provider name="ByteFx"/>
-               <dataSource name="iBatisNet" connectionString="Data 
Source=${datasourceMySql};Database=${database};User 
Id=${userid};Password=${password}"/>
+               <provider name="ByteFx" />
+               <dataSource name="iBatisNet" connectionString="Data 
Source=${datasourceMySql};Database=${database};User 
Id=${userid};Password=${password}" />
        </database>
        <alias>
-               <typeAlias alias="Account" 
type="IBatisNet.Common.Test.Domain.Account, IBatisNet.Common.Test"/>
+               <typeAlias alias="Account" 
type="IBatisNet.Common.Test.Domain.Account, IBatisNet.Common.Test" />
        </alias>
        <sqlMaps>
                <!-- <sqlMap 
url="E:/Projet/IBatisNet/Source/IBatisNet.Test/Maps/MySql/ByteFx/Account.xml"/> 
ok -->
-               <sqlMap resource="../../Maps/MySql/ByteFx/Account.xml"/>
+               <sqlMap resource="../../Maps/MySql/ByteFx/Account.xml" />
                <!-- Rem : If used as embbeded Resources, use
                <sqlMap embedded="Account.xml, IBatisNet.Test"/>
                -->

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_ODP.config 
Sun Aug 28 13:22:54 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        <settings>
                <setting useStatementNamespaces="false"/>
                <setting cacheModelsEnabled="true"/>

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_OracleClient.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_OracleClient.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_OracleClient.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/SqlMap_Oracle_OracleClient.config
 Sun Aug 28 13:22:54 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<sqlMapConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="SqlMapConfig.xsd">
+<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        <settings>
                <setting useStatementNamespaces="false"/>
                <setting cacheModelsEnabled="true"/>

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Access_OleDb.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Access_OleDb.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Access_OleDb.config 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Access_OleDb.config 
Sun Aug 28 13:22:54 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="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.Common.Test/bin/Debug/dao_MSSQL_Odbc.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_Odbc.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_Odbc.config 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_Odbc.config 
Sun Aug 28 13:22:54 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="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.Common.Test/bin/Debug/dao_MSSQL_OleDb.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_OleDb.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_OleDb.config 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_OleDb.config 
Sun Aug 28 13:22:54 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
-       xsi:noNamespaceSchemaLocation="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.Common.Test/bin/Debug/dao_MSSQL_SqlClient.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_SqlClient.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_SqlClient.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MSSQL_SqlClient.config
 Sun Aug 28 13:22:54 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="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.Common.Test/bin/Debug/dao_MySql_ByteFx.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MySql_ByteFx.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MySql_ByteFx.config 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_MySql_ByteFx.config 
Sun Aug 28 13:22:54 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="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.Common.Test/bin/Debug/dao_Oracle_ODP.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_ODP.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_ODP.config 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_ODP.config 
Sun Aug 28 13:22:54 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="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.Common.Test/bin/Debug/dao_Oracle_OracleClient.config
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_OracleClient.config?rev=263911&r1=263910&r2=263911&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_OracleClient.config
 (original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/bin/Debug/dao_Oracle_OracleClient.config
 Sun Aug 28 13:22:54 2005
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<daoConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="DaoConfig.xsd">
+<daoConfig xmlns="http://ibatis.apache.org/dataAccess"; 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >
 
        <daoSessionHandlers>
                <handler id="NHibernate" 


Reply via email to