You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 
Table of Contents
The root page null could not be found in space Apache Tuscany Docs 2.x.

(warning) under construction

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

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels