diff options
Diffstat (limited to 'sca-java-2.x/trunk/samples/helloworld-bpel')
-rw-r--r-- | sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite index d2330ed439..08350e8417 100644 --- a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite +++ b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.composite @@ -22,7 +22,7 @@ xmlns:hns="http://tuscany.apache.org/implementation/bpel/example/helloworld" name="bpel"> - <component name="BPELHelloWorldComponent"> + <component name="HelloworldComponent"> <implementation.bpel process="hns:HelloWorld"/> </component> |