INTSAMPLES-89 - Upgrade to Spring Integration 2.2 RC3
* Test samples * Polish documentation * Polish code For reference see: https://jira.springsource.org/browse/INTSAMPLES-89
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
|
||||
<mongo:db-factory id="mongoDbFactory" dbname="test"/>
|
||||
|
||||
|
||||
<int-mongodb:outbound-channel-adapter id="deafultAdapter" />
|
||||
|
||||
<int-mongodb:outbound-channel-adapter id="adapterWithConverter"/>
|
||||
|
||||
<int-mongodb:outbound-channel-adapter id="adapterWithConverter" mongo-converter="stringConverter"/>
|
||||
|
||||
<!-- mongo-converter="stringConverter" -->
|
||||
|
||||
|
||||
<bean id="stringConverter" class="org.springframework.integration.samples.mongodb.util.StringConverter">
|
||||
<constructor-arg ref="mongoDbFactory"/>
|
||||
<constructor-arg>
|
||||
|
||||
Reference in New Issue
Block a user