summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/contribution-jee-samples
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/itest/contribution-jee-samples')
-rw-r--r--branches/sca-java-1.x/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/src/main/application/META-INF/application.composite14
1 files changed, 14 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/src/main/application/META-INF/application.composite b/branches/sca-java-1.x/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/src/main/application/META-INF/application.composite
index 68bad37326..b131d375b0 100644
--- a/branches/sca-java-1.x/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/src/main/application/META-INF/application.composite
+++ b/branches/sca-java-1.x/itest/contribution-jee-samples/ear-appcomp-contrib-implicit/src/main/application/META-INF/application.composite
@@ -32,10 +32,24 @@
<property name="hwProperty">EJB</property>
</component>
+ <component name="HelloworldServiceComponent2">
+ <implementation.ejb ejb-link="itest-contribution-jee-samples-08-ejb-enhanced.jar#HelloworldService8Bean"/>
+ <service name="HelloworldService8">
+ <interface.java interface="sample.ejb3.HelloworldService8"/>
+ <binding.sca/>
+ </service>
+ <reference name="hwReference" target="HelloworldServiceJavaComponent"/>
+ <property name="hwProperty">EJB</property>
+ </component>
+
<service name="TheService" promote="HelloworldServiceComponent/HelloworldService8"/>
<reference name="TheReference" promote="HelloworldServiceComponent/hwReference"/>
+ <service name="TheService2" promote="HelloworldServiceComponent2/HelloworldService8"/>
+
+ <reference name="TheReference2" promote="HelloworldServiceComponent2/hwReference"/>
+
<component name="HelloworldServiceJavaComponent">
<implementation.java class="sample.java.HelloworldServiceJavaImpl"/>
<property name="hwProperty">Java</property>