Skip to main content



      Home
Home » Archived » Service Component Architecture (SCA) Tools » Validating SCA 1.1 namespaces
Validating SCA 1.1 namespaces [message #577428] Fri, 02 July 2010 05:13 Go to next message
Eclipse UserFriend
I am preparing a tutorial and prototype of a composite application, build with SCA Tools (ergo SCA 1.0). I am able to deploy it to Tuscany 2.0M5, by manually changing the namespace declarations in the composite file:

From

<!--sca:composite xmlns:sca="http://www.osoa.org/xmlns/sca/1.0" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" name="Default"-->

To

<sca:composite targetNamespace="http://test" xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:tuscany="http://http://tuscany.apache.org/xmlns/sca/1.1" name="Default">

However, this naturally breaks the meta-model validation done by the SCA Tools plugin. Is there any other way to acheive compatibility? What is the status of SCA 1.1 model validation? I had difficulties finding information on this subject.

Cheers,

Ken
Re: Validating SCA 1.1 namespaces [message #577449 is a reply to message #577428] Mon, 05 July 2010 03:48 Go to previous message
Eclipse UserFriend
Hi Ken,

Which version of SCA Tools do you use?
The Helios version (SCA Tools 2.1.0) is supposed to work with SCA 1.1.
Can you give it a try?

Best regards,

Stephane Drapeau
Obeo

Ken Mc Neill a écrit :
> I am preparing a tutorial and prototype of a composite application,
> build with SCA Tools (ergo SCA 1.0). I am able to deploy it to Tuscany
> 2.0M5, by manually changing the namespace declarations in the composite
> file:
>
> From
>
> <!--sca:composite xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
> xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" name="Default"-->
>
> To
>
> <sca:composite targetNamespace="http://test"
> xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
> xmlns:tuscany="http://http://tuscany.apache.org/xmlns/sca/1.1"
> name="Default">
>
> However, this naturally breaks the meta-model validation done by the SCA
> Tools plugin. Is there any other way to acheive compatibility? What is
> the status of SCA 1.1 model validation? I had difficulties finding
> information on this subject.
> Cheers,
>
> Ken
Previous Topic:Promoting SCA Property
Next Topic:Validating SCA 1.1 namespaces
Goto Forum:
  


Current Time: Fri Jun 13 13:38:09 EDT 2025

Powered by FUDForum. Page generated in 0.03727 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top