diff options
Diffstat (limited to 'java/sca/samples')
-rw-r--r-- | java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite | 4 | ||||
-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.xml | 2 |
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> |