Re: [SQL COMPONENTE] CamelSqlGeneratedKeyRows has a bug?

2015-01-09 Thread Grzegorz Grzybek
Hi Fabrizio here's what is wrong with your example: - to uri=jdbc://mysql / means you're using JDBC component, not SQL component - so you should use setHeader headerName=CamelRetrieveGeneratedKeys, not setHeader headerName=CamelSqlRetrieveGeneratedKeys - you should also use

Re: [SQL COMPONENTE] CamelSqlGeneratedKeyRows has a bug?

2015-01-09 Thread fabrizio.spataro
Of course! I never want to use out message but reading example code (posted by Grzegorz Grzybek) i suppose that *CamelSqlGeneratedKeyRows * variable set into it. code: // assertions of the response assertNotNull(out); assertNotNull(out.getOut());

Re: [SQL COMPONENTE] CamelSqlGeneratedKeyRows has a bug?

2015-01-09 Thread Grzegorz Grzybek
Fabrizio I've fixed your example. dont' use CamelSqlGeneratedKeyRows, use CamelGeneratedKeyRows because you're using JdbcComponent, not SqlComponent. Plus - this test aserts availability of headers in out - right, but those are copied to in of next (e.g. setBody) processor. regards Grzegorz

Re: [SQL COMPONENTE] CamelSqlGeneratedKeyRows has a bug?

2015-01-09 Thread fabrizio.spataro
Thanks guy! I finally solved my problem King regards! -- View this message in context: http://camel.465427.n5.nabble.com/SQL-COMPONENT-CamelSqlGeneratedKeyRows-has-a-bug-tp5761113p5761529.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [SQL COMPONENTE] CamelSqlGeneratedKeyRows has a bug?

2015-01-08 Thread Grzegorz Grzybek
Hello Fabrizio See this test case as an example of this feature: https://github.com/apache/camel/blob/camel-2.14.1/components/camel-sql/src/test/java/org/apache/camel/component/sql/SqlGeneratedKeysTest.java#L70-L97 regards Grzegorz Grzybek 2015-01-07 14:55 GMT+01:00 fabrizio.spataro

Re: [SQL COMPONENTE] CamelSqlGeneratedKeyRows has a bug?

2015-01-08 Thread fabrizio.spataro
Hello, So.. is it a bug? I haven't any information about generated keys (OUT Message is null) this is my code: spring DSL camel:camelContext xmlns=http://camel.apache.org/schema/spring; camel:restConfiguration bindingMode=auto component=jetty host=0.0.0.0 port=8080/

Re: [SQL COMPONENTE] CamelSqlGeneratedKeyRows has a bug?

2015-01-08 Thread Claus Ibsen
Hi See this FAQ http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html Rule of thumb, dont use out. On Thu, Jan 8, 2015 at 3:37 PM, fabrizio.spataro fabrizio.spat...@bizmate.it wrote: Hello, So.. is it a bug? I haven't any information about generated keys (OUT Message is

Re: [SQL COMPONENTE] CamelSqlGeneratedKeyRows has a bug?

2014-12-30 Thread Christian Müller
in context: http://camel.465427.n5.nabble.com/SQL-COMPONENTE-CamelSqlGeneratedKeyRows-has-a-bug-tp5761113.html Sent from the Camel - Users mailing list archive at Nabble.com.

[SQL COMPONENTE] CamelSqlGeneratedKeyRows has a bug?

2014-12-29 Thread fabrizio.spataro
-CamelSqlGeneratedKeyRows-has-a-bug-tp5761113.html Sent from the Camel - Users mailing list archive at Nabble.com.