summaryrefslogtreecommitdiffstats
path: root/sandbox/kgoodson/jagg/src/main/resources/plan.composite
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-03-16 10:38:43 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-03-16 10:38:43 +0000
commit465a5510b9f4c7232d8322bf171b94b50057583d (patch)
tree471fbb8b5c1100f9239eacfdbcbc583bd696b525 /sandbox/kgoodson/jagg/src/main/resources/plan.composite
parent64ae409b1830310a1a44bcf305cab40c9061f3e6 (diff)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923673 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/kgoodson/jagg/src/main/resources/plan.composite6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/kgoodson/jagg/src/main/resources/plan.composite b/sandbox/kgoodson/jagg/src/main/resources/plan.composite
index 041f6f46cb..7801f07093 100644
--- a/sandbox/kgoodson/jagg/src/main/resources/plan.composite
+++ b/sandbox/kgoodson/jagg/src/main/resources/plan.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://jagg"
name="jagg">
@@ -25,7 +25,7 @@
<component name="planApp">
<tuscany:implementation.widget location="uiservices/plan.html"/>
<service name="Widget">
- <tuscany:binding.http uri="/plan"/>
+ <tuscany:binding.http uri="/"/>
</service>
<reference name="plan" target="Plan"/>
</component>
@@ -34,7 +34,7 @@
<implementation.java class="services.PlanViewImpl"/>
<property name="planFile">src/main/resources/jiraSideBand.xml</property>
<service name="PlanView">
- <tuscany:binding.jsonrpc/>
+ <tuscany:binding.jsonrpc uri="/Plan"/>
</service>
</component>