I'm using the JDBC component, and when I retrieve the columns from a
ResultSetIterator using the method getColumns they are returned randomly. I
expected to receive them in the same order they appear in the query
projection.

The problem is the use of a HashSet instead of a LinkedHashSet to return the
list of columns inside the ResultSetIterator implementation. Is there a
simple way to get the columns in the right order? Is it possible to change
the behaviour of this method?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Columns-order-in-ResultSetIterator-tp5774150.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to