Hi,

I simplify and modify my code its working but i have to use toD, i am using
following oracle driver without toD its not working

                <groupId>com.oracle</groupId>
                <artifactId>ojdbc7</artifactId>
                <version>12.1.0.2</version>

.setHeader("msisdns", simple("${property.cIds.split(',')}",ArrayList.class)  
)
                .setHeader("campId" ,
simple("${property.cIds.split(',')}",ArrayList.class)   ) 
                .toD("sql:select * from ssint where status=1 "+ 
                "AND p_id IN( :#in:msisdns ) " + 
                "AND c_id IN( :#in:campId ) 
?dataSource=#oracleDS&parametersCount=4")



--
View this message in context: 
http://camel.465427.n5.nabble.com/Bug-in-camel-sql-IN-Clause-2-18-0-tp5790243p5794151.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to