Advertisement
Guest User

Untitled

a guest
Aug 26th, 2010
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 KB | None | 0 0
  1. <b:bean id="bondRowMapper" class="spg.dbcm.integ.jdbc.BondRowMapper"/>
  2.  
  3.   <jdbc:inbound-channel-adapter channel="bondChannel"
  4.                                data-source="ebondDataSource"
  5.                                row-mapper="bondRowMapper"
  6.                                query="select b.* from dbcm_bond b where b.bond_id = 44">
  7.     <int:poller>
  8.       <int:interval-trigger interval="60000"/>
  9.     </int:poller>
  10.   </jdbc:inbound-channel-adapter>
  11.  
  12.   <stream:stdout-channel-adapter id="bondChannel" append-newline="true"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement