Here it is; import java.io.Serializable;
public class MyBean implements Serializable { /** * */ private static final long serialVersionUID = 1L; private String vrow_id; public String getVrow_id() { return vrow_id; } public void setVrow_id(String vrow_id) { this.vrow_id = vrow_id; } } -- View this message in context: http://camel.465427.n5.nabble.com/DefaultSqlPrepareStatementStrategy-lookupParameter-when-onConsume-used-in-SQL-component-tp5780437p5780629.html Sent from the Camel - Users mailing list archive at Nabble.com.