Skip to content

Instantly share code, notes, and snippets.

@splatch
Created May 13, 2013 17:19
Show Gist options
  • Select an option

  • Save splatch/5569900 to your computer and use it in GitHub Desktop.

Select an option

Save splatch/5569900 to your computer and use it in GitHub Desktop.
<subsystem xmlns="urn:jboss:domain:switchyard:1.0">
<modules>
<module identifier="org.switchyard.component.bean" implClass="org.switchyard.component.bean.deploy.BeanComponent" />
<module identifier="org.switchyard.component.soap" implClass="org.switchyard.component.soap.deploy.SOAPComponent">
<properties>
<socketAddr>:18001</socketAddr>
</properties>
</module>
<module identifier="org.switchyard.component.camel" implClass="org.switchyard.component.camel.deploy.CamelComponent">
<properties>
<socketAddr>:18001</socketAddr>
</properties>
</module>
<module identifier="org.switchyard.component.camel.amqp" implClass="org.switchyard.component.camel.amqp.deploy.CamelAmqpComponent" />
<module identifier="org.switchyard.component.camel.atom" implClass="org.switchyard.component.camel.atom.deploy.CamelAtomComponent" />
<module identifier="org.switchyard.component.camel.core" implClass="org.switchyard.component.camel.core.deploy.CamelCoreComponent" />
<module identifier="org.switchyard.component.camel.file" implClass="org.switchyard.component.camel.file.deploy.CamelFileComponent" />
<module identifier="org.switchyard.component.camel.ftp" implClass="org.switchyard.component.camel.ftp.deploy.CamelFtpComponent" />
<module identifier="org.switchyard.component.camel.jms" implClass="org.switchyard.component.camel.jms.deploy.CamelJmsComponent" />
<module identifier="org.switchyard.component.camel.jpa" implClass="org.switchyard.component.camel.jpa.deploy.CamelJpaComponent" />
<module identifier="org.switchyard.component.camel.mail" implClass="org.switchyard.component.camel.mail.deploy.CamelMailComponent" />
<module identifier="org.switchyard.component.camel.netty" implClass="org.switchyard.component.camel.netty.deploy.CamelNettyComponent" />
<module identifier="org.switchyard.component.camel.quartz" implClass="org.switchyard.component.camel.quartz.deploy.CamelQuartzComponent" />
<module identifier="org.switchyard.component.camel.sql" implClass="org.switchyard.component.camel.sql.deploy.CamelSqlComponent" />
<module identifier="org.switchyard.component.rules" implClass="org.switchyard.component.rules.deploy.RulesComponent" />
<module identifier="org.switchyard.component.bpm" implClass="org.switchyard.component.bpm.deploy.BPMComponent" />
<module identifier="org.switchyard.component.bpel" implClass="org.switchyard.component.bpel.deploy.BPELComponent" />
<module identifier="org.switchyard.component.http" implClass="org.switchyard.component.http.deploy.HttpComponent" />
<module identifier="org.switchyard.component.jca" implClass="org.switchyard.component.jca.deploy.JCAComponent" />
<module identifier="org.switchyard.component.sca" implClass="org.switchyard.component.sca.deploy.SCAComponent">
<properties>
<cache-name>cluster</cache-name>
</properties>
</module>
<module identifier="org.switchyard.component.resteasy" implClass="org.switchyard.component.resteasy.deploy.RESTEasyComponent" />
</modules>
<extensions>
<extension identifier="org.apache.camel.mvel" />
<extension identifier="org.apache.camel.ognl" />
<extension identifier="org.apache.camel.jaxb" />
<extension identifier="org.apache.camel.soap" />
</extensions>
</subsystem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment