diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-08 14:58:57 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-08 14:58:57 +0000 |
commit | 6db5d993cc96e034ce96364a8aee97397363d5c3 (patch) | |
tree | abaf75d6d5044f5d5b82dbc0c8beca2e5a9235f0 /java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite | |
parent | bd2981a6eb4abd1ca4749ff276d99f6fe7b98a15 (diff) |
Get the bpel sample so the testcase runs but take it out of the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite')
-rw-r--r-- | java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite b/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite index 91ce1f22d4..603cc17af9 100644 --- a/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite +++ b/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite @@ -24,10 +24,6 @@ <component name="BPELHelloWorldComponent"> <implementation.bpel process="hns:HelloWorld"/> - <service name="helloPartnerLink"> - <interface.wsdl interface="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl#wsdl.interface(HelloPortType)" /> - <binding.sca/> - </service> </component> </composite> |