Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
35696db0
Commit
35696db0
authored
Sep 18, 2009
by
Nicolas Dolet
Browse files
Revert revision 1990 as namespace prefix in STP/SCA is up to date.
parent
d49becf6
Changes
9
Hide whitespace changes
Inline
Side-by-side
examples/counter-rest/client/src/main/resources/counter-client.composite
View file @
35696db0
...
...
@@ -24,7 +24,7 @@
<composite
name=
"counter-client"
xmlns=
"http://www.osoa.org/xmlns/sca/1.0"
xmlns:frascati=
"http://frascati.ow2.org"
xmlns:frascati=
"http://frascati.ow2.org
/xmlns/sca/1.1
"
targetNamespace=
"http://frascati.ow2.org/counter"
>
<service
name=
"r"
promote=
"client/Runnable"
/>
...
...
examples/counter-rest/server-explorer-war/src/main/resources/counter-web-application.composite
View file @
35696db0
...
...
@@ -20,11 +20,11 @@
<!-- -->
<!-- Author: Philippe Merle -->
<!-- -->
<!-- Contributor(s):
Nicolas Dolet
-->
<!-- Contributor(s):
-->
<composite
name=
"counter-web-application"
xmlns=
"http://www.osoa.org/xmlns/sca/1.0"
xmlns:frascati=
"http://frascati.ow2.org"
xmlns:frascati=
"http://frascati.ow2.org
/xmlns/sca/1.1
"
targetNamespace=
"http://frascati.ow2.org/counter"
>
<component
name=
"server"
>
...
...
examples/counter-rest/server-war/src/main/resources/counter-web-application.composite
View file @
35696db0
...
...
@@ -20,11 +20,11 @@
<!-- -->
<!-- Author: Philippe Merle -->
<!-- -->
<!-- Contributor(s):
Nicolas Dolet
-->
<!-- Contributor(s):
-->
<composite
name=
"counter-web-application"
xmlns=
"http://www.osoa.org/xmlns/sca/1.0"
xmlns:frascati=
"http://frascati.ow2.org"
xmlns:frascati=
"http://frascati.ow2.org
/xmlns/sca/1.1
"
targetNamespace=
"http://frascati.ow2.org/counter"
>
<component
name=
"server"
>
...
...
examples/counter-rest/server/src/main/resources/counter-server.composite
View file @
35696db0
...
...
@@ -24,7 +24,7 @@
<composite
name=
"counter-server"
xmlns=
"http://www.osoa.org/xmlns/sca/1.0"
xmlns:frascati=
"http://frascati.ow2.org"
xmlns:frascati=
"http://frascati.ow2.org
/xmlns/sca/1.1
"
targetNamespace=
"http://frascati.ow2.org/counter"
>
<component
name=
"server"
>
...
...
examples/helloworld-rmi/client/src/main/resources/helloworld-rmi-client.composite
View file @
35696db0
...
...
@@ -23,7 +23,7 @@
<!-- Contributors: Philippe Merle, Nicolas Dolet -->
<composite
xmlns=
"http://www.osoa.org/xmlns/sca/1.0"
xmlns:frascati=
"http://frascati.ow2.org"
xmlns:frascati=
"http://frascati.ow2.org
/xmlns/sca/1.1
"
targetNamespace=
"http://frascati.ow2.org/helloworld-rmi"
name=
"ClientRMI"
>
...
...
examples/helloworld-rmi/server/src/main/resources/helloworld-rmi-server.composite
View file @
35696db0
...
...
@@ -23,7 +23,7 @@
<!-- Contributors: Philippe Merle, Nicolas Dolet -->
<composite
xmlns=
"http://www.osoa.org/xmlns/sca/1.0"
xmlns:frascati=
"http://frascati.ow2.org"
xmlns:frascati=
"http://frascati.ow2.org
/xmlns/sca/1.1
"
targetNamespace=
"http://frascati.ow2.org/helloworld-rmi"
name=
"ServerRMI"
>
...
...
examples/helloworld-script/src/main/resources/helloworld-script.composite
View file @
35696db0
...
...
@@ -23,7 +23,7 @@
<!-- Contributor(s): Nicolas Dolet -->
<composite
xmlns=
"http://www.osoa.org/xmlns/sca/1.0"
xmlns:frascati=
"http://frascati.ow2.org"
xmlns:frascati=
"http://frascati.ow2.org
/xmlns/sca/1.1
"
name=
"helloworld-script"
>
<service
name=
"runnable"
promote=
"MainClient/runnable"
/>
<component
name=
"MainClient"
>
...
...
examples/twitter-rest/src/main/resources/twitter-client.composite
View file @
35696db0
...
...
@@ -24,7 +24,7 @@
<composite
name=
"twitter-client"
xmlns=
"http://www.osoa.org/xmlns/sca/1.0"
xmlns:frascati=
"http://frascati.ow2.org"
xmlns:frascati=
"http://frascati.ow2.org
/xmlns/sca/1.1
"
targetNamespace=
"http://frascati.ow2.org/twitter"
>
<service
name=
"r"
promote=
"client/Runnable"
/>
...
...
examples/twitter-weather/src/main/resources/twitter-weather.composite
View file @
35696db0
...
...
@@ -26,7 +26,7 @@
<composite
name=
"twitter-weather"
xmlns=
"http://www.osoa.org/xmlns/sca/1.0"
xmlns:wsdli=
"http://www.w3.org/2004/08/wsdl-instance"
xmlns:frascati=
"http://frascati.ow2.org"
xmlns:frascati=
"http://frascati.ow2.org
/xmlns/sca/1.1
"
targetNamespace=
"http://frascati.ow2.org/weather"
>
<service
name=
"tw"
promote=
"orchestration/TwitterWeather"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment