Re: JPA component - Persist 1 record working but how to persist many records?

2013-10-26 Thread richie.rivi...@gmail.com
Hi All, Well I spent a few hours on this today trying to understand how to do this. What I did was to change my splitter to do this... public List splitItemsRootDocuments(ItemRootDocument doc) { List itemDocuments = doc.getItemDocumentsList(); return itemD

JPA component - Persist 1 record working but how to persist many records?

2013-10-26 Thread richie.rivi...@gmail.com
Hi guys, Fairly new to Apache Camel. I have a Camel program which parses some XML using Jaxb and then inserts the parsed objects into the database using open JPA. The example is very similar to the Camel ETL example. At the moment I have the application persisting records from the XML however it i

capacity of seda/vm with multipleConsumers=true?

2013-10-26 Thread Keith Freeman
My understanding is that using multipleConsumers=true on a seda:/vm: endpoint makes it behave more-or-less like a JMS topic. Does it then have a capacity at which producers will throw/block (e.g. if there are no consumers), or does it behave more like an LRU ring buffer, writing new values on

Re: Send XML over HTTPS

2013-10-26 Thread Christian Müller
Can you share the route or an unit test with us? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Sat,

Re: Problems when using Spring DSL with the soap dataformat

2013-10-26 Thread Christian Müller
Could you please tell as on which page you found the outdated code snipped!? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-m

Re: Send XML over HTTPS

2013-10-26 Thread scottj
bumping this. Anyone know why http would works where http4 fails? -- View this message in context: http://camel.465427.n5.nabble.com/Send-XML-over-HTTPS-tp5741619p5742263.html Sent from the Camel - Users mailing list archive at Nabble.com.

Apache Camel 2.12.1 Components Poster Promotion

2013-10-26 Thread Robert James Liguori
Dear Apache Camel Users and Developers, Please consider attending the online Apache Camel Components Poster Promotion which starts next Tuesday, October 29th.  Once there, please consider asking questions and or assisting with answering them. --> Apache Camel Components Poster Promotion @ Jav

any way to turn off a timer?

2013-10-26 Thread Keith Freeman
I have a route with 2 sources, a timer and a seda queue. It uses the timer to poll a data source while it's getting data from the queue, and processes all of the data identically later in the route. But after a while, the polled data source is exhausted while the seda queue (and the route) w

Re: SAXParseException due to invalid characters in cxf endpoint response

2013-10-26 Thread bhushand
Hi Claus Thank for reply, i will keep in mind your suggestion. Please find my comment, Also your first post its not clear if the DB value and display value is different. Looking in the mail they look the same. -- While writting post I had given different values but maybe due to IE it get d

Re: Problems when using Spring DSL with the soap dataformat

2013-10-26 Thread Julián Ignacio Gómez Arias
Never Mind I fount that the documentation is outdated and the correct tag is: Thanks El 26/10/2013, a las 9:25, Julián Ignacio Gómez Arias escribió: > Hi to all, > > I’m having some problems when using the data format soap on a camel Spring > XML. > > > I gave for example this: > >

Problems when using Spring DSL with the soap dataformat

2013-10-26 Thread Julián Ignacio Gómez Arias
Hi to all, I’m having some problems when using the data format soap on a camel Spring XML. I gave for example this: The tag its not re

Re: SAXParseException due to invalid characters in cxf endpoint response

2013-10-26 Thread Claus Ibsen
On Sat, Oct 26, 2013 at 8:25 AM, bhushand wrote: > Hello, can I get some help,please. > See this page http://camel.apache.org/support As said on the bottom of that page, the help on these user forums is volunteer based, and many of us, are busy with our work et all. So to get faster help, its o

Re: SAXParseException due to invalid characters in cxf endpoint response

2013-10-26 Thread Christian Müller
Which Camel component do you use (We have multiple components which supports "web services")? Can you share your route with us? Can you share a sample message with us? The best would be if you can provide a unit test which show the issue. Best, Christian - Software Integration S

Re: HTTP Basic Authentication

2013-10-26 Thread Christian Müller
Martin is using the http component, not the CXF component... Did you checked [1]? You can set the auth options per endpoint. [1] http://camel.apache.org/http.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apac