Author: kwilliams
Date: Mon Nov  6 14:05:26 2006
New Revision: 471892

URL: http://svn.apache.org/viewvc?view=rev&rev=471892
Log:
Fixes for TUSCANY-899: DAS Config model should declare a global element named 
*Config*

Modified:
    
incubator/tuscany/java/sampleapps/bigbank/account/src/main/resources/DasAccountConfiguration.xml

Modified: 
incubator/tuscany/java/sampleapps/bigbank/account/src/main/resources/DasAccountConfiguration.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/account/src/main/resources/DasAccountConfiguration.xml?view=diff&rev=471892&r1=471891&r2=471892
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/account/src/main/resources/DasAccountConfiguration.xml
 (original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/account/src/main/resources/DasAccountConfiguration.xml
 Mon Nov  6 14:05:26 2006
@@ -17,8 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<Config 
xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- dataObjectModel="http://www.bigbank.com/account";>
+<Config xmlns="http:///org.apache.tuscany.das.rdb/config.xsd"; 
dataObjectModel="http://www.bigbank.com/account";>
   
   <Table tableName="CUSTOMERS" typeName="CustomerProfileData">
     <!-- Column name="firstName" primaryKey="true"/ -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to