hi everybody when i use to send rows from database to an other it don't work
this is what i did:
<choice>
<when>
<xpath>/person/city = 'SMON'</xpath>
<setBody>
<constant>SELECT * FROM REPORT.T_INCIDENT WHERE
INCIDENT_REF = '001' OR INCIDENT_REF = '002';</constant>
</setBody>
<to uri="jdbc:reportdb"/>
<to uri="jdbc:db"/>
</when>
any one can help me ?
--
View this message in context:
http://camel.465427.n5.nabble.com/from-databaes-to-other-tp5729847.html
Sent from the Camel - Users mailing list archive at Nabble.com.