summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/binding-websocket/src/main/resources/binding-websocket.xsd
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-07-24 13:32:46 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-07-24 13:32:46 +0000
commitfc0948d7ad308a47a80139a0779e08f24903df46 (patch)
tree05b27e4e3818f7a4c96f5c8f19468288cf8c9b6e /sca-java-2.x/contrib/modules/binding-websocket/src/main/resources/binding-websocket.xsd
parent8e0186ce3f9e6fa9ca58118f44c697fa53160334 (diff)
Migrate to embedded Jetty as websocket server. Add javascript service proxy injection.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/contrib/modules/binding-websocket/src/main/resources/binding-websocket.xsd')
-rw-r--r--sca-java-2.x/contrib/modules/binding-websocket/src/main/resources/binding-websocket.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/contrib/modules/binding-websocket/src/main/resources/binding-websocket.xsd b/sca-java-2.x/contrib/modules/binding-websocket/src/main/resources/binding-websocket.xsd
index daccffc814..2617865c13 100644
--- a/sca-java-2.x/contrib/modules/binding-websocket/src/main/resources/binding-websocket.xsd
+++ b/sca-java-2.x/contrib/modules/binding-websocket/src/main/resources/binding-websocket.xsd
@@ -30,7 +30,7 @@
<complexType name="WebsocketBinding">
<complexContent>
<extension base="sca:Binding">
- <attribute name="someAttr" type="string" use="optional"/>
+ <attribute name="port" type="string" use="required"/>
</extension>
</complexContent>
</complexType>