All Downloads are FREE. Search and download functionalities are using the official Maven repository.

asan-sample-sftp.1.2.0.source-code.loader-conf.xml Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:util="http://www.springframework.org/schema/util"
    xsi:schemaLocation="
        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.1.xsd
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd">

    <util:list id="module1-config-files">
        <!-- Ikasan services -->
        <value>monitor-service-conf.xml</value>

        <!-- Available outside the ear in the runtime environment -->
        <value>ikasan-transaction-pointcut-jms.xml</value>
        <value>ikasan-transaction-pointcut-quartz.xml</value>
        <value>monitor-conf.xml</value>

        <!-- available in the binaries -->
        <value>logger-conf.xml</value>
        <value>shared-conf.xml</value>
        <value>exception-conf.xml</value>
        <value>module-conf.xml</value>
        <value>jms-to-sftp-flow-conf.xml</value>
        <value>sftp-to-log-flow-conf.xml</value>
    </util:list>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy