INTSAMPLES-125/126:SF 3.2.7, SI 3.0.1; Schemas
JIRA: https://jira.springsource.org/browse/INTSAMPLES-125 Polishing some poms and enable all modules INTSAMPLES-126: Fix XSD versions vulnerability JIRA: https://jira.springsource.org/browse/INTSAMPLES-126 Polishing Add dummy JUnit to monitoring "test".
This commit is contained in:
committed by
Gary Russell
parent
56aee6fd91
commit
e20219560f
@@ -10,7 +10,7 @@
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd
|
||||
http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd
|
||||
http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file.xsd
|
||||
http://www.springframework.org/schema/integration/jdbc http://www.springframework.org/schema/integration/jdbc/spring-integration-jdbc-2.2.xsd
|
||||
http://www.springframework.org/schema/integration/jdbc http://www.springframework.org/schema/integration/jdbc/spring-integration-jdbc.xsd
|
||||
http://www.springframework.org/schema/integration/stream http://www.springframework.org/schema/integration/stream/spring-integration-stream.xsd
|
||||
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
|
||||
@@ -30,20 +30,20 @@
|
||||
</int-file:inbound-channel-adapter>
|
||||
|
||||
<int:transaction-synchronization-factory id="syncFactory">
|
||||
<int:after-commit expression="payload.renameTo(payload.absolutePath + '.SUCCEEDED') ? payload + ' renamed after success' : payload + 'failed to rename after success'"
|
||||
<int:after-commit expression="payload.renameTo(payload.absolutePath + '.SUCCEEDED') ? payload + ' renamed after success' : payload + 'failed to rename after success'"
|
||||
channel="infoLogger" />
|
||||
<int:after-rollback expression="payload.renameTo(payload.absolutePath + '.FAILED') ? payload + ' renamed after faiure' : payload + 'failed to rename after failure'"
|
||||
channel="errorLogger" />
|
||||
</int:transaction-synchronization-factory>
|
||||
|
||||
<int:channel id="inputChannel"/>
|
||||
|
||||
|
||||
<int-file:file-to-string-transformer input-channel="inputChannel" output-channel="toServiceChannel" />
|
||||
|
||||
<int:service-activator input-channel="toServiceChannel"
|
||||
|
||||
<int:service-activator input-channel="toServiceChannel"
|
||||
ref="conditionalService"
|
||||
method="failIfTextIsFail" />
|
||||
|
||||
|
||||
<int:logging-channel-adapter id="infoLogger" level="INFO" />
|
||||
|
||||
<int:logging-channel-adapter id="errorLogger" level="ERROR" />
|
||||
|
||||
Reference in New Issue
Block a user