openesb-components/maven-archtype-v2/maven-archetype-service-eng.../src/main/resources/archetype-resources/build/generated-sources/archetype/src/main/resources/archetype-resources/test/testSA/src/META-INF/jbi.xml

48 lines
2.0 KiB
XML

#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
${symbol_pound}set( ${symbol_dollar}symbol_pound = '${symbol_pound}' )
${symbol_pound}set( ${symbol_dollar}symbol_dollar = '${symbol_dollar}' )
${symbol_pound}set( ${symbol_dollar}symbol_escape = '${symbol_escape}' )
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<jbi version="1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/jbi"
xmlns:greet="http://www.sun.com/jbi/examples/sample-service/greetings/"
>
<service-assembly>
<identification>
<name>${symbol_dollar}{artifactId}_TestSA</name>
<description>This is a test Service Assembly to test Engine</description>
</identification>
<service-unit>
<identification>
<name>${symbol_dollar}{artifactId}_TestSUBC</name>
<description>This service unit enables soap inbound endpoint for a service in service engine</description>
</identification>
<target>
<artifacts-zip>testSUBC.zip</artifacts-zip>
<component-name>sun-http-binding</component-name>
</target>
</service-unit>
<service-unit>
<identification>
<name>${symbol_dollar}{artifactId}_TestSUSE</name>
<description>This service unit enables greetings service provider in service engine</description>
</identification>
<target>
<artifacts-zip>testSUSE.zip</artifacts-zip>
<component-name>${symbol_dollar}{artifactId}</component-name>
</target>
</service-unit>
<connections>
<connection>
<consumer endpoint-name="port" service-name="greet:greetService"/>
<provider endpoint-name="${symbol_dollar}{artifactId}_JBIPort" service-name="greet:greetService"/>
</connection>
</connections>
</service-assembly>
</jbi>