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]