Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Component Architecture (SCA) Tools » Validating SCA 1.1 namespaces
Validating SCA 1.1 namespaces [message #577428] Fri, 02 July 2010 09:13 Go to next message
Ken Mc Neill is currently offline Ken Mc NeillFriend
Messages: 10
Registered: July 2009
Junior Member
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 07:48 Go to previous message
Stephane Drapeau is currently offline Stephane DrapeauFriend
Messages: 199
Registered: July 2009
Senior Member
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 Apr 19 21:43:13 GMT 2024

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

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

Back to the top