summaryrefslogtreecommitdiffstats
path: root/java/sca/samples
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-08 14:58:57 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-08 14:58:57 +0000
commit6db5d993cc96e034ce96364a8aee97397363d5c3 (patch)
treeabaf75d6d5044f5d5b82dbc0c8beca2e5a9235f0 /java/sca/samples
parentbd2981a6eb4abd1ca4749ff276d99f6fe7b98a15 (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')
-rw-r--r--java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite4
-rw-r--r--java/sca/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java (renamed from java/sca/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java.FIXME)0
-rw-r--r--java/sca/samples/pom.xml2
3 files changed, 1 insertions, 5 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>
diff --git a/java/sca/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java.FIXME b/java/sca/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java
index 3b85fa85a2..3b85fa85a2 100644
--- a/java/sca/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java.FIXME
+++ b/java/sca/samples/helloworld-bpel/src/test/java/helloworld/BPELHelloWorldTestCase.java
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml
index e4bc31ee15..2e336573eb 100644
--- a/java/sca/samples/pom.xml
+++ b/java/sca/samples/pom.xml
@@ -43,7 +43,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>helloworld-bpel</module>
+ <!-- module>helloworld-bpel</module -->
<module>calculator</module>
<module>calculator-equinox</module>
<module>calculator-osgi</module>