Author: antelder
Date: Mon Mar 22 13:29:15 2010
New Revision: 926071
URL: http://svn.apache.org/viewvc?rev=926071&view=rev
Log:
Correct case in component name to match the java helloworld sample
Modified:
tuscany/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite
Modified:
tuscany/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite?rev=926071&r1=926070&r2=926071&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite
(original)
+++
tuscany/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld.composite
Mon Mar 22 13:29:15 2010
@@ -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>