From 200a40b332420f94992eb39a6d0ea1cf1490ffc4 Mon Sep 17 00:00:00 2001 From: coreyg Date: Fri, 21 Nov 2014 09:30:19 +0000 Subject: Adding tuscany's website to their svn repo for svnpubsub git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68 --- .../plugins/tuscany-itest-plugin/faq.html | 156 +++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 site/trunk/site-publish/plugins/tuscany-itest-plugin/faq.html (limited to 'site/trunk/site-publish/plugins/tuscany-itest-plugin/faq.html') diff --git a/site/trunk/site-publish/plugins/tuscany-itest-plugin/faq.html b/site/trunk/site-publish/plugins/tuscany-itest-plugin/faq.html new file mode 100644 index 0000000000..a877a3a469 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-itest-plugin/faq.html @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + Apache Tuscany Integration Test Plugin - Frequently Asked Questions + + + + + + + +
+ +
+
+
+
Does the plugin support JUnit 4.0?
+

+ Not at this time. +

+
[top]

How do I add extensions to the runtime?
+

+ The plugin uses the normal extension mechanisms provided by + the Apache Tuscany runtime. +

+

+ At the moment this requires supplying a custom system SCDL file that + includes the extension composites. In the future, we plan to load + extensions dynamically - please check back later. +

+
[top]

Can I use services provided by another systems?
+

+ You can define <reference> elements in your composite to access + services using a binding. Those can be standard web services, or any + other type of service that there is a binding for. +

+
[top]

Can I use services provided by another SCA domain?
+

+ As we add federation support, the local runtime will be able to + join any SCA domain (subject to authorization) and use its services. +

+
[top]
+
+
+
+
+
+ + + -- cgit v1.2.3