summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/contribution-jee-samples/scajar-ear-nonenhanced/src
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-27 13:24:40 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-05-27 13:24:40 +0000
commit130d3cf8ce5fe6c2948ad4e9d04a4c37fe019b5a (patch)
tree68392a0c77c2d48de8b04238d400819219bd7137 /branches/sca-java-1.x/itest/contribution-jee-samples/scajar-ear-nonenhanced/src
parent62197b3256833d9aaeabebda5426f927881cae4a (diff)
TUSCANY-2978 - Add more JEE tests to help show that the nested composites are resolved/built correctly.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/contribution-jee-samples/scajar-ear-nonenhanced/src')
-rw-r--r--branches/sca-java-1.x/itest/contribution-jee-samples/scajar-ear-nonenhanced/src/main/resources/helloworld.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/itest/contribution-jee-samples/scajar-ear-nonenhanced/src/main/resources/helloworld.composite b/branches/sca-java-1.x/itest/contribution-jee-samples/scajar-ear-nonenhanced/src/main/resources/helloworld.composite
index 2b62742209..e665eb5d3e 100644
--- a/branches/sca-java-1.x/itest/contribution-jee-samples/scajar-ear-nonenhanced/src/main/resources/helloworld.composite
+++ b/branches/sca-java-1.x/itest/contribution-jee-samples/scajar-ear-nonenhanced/src/main/resources/helloworld.composite
@@ -24,7 +24,7 @@
<component name="HelloworlClientComponent">
<implementation.java class="sample.pojo.HelloworldClientImpl"/>
- <reference name="hwService" target="HelloworldServiceComponent/HelloworldServiceBean_HelloworldService" />
+ <reference name="hwService" target="HelloworldServiceComponent/HelloworldService7Bean_HelloworldService" />
</component>
<component name="HelloworldServiceComponent">