Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(warning) under constructionsconstruction

Overview

Converting Composites and other SCA XML Artifacts

Namespaces

...

The SCA and Tuscany namespaces may be used in the following files

  • *.composite
  • sca-contribution.xml
  • defintions.xml

Each occurance needs changing for 2.x

Building Projects

Converting dependencies

You need to re-configure the project pom.xml

1.x Dependencies

 

2.x Dependencies

<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
<version>1.6-SNAPSHOT</version>
</dependency>

===>

<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>

(warning) TODO - need to note what the final Tuscany feature grouping solution is for 2.x