Test JpaConsumer route.

2017-04-10 Thread raulsperoni
Hi, I'm having problems while replacing jpaEndpoint with direct in the test. Error is "No consumers available on endpoint". Thanks in advance! Here is test definition: public class RutaArchivarItemsTest extends CamelTestSupport { @Produce(uri = "direct:producer") protected ProducerTem

Testing Jpa Consumer Route.

2017-04-10 Thread raulsperoni
Hi, i'm having problems with testing a Jpaconsumer route, i'm trying to replace the jpa endpoint with direct: using replacefromwith but i'm getting: No consumers available on endpoint.What am i doing wrong?Thank you.*Test def*public class RutaArchivarItemsTest extends CamelTestSupport { @Produce

Re: JpaConsumer endpoint not showing up in hawtio.

2016-11-15 Thread raulsperoni
Sorry i'm asking again, what is the common use of the jpa component? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/JpaConsumer-endpoint-not-showing-up-in-hawtio-tp5789346p5790146.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JpaConsumer endpoint not showing up in hawtio.

2016-11-01 Thread raulsperoni
Ok i'll try with a newer version, anyway could you explain or show an example of how do you use that component? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/JpaConsumer-endpoint-not-showing-up-in-hawtio-tp5789346p5789554.html Sent from the Camel - Users mailing lis

Re: JpaConsumer endpoint not showing up in hawtio.

2016-10-31 Thread raulsperoni
I'm doing exactly that...creating the instance like you say. Sorry the ignorance, how am i supposed to do it? -- View this message in context: http://camel.465427.n5.nabble.com/JpaConsumer-endpoint-not-showing-up-in-hawtio-tp5789346p5789524.html Sent from the Camel - Users mailing list archiv

JpaConsumer endpoint not showing up in hawtio.

2016-10-27 Thread raulsperoni
Hi, i'm using wildly-camel, camel 2.16.3, hawtio (1.4.60) comes really handy, but i can't get routes with jpa consumer endpoint to appear in the list, in fact i'm using direct channels to join the jpaconsumer route with the rest. Do you have any idea why this is happening? Here is an example...