summaryrefslogtreecommitdiffstats
path: root/tags/java/das/1.0-incubator-M2/rdb/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java/das/1.0-incubator-M2/rdb/src/test/resources')
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/1xM_mapping_no_cud.xml37
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/BooksConfig.xml30
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/BooksConfigWithAlias.xml36
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CompanyConfig.xml43
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CompanyEmployeeConfig.xml54
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomerConfigWithConverter.xml34
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomerConfigWithIDConverter.xml32
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomersOrdersConfig.xml51
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/InvalidConfig1.xml33
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/InvalidConverter.xml38
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/ManagedBooksConfig.xml30
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/OneToOneRestrictedConfig.xml54
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/OrdersOrderDetailsConfig.xml36
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/PartsConfig.xml50
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCompanyDepartmentMapping.xml39
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCompanyMapping.xml25
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMapping.xml29
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithCUD.xml28
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithCUD2.xml31
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithInvalidCUD.xml32
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerOrderMapping.xml35
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicStaticCustomer.xml30
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/cityStates.xml40
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/company.xsd48
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/companyMapping.xml42
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/companyMappingWithConverters.xml46
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customer.xsd43
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customerMapping.xml28
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customerOrderRelationshipMapping.xml34
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/passiveConnection.xml26
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticCustomer.xml25
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticCustomerOrder.xml38
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticInvalid.xml25
-rw-r--r--tags/java/das/1.0-incubator-M2/rdb/src/test/resources/storedProcTest.xml27
34 files changed, 0 insertions, 1229 deletions
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/1xM_mapping_no_cud.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/1xM_mapping_no_cud.xml
deleted file mode 100644
index 2d80da8b1a..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/1xM_mapping_no_cud.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="CUSTOMER" typeName="Customer">
- <Column columnName="ID" propertyName="ID" primaryKey="true"/>
- </Table>
-
- <Table tableName="ANORDER" typeName="AnOrder">
- <Column columnName="CUSTOMER_ID" propertyName="Customer_ID"/>
- <Column columnName="ID" propertyName="ID" primaryKey="true"/>
- </Table>
-
- <Relationship name="orders" primaryKeyTable="CUSTOMER" foreignKeyTable="ANORDER" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="CUSTOMER_ID"/>
- </Relationship>
-
-</Config>
-
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/BooksConfig.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/BooksConfig.xml
deleted file mode 100644
index 7771d18c11..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/BooksConfig.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Command name="select book 1" SQL="select * from BOOK where BOOK_ID = 1" kind="Select"/>
- <Command name="update book 1" SQL="update BOOK set OCC = ? where BOOK_ID = 1" kind="Update"/>
-
- <Table tableName="BOOK">
- <Column columnName="BOOK_ID" primaryKey="true"/>
- <Column columnName="OCC" collision="true" propertyName="anOccColumn"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/BooksConfigWithAlias.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/BooksConfigWithAlias.xml
deleted file mode 100644
index a8ff03297b..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/BooksConfigWithAlias.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Command name="get all books" SQL="SELECT * FROM BOOK" kind="Select"/>
-
- <Command name="get Cat in the Hat" SQL="SELECT * FROM BOOK WHERE NAME = 'Cat in the Hat'" kind="Select"/>
-
- <Command name="get book by ID" SQL="SELECT * FROM BOOK WHERE BOOK.BOOK_ID = ?" kind="Select"/>
-
-
-
- <Table tableName="BOOK" typeName="Book">
- <Column columnName="BOOK_ID" primaryKey="true"/>
- <Column columnName="AUTHOR" propertyName="Writer"/>
- <Column columnName="OCC" collision="true"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CompanyConfig.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CompanyConfig.xml
deleted file mode 100644
index f0a11c554d..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CompanyConfig.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Command name="all companies" SQL="select * from COMPANY" kind="Select"/>
-
- <Command name="all companies and departments" SQL="select * from COMPANY left outer join DEPARTMENT on COMPANY.ID = DEPARTMENT.COMPANYID" kind="Select"/>
-
- <Command name="all departments for company" SQL="select * from COMPANY inner join DEPARTMENT on COMPANY.ID = DEPARTMENT.COMPANYID where COMPANY.ID = ?" kind="Select"/>
-
- <Command name="company by id with departments" SQL="select * from COMPANY left outer join DEPARTMENT on COMPANY.ID = DEPARTMENT.COMPANYID where COMPANY.ID = ?" kind="Select"/>
-
- <Table tableName="COMPANY">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- </Table>
-
- <Table tableName="DEPARTMENT">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- </Table>
-
- <Relationship name="departments" primaryKeyTable="COMPANY" foreignKeyTable="DEPARTMENT" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="COMPANYID"/>
- </Relationship>
-
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CompanyEmployeeConfig.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CompanyEmployeeConfig.xml
deleted file mode 100644
index 7de98dffbd..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CompanyEmployeeConfig.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Command name="get all companies" SQL="select * from COMPANY" kind = "Select"/>
-
- <Command name="get named employee" SQL="select * from EMPLOYEE where NAME= ?" kind = "Select"/>
-
- <Command name="get named employee with company"
- SQL="select * from EMPLOYEE left outer join COMPANY on EMPLOYEE.ID = COMPANY.EOTMID where EMPLOYEE.NAME= ?" kind = "Select"/>
-
- <Command name="get employee by ID" SQL="select * from EMPLOYEE where ID= ?" kind = "Select"/>
-
- <Command name="get all employees" SQL="select * from EMPLOYEE" kind = "Select"/>
-
- <Command name="get companies with employee of the month"
- SQL="select * from COMPANY left outer join EMPLOYEE on COMPANY.EOTMID = EMPLOYEE.ID" kind="Select"/>
-
-
- <Table tableName="COMPANY">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- </Table>
-
- <Table tableName="DEPARTMENT">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- </Table>
-
- <Table tableName="EMPLOYEE">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- </Table>
-
- <Relationship name="company->employee" primaryKeyTable="EMPLOYEE" foreignKeyTable="COMPANY" many="false" >
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="EOTMID" />
- </Relationship>
-
-</Config>
-
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomerConfigWithConverter.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomerConfigWithConverter.xml
deleted file mode 100644
index 8ba6ab3e92..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomerConfigWithConverter.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
-
- <Command name="testArbitraryConverter" SQL="Select * from CUSTOMER where ID = 1" kind="Select">
- <ResultDescriptor columnName="ID" tableName="CUSTOMER" columnType="commonj.sdo.IntObject"/>
- <ResultDescriptor columnName="LASTNAME" tableName="CUSTOMER" columnType="commonj.sdo.Date"/>
- <ResultDescriptor columnName="ADDRESS" tableName="CUSTOMER" columnType="commonj.sdo.String"/>
- </Command>
-
- <Table tableName="CUSTOMER">
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="LASTNAME" converterClassName="org.apache.tuscany.das.rdb.test.mappings.SillyDateStringConverter"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomerConfigWithIDConverter.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomerConfigWithIDConverter.xml
deleted file mode 100644
index 638e70101f..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomerConfigWithIDConverter.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Command name="literal" SQL="Select 99, 'Roosevelt', '1600 Pennsylvania Avenue' from customer" kind="Select">
- <ResultDescriptor columnName="ID" tableName="CUSTOMER" columnType="commonj.sdo.Long"/>
- <ResultDescriptor columnName="LASTNAME" tableName="CUSTOMER" columnType="commonj.sdo.String"/>
- <ResultDescriptor columnName="ADDRESS" tableName="CUSTOMER" columnType="commonj.sdo.String"/>
- </Command>
-
- <Table tableName="CUSTOMER">
- <Column columnName="ID" converterClassName="org.apache.tuscany.das.rdb.test.mappings.StringToLongConverter"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomersOrdersConfig.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomersOrdersConfig.xml
deleted file mode 100644
index 4d3a0c87d9..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/CustomersOrdersConfig.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Command name="all customers" SQL="select * from CUSTOMER" kind="Select"/>
-
- <Command name="customer and orders"
- SQL="select * from CUSTOMER left join ANORDER on CUSTOMER.ID = ANORDER.CUSTOMER_ID where CUSTOMER.ID = ?"
- kind="Select">
- </Command>
-
- <Command name="order by id" SQL="select * from ANORDER where ANORDER.ID = ?"
- kind="Select">
- </Command>
-
- <Command name="update customer"
- SQL="update CUSTOMER set LASTNAME = 'Pavick' where ID = ?"
- kind="Update">
- </Command>
-
- <Table tableName="CUSTOMER">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Table tableName="ANORDER">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Relationship name="orders" primaryKeyTable="CUSTOMER"
- foreignKeyTable="ANORDER" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="CUSTOMER_ID"/>
- </Relationship>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/InvalidConfig1.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/InvalidConfig1.xml
deleted file mode 100644
index 187609c0a0..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/InvalidConfig1.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="ORDERDETAILS">
- <Column columnName="ORDERID" primaryKey="true"/>
- <Column columnName="PRODUCTID" primaryKey="true"/>
- </Table>
-
-
- <Relationship name="ORDERDETAILS" primaryKeyTable="xxx"
- foreignKeyTable="ORDERDETAILS" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="ORDERID"/>
- </Relationship>
-
-</Config> \ No newline at end of file
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/InvalidConverter.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/InvalidConverter.xml
deleted file mode 100644
index ef17c8d489..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/InvalidConverter.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-dataObjectModel="http:///org.apache.tuscany.das.rdb.test/customer.xsd">
-
- <Table tableName="CUSTOMER" typeName="Customer">
- <Column columnName="ID" primaryKey="true" converterClassName="not.a.valid.class"/>
- </Table>
-
- <Table tableName="ANORDER" typeName="AnOrder">
- <Column columnName="CUSTOMER_ID"/>
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Relationship name="orders" primaryKeyTable="CUSTOMER" foreignKeyTable="ANORDER" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="CUSTOMER_ID"/>
- </Relationship>
-
-</Config>
-
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/ManagedBooksConfig.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/ManagedBooksConfig.xml
deleted file mode 100644
index 78eb967689..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/ManagedBooksConfig.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Command name="select book 1" SQL="select * from BOOK where BOOK_ID = 1" kind="Select"/>
- <Command name="update book 1" SQL="update BOOK set OCC = ? where BOOK_ID = 1" kind="Update"/>
-
- <Table tableName="BOOK">
- <Column columnName="BOOK_ID" primaryKey="true"/>
- <Column columnName="OCC" collision="true" managed="true"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/OneToOneRestrictedConfig.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/OneToOneRestrictedConfig.xml
deleted file mode 100644
index 040b28b71b..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/OneToOneRestrictedConfig.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Command name="get all companies" SQL="select * from COMPANY" kind = "Select"/>
-
- <Command name="get named employee" SQL="select * from EMPLOYEE where NAME= ?" kind = "Select"/>
-
- <Command name="get named employee with company"
- SQL="select * from EMPLOYEE left outer join COMPANY on EMPLOYEE.ID = COMPANY.EOTMID where EMPLOYEE.NAME= ?" kind = "Select"/>
-
- <Command name="get employee by ID" SQL="select * from EMPLOYEE where ID= ?" kind = "Select"/>
-
- <Command name="get all employees" SQL="select * from EMPLOYEE" kind = "Select"/>
-
- <Command name="get companies with employee of the month"
- SQL="select * from COMPANY left outer join EMPLOYEE on COMPANY.EOTMID = EMPLOYEE.ID" kind="Select"/>
-
-
- <Table tableName="COMPANY">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- </Table>
-
- <Table tableName="DEPARTMENT">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- </Table>
-
- <Table tableName="EMPLOYEE">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- </Table>
-
- <Relationship name="company" primaryKeyTable="EMPLOYEE" foreignKeyTable="COMPANY" many="false" keyRestricted="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="EOTMID" />
- </Relationship>
-
-</Config>
-
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/OrdersOrderDetailsConfig.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/OrdersOrderDetailsConfig.xml
deleted file mode 100644
index 971788329e..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/OrdersOrderDetailsConfig.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="ORDERDETAILS">
- <Column columnName="ORDERID" primaryKey="true"/>
- <Column columnName="PRODUCTID" primaryKey="true"/>
- </Table>
-
- <Table tableName="ANORDER">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Relationship name="ORDERDETAILS" primaryKeyTable="ANORDER"
- foreignKeyTable="ORDERDETAILS" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="ORDERID"/>
- </Relationship>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/PartsConfig.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/PartsConfig.xml
deleted file mode 100644
index a3477c9bf4..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/PartsConfig.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Command name="readEngineParts" kind="Select" SQL="SELECT P1.*, P2.*, P3.* FROM PART AS P1
- LEFT JOIN PART AS P2 ON P1.ID = P2.PARENT_ID
- LEFT JOIN PART AS P3 on P2.ID = P3.PARENT_ID WHERE P1.ID = 1">
- <ResultDescriptor columnName="ID" columnType="commonj.sdo.IntObject" tableName="PART"/>
- <ResultDescriptor columnName="NAME" columnType="commonj.sdo.String" tableName="PART"/>
- <ResultDescriptor columnName="QUANTITY" columnType="commonj.sdo.IntObject" tableName="PART"/>
- <ResultDescriptor columnName="PARENT_ID" columnType="commonj.sdo.IntObject" tableName="PART"/>
-
- <ResultDescriptor columnName="ID" columnType="commonj.sdo.IntObject" tableName="PART"/>
- <ResultDescriptor columnName="NAME" columnType="commonj.sdo.String" tableName="PART"/>
- <ResultDescriptor columnName="QUANTITY" columnType="commonj.sdo.IntObject" tableName="PART"/>
- <ResultDescriptor columnName="PARENT_ID" columnType="commonj.sdo.IntObject" tableName="PART"/>
-
- <ResultDescriptor columnName="ID" columnType="commonj.sdo.IntObject" tableName="PART"/>
- <ResultDescriptor columnName="NAME" columnType="commonj.sdo.String" tableName="PART"/>
- <ResultDescriptor columnName="QUANTITY" columnType="commonj.sdo.IntObject" tableName="PART"/>
- <ResultDescriptor columnName="PARENT_ID" columnType="commonj.sdo.IntObject" tableName="PART"/>
-
- </Command>
-
- <Table tableName="PART">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Relationship name="subparts" primaryKeyTable="PART" foreignKeyTable="PART" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="PARENT_ID"/>
- </Relationship>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCompanyDepartmentMapping.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCompanyDepartmentMapping.xml
deleted file mode 100644
index ae0d691902..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCompanyDepartmentMapping.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="COMPANY">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- <Column columnName="NAME"/>
- </Table>
-
- <Table tableName="DEPARTMENT">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- <Column columnName="NAME"/>
- <Column columnName="NUMBER"/>
- <Column columnName="COMPANYID"/>
- <Column columnName="EOTM"/>
- </Table>
-
- <Relationship name="departments" primaryKeyTable="COMPANY" foreignKeyTable="DEPARTMENT" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="COMPANYID"/>
- </Relationship>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCompanyMapping.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCompanyMapping.xml
deleted file mode 100644
index 7d81e363d7..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCompanyMapping.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Table tableName="COMPANY">
- <Column columnName="ID" primaryKey="true" generated="true"/>
- <Column columnName="NAME"/>
- </Table>
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMapping.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMapping.xml
deleted file mode 100644
index 191f238515..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMapping.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="CUSTOMER">
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="LASTNAME"/>
- <Column columnName="ADDRESS"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithCUD.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithCUD.xml
deleted file mode 100644
index ae29ff8d93..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithCUD.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="CUSTOMER">
- <create sql="insert into customer values (?, ?, ?)" parameters="ID LASTNAME ADDRESS"/>
- <update sql="update customer set lastname = ?, address = ? where ID = ?" parameters="LASTNAME ADDRESS ID"/>
- <delete sql="delete from customer where ID = ?" parameters="ID"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithCUD2.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithCUD2.xml
deleted file mode 100644
index 36d2ece17b..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithCUD2.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="CUSTOMER">
- <create sql="insert into customer values (?, ?, ?)" parameters="ID LASTNAME ADDRESS"/>
- <update sql="update customer set lastname = ? where ID = ?" parameters="LASTNAME ID"/>
- <delete sql="delete from customer where ID = ?" parameters="ID"/>
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="LASTNAME"/>
- <Column columnName="ADDRESS"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithInvalidCUD.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithInvalidCUD.xml
deleted file mode 100644
index e610549909..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerMappingWithInvalidCUD.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="CUSTOMER">
- <create sql="isnert into customer blah values (?, ?, ?)" parameters="ID LASTNAME ADDRESS"/>
- <update sql="udpate customer blah set lastname = ?, address = ? where ID = ?" parameters="LASTNAME ADDRESS ID"/>
- <delete sql="dleete from customer blah where ID = ?" parameters="ID"/>
-
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="LASTNAME"/>
- <Column columnName="ADDRESS"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerOrderMapping.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerOrderMapping.xml
deleted file mode 100644
index 68d842e630..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicCustomerOrderMapping.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="CUSTOMER">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
- <Table tableName="ANORDER">
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="CUSTOMER_ID"/>
- </Table>
-
- <Relationship name="orders" primaryKeyTable="CUSTOMER" foreignKeyTable="ANORDER" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="CUSTOMER_ID"/>
- </Relationship>
-
-</Config>
-
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicStaticCustomer.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicStaticCustomer.xml
deleted file mode 100644
index 2706687161..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/basicStaticCustomer.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-dataObjectModel="http:///org.apache.tuscany.das.rdb.test/customer.xsd">
-
- <Table tableName="CUSTOMER" typeName="Customer">
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="LASTNAME"/>
- <Column columnName="ADDRESS"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/cityStates.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/cityStates.xml
deleted file mode 100644
index 801828f960..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/cityStates.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="STATES">
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="NAME"/>
- </Table>
-
- <Table tableName="CITIES">
-
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="NAME"/>
- <Column columnName="STATE_ID"/>
-
- </Table>
-
- <Relationship name="cities" primaryKeyTable="STATES" foreignKeyTable="CITIES" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="STATE_ID"/>
- </Relationship>
-
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/company.xsd b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/company.xsd
deleted file mode 100644
index a7118ec808..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/company.xsd
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<xsd:schema targetNamespace="org.apache.tuscany.das.rdb.test/company.xsd"
- xmlns:company="org.apache.tuscany.das.rdb.test/company.xsd"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
-
- <xsd:element name="company" type="company:CompanyType"/>
-
- <xsd:complexType name="CompanyType">
- <xsd:sequence>
- <xsd:element maxOccurs="unbounded" name="departments" type="company:DepartmentType"/>
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string"/>
- <xsd:attribute name="employeeOfTheMonth" type="xsd:IDREF" ecore:reference="EmployeeType"/>
- </xsd:complexType>
-
- <xsd:complexType name="DepartmentType">
- <xsd:sequence>
- <xsd:element maxOccurs="unbounded" name="employees" type="company:EmployeeType"/>
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string"/>
- <xsd:attribute name="location" type="xsd:string"/>
- <xsd:attribute name="number" type="xsd:int"/>
- </xsd:complexType>
- <xsd:complexType name="EmployeeType">
- <xsd:attribute name="name" type="xsd:string"/>
- <xsd:attribute name="SN" type="xsd:ID"/>
- <xsd:attribute name="manager" type="xsd:boolean"/>
- </xsd:complexType>
- </xsd:schema>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/companyMapping.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/companyMapping.xml
deleted file mode 100644
index 795c36a783..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/companyMapping.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="COMPANY" typeName="CompanyType">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Table tableName="DEPARTMENT" typeName="DepartmentType">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Table tableName="EMPLOYEE" typeName="EmployeeType">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Relationship name="departments" primaryKeyTable="COMPANY" foreignKeyTable="DEPARTMENT" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="COMPANYID"/>
- </Relationship>
-
- <Relationship name="employees" primaryKeyTable="DEPARTMENT" foreignKeyTable="EMPLOYEE" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="DEPARTMENTID"/>
- </Relationship>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/companyMappingWithConverters.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/companyMappingWithConverters.xml
deleted file mode 100644
index 93bbea5130..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/companyMappingWithConverters.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-dataObjectModel="org.apache.tuscany.das.rdb.test/company.xsd">
-
- <Table tableName="COMPANY" typeName="CompanyType">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Table tableName="DEPARTMENT" typeName="DepartmentType">
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="DEPNUMBER" propertyName="NUMBER" converterClassName="org.apache.tuscany.das.rdb.test.mappings.StringToIntegerConverter"/>
- </Table>
-
- <Table tableName="EMPLOYEE" typeName="EmployeeType">
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="MANAGER" converterClassName="org.apache.tuscany.das.rdb.test.mappings.IntegerToBooleanConverter"/>
- </Table>
-
- <Relationship name="departments" primaryKeyTable="COMPANY" foreignKeyTable="DEPARTMENT" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="COMPANYID"/>
- </Relationship>
-
- <Relationship name="employees" primaryKeyTable="DEPARTMENT" foreignKeyTable="EMPLOYEE" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="DEPARTMENTID"/>
- </Relationship>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customer.xsd b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customer.xsd
deleted file mode 100644
index e5482ae3a0..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customer.xsd
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:this="http:///org.apache.tuscany.das.rdb.test/customer.xsd" targetNamespace="http:///org.apache.tuscany.das.rdb.test/customer.xsd">
-
- <xsd:complexType name="Customer">
- <xsd:sequence>
- <xsd:element name="ID" nillable="false" type="xsd:int"/>
- <xsd:element name="lastName" type="xsd:string"/>
- <xsd:element name="address" type="xsd:string"/>
- <xsd:element maxOccurs="unbounded" name="orders" type="this:AnOrder"/>
- </xsd:sequence>
- </xsd:complexType>
-
-
- <!-- An Order -->
- <xsd:complexType name="AnOrder">
- <xsd:sequence>
- <xsd:element name="ID" nillable="false" type="xsd:int"/>
- <xsd:element name="Product" type="xsd:string"/>
- <xsd:element name="Quantity" type="xsd:int"/>
- <xsd:element name="Customer_ID" type="xsd:int"/>
- </xsd:sequence>
- </xsd:complexType>
-
-
-</xsd:schema>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customerMapping.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customerMapping.xml
deleted file mode 100644
index 56f7c9d5b1..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customerMapping.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="CUSTOMER" typeName="Customer">
- <Column columnName="ID" propertyName="id" primaryKey="true"/>
- <Column columnName="LASTNAME" propertyName="lastname"/>
- <Column columnName="ADDRESS" propertyName="address"/>
- </Table>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customerOrderRelationshipMapping.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customerOrderRelationshipMapping.xml
deleted file mode 100644
index fb816c5628..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/customerOrderRelationshipMapping.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Table tableName="CUSTOMER">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
- <Table tableName="ANORDER">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
-
- <Relationship name="orders" primaryKeyTable="CUSTOMER" foreignKeyTable="ANORDER" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="CUSTOMER_ID"/>
- </Relationship>
-
-</Config>
-
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/passiveConnection.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/passiveConnection.xml
deleted file mode 100644
index b343d52b02..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/passiveConnection.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <ConnectionInfo managedtx="false"/>
-
- <Command name="get a customer" SQL="Select * from CUSTOMER where ID = 1" kind="select"/>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticCustomer.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticCustomer.xml
deleted file mode 100644
index 169e9e2f8e..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticCustomer.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-dataObjectModel="http:///org.apache.tuscany.das.rdb.test/customer.xsd">
-
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticCustomerOrder.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticCustomerOrder.xml
deleted file mode 100644
index 81c9628da1..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticCustomerOrder.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-dataObjectModel="http:///org.apache.tuscany.das.rdb.test/customer.xsd">
-
- <Command name="Customer and Orders" SQL="SELECT * FROM CUSTOMER LEFT JOIN ANORDER ON CUSTOMER.ID = ANORDER.CUSTOMER_ID where CUSTOMER.ID = ?" kind="Select"/>
-
- <Table tableName="CUSTOMER" typeName="Customer">
- <Column columnName="ID" primaryKey="true"/>
- </Table>
- <Table tableName="ANORDER" typeName="AnOrder">
- <Column columnName="ID" primaryKey="true"/>
- <Column columnName="CUSTOMER_ID"/>
- </Table>
-
- <Relationship name="orders" primaryKeyTable="CUSTOMER" foreignKeyTable="ANORDER" many="true">
- <KeyPair primaryKeyColumn="ID" foreignKeyColumn="CUSTOMER_ID"/>
- </Relationship>
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticInvalid.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticInvalid.xml
deleted file mode 100644
index 6b76ae3309..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/staticInvalid.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-dataObjectModel="invalidURI">
-
-
-</Config>
diff --git a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/storedProcTest.xml b/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/storedProcTest.xml
deleted file mode 100644
index 04744dfbb9..0000000000
--- a/tags/java/das/1.0-incubator-M2/rdb/src/test/resources/storedProcTest.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
- -->
-
-<Config xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Command name="getNamedCustomers" SQL="{call GETNAMEDCUSTOMERS(?,?)}" kind="procedure">
- <Parameter direction="IN" columnType="commonj.sdo.String"/>
- <Parameter direction="OUT" columnType="commonj.sdo.IntObject"/>
- </Command>
-
-</Config>