diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-22 13:29:15 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-22 13:29:15 +0000 |
commit | f1e24eac6302f864b931b53c6cb16e4dc7fba12e (patch) | |
tree | 2da455aca72f7fa371774f057e751c4f27cd2b4f /sca-java-2.x/trunk/samples/helloworld-spring | |
parent | 4258a01cf7ea76c4bd7a4f12f8b680c321362572 (diff) |
Correct case in component name to match the java helloworld sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/helloworld-spring')
-rw-r--r-- | sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite index e1f86cdf81..33895dde25 100644 --- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite +++ b/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite @@ -22,7 +22,7 @@ xmlns:hns="http://tuscany.apache.org/implementation/bpel/example/helloworld"
name="helloworld">
- <component name="HelloWorldComponent">
+ <component name="HelloworldComponent">
<implementation.spring location="helloworld-context.xml"/>
</component>
|