You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jm...@apache.org on 2006/12/09 12:10:34 UTC

svn commit: r484969 - in /incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test: java/org/apache/tuscany/transaction/geronimo/jta/integration/BootstrapTestCase.java resources/META-INF/sca/test.scdl

Author: jmarino
Date: Sat Dec  9 03:10:33 2006
New Revision: 484969

URL: http://svn.apache.org/viewvc?view=rev&rev=484969
Log:
add application scdl for JTA bootstrap testcases

Added:
    incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/resources/META-INF/sca/test.scdl
Modified:
    incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/java/org/apache/tuscany/transaction/geronimo/jta/integration/BootstrapTestCase.java

Modified: incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/java/org/apache/tuscany/transaction/geronimo/jta/integration/BootstrapTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/java/org/apache/tuscany/transaction/geronimo/jta/integration/BootstrapTestCase.java?view=diff&rev=484969&r1=484968&r2=484969
==============================================================================
--- incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/java/org/apache/tuscany/transaction/geronimo/jta/integration/BootstrapTestCase.java (original)
+++ incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/java/org/apache/tuscany/transaction/geronimo/jta/integration/BootstrapTestCase.java Sat Dec  9 03:10:33 2006
@@ -45,7 +45,7 @@
 
     protected void setUp() throws Exception {
         addExtension("geronimo.jta", getClass().getClassLoader().getResource("META-INF/sca/geronimo.jta.scdl"));
-        setApplicationSCDL(getClass().getClassLoader().getResource("META-INF/sca/empty.scdl"));
+        setApplicationSCDL(getClass().getClassLoader().getResource("META-INF/sca/test.scdl"));
         super.setUp();
         RuntimeComponent runtime = (RuntimeComponent) component.getParent().getParent();
         CompositeComponent systemComposite = runtime.getSystemComponent();

Added: incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/resources/META-INF/sca/test.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/resources/META-INF/sca/test.scdl?view=auto&rev=484969
==============================================================================
--- incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/resources/META-INF/sca/test.scdl (added)
+++ incubator/tuscany/java/sca/services/transaction/transaction.geronimo/src/test/resources/META-INF/sca/test.scdl Sat Dec  9 03:10:33 2006
@@ -0,0 +1,24 @@
+<?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.    
+ -->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+           name="jta.test">
+    <!-- intentionally left blank -->
+
+</composite>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org