From 506e4e1bccba6384a0cec6aae0b4c0e86f9402ce Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 29 Jul 2009 08:33:45 +0000 Subject: Change back to non-OSGi for default. The OSGi one doesnt work yet for me and is much slower git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798808 13f79535-47bb-0310-9956-ffa450edef68 --- .../current/tests/src/test/resources/oasis-sca-tests.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties b/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties index 54c7eeeb6f..8341824822 100644 --- a/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties +++ b/java/sca/otest/current/tests/src/test/resources/oasis-sca-tests.properties @@ -9,7 +9,10 @@ org.oasis.sca.tests.assembly.lang=Java # The class to use as the Runtime Bridge for the SCA runtime under test -org.oasis.sca.tests.assembly.runtime_bridge=client.TuscanyRuntimeBridge +# - use client.TuscanyRuntimeBridge for the OSGi runtime +# - use tuscany.TuscanyRuntimeBridge for the Java runtime +# org.oasis.sca.tests.assembly.runtime_bridge=client.TuscanyRuntimeBridge +org.oasis.sca.tests.assembly.runtime_bridge=tuscany.TuscanyRuntimeBridge # The location of the contributions for the test suite # %1 represents the placement of the name of each contribution into the location URI -- cgit v1.2.3