-
1. Re: rest:timeout option not recognized
igarashitm Sep 23, 2015 9:59 PM (in response to ozkin)For a question in "Update", if you choose "1.1" for a configuration version when you create a SwitchYard project in the tooling, schema version 1.1 should be chosen automatically. I don't know what's happen on a behavior described in "Update2", but did you change urn:switchyard-config:switchyard:1.0 to 1.1 as well? I would re-create the application with using "New SwitchYard project" wizard when I need to update the schema version to avoid this kind of overlooking.
-
2. Re: rest:timeout option not recognized
ozkin Sep 24, 2015 5:20 PM (in response to igarashitm)Right. When I changed all switchyard namespaces to 1.1 everything looked fine in the tooling as before. Thanks.
Are you saying re-creating the project is the only way to upgrade an application to next version of SY?
I could re-create it but then anyway I would need to copy/paste the other content of switchyard.xml as I am not going to draw all the components again...so this way it is just easier to change namespaces.
-
3. Re: rest:timeout option not recognized
tadayosi Sep 24, 2015 9:31 PM (in response to ozkin)Hi,
SY config version can be upgraded from the SY tooling. Open [Properties] of the project in Eclipse and check [Project Facets] tab. SY facet version should be "1.0" so change it to "1.1".
Hope this helps