Patch for Tuscany-552.

Brent
Index: src/main/resources/CompanyConfig.xml
===================================================================
--- src/main/resources/CompanyConfig.xml        (revision 421921)
+++ src/main/resources/CompanyConfig.xml        (working copy)
@@ -14,9 +14,10 @@
   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";
-    dataSource="java:comp/env/jdbc/dastest">
+<Config 
xsi:noNamespaceSchemaLocation="http:///org.apache.tuscany.das.rdb/config.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     
+    <ConnectionInfo dataSource="java:comp/env/jdbc/dastest"/>
+    
     <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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to