summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/helloworld-spring/src
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-07-30 20:59:14 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-07-30 20:59:14 +0000
commit8699192185597c315eda4af2b318eabe5b2bad8b (patch)
tree922a76571a32ffc37a86fc844539959e24465012 /sca-java-2.x/trunk/samples/helloworld-spring/src
parent910212c3ab62b163d3b48fafa302ee8b021fed69 (diff)
Allow spring beans to use @Reference without a property element
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/helloworld-spring/src')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-client-context.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-client-context.xml b/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-client-context.xml
index 01c8d7ed30..0e30cfa582 100644
--- a/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-client-context.xml
+++ b/sca-java-2.x/trunk/samples/helloworld-spring/src/main/resources/helloworld-client-context.xml
@@ -30,6 +30,8 @@
</property>
</bean>
+ <!--
<sca:reference name="dateService" type="sample.DateService"/>
+ -->
</beans> \ No newline at end of file