Re: csv unmarshal uses default encoding

2011-01-04 Thread ernst.transporeon
thanks christian, i saw the fix is committed to the trunk sorry, i didn't had the time to open a jira issue yesterday -- View this message in context: http://camel.465427.n5.nabble.com/csv-unmarshal-uses-default-encoding-tp3325474p3326720.html Sent from the Camel - Users mailing list archive at

2 Bugs in Splitter (Camel 2.5.0)?

2011-01-04 Thread rsteppac
Hello, I think there are two bugs in the Splitter component. Setting ‘streaming = "true"’ breaks error handling: If an exception is thrown in a processor, the exception in the subExchange is copied to the original exchange in MulticastProcessor line 554. In Splitter line 140 the original exchang

Re: 2 Bugs in Splitter (Camel 2.5.0)?

2011-01-04 Thread Claus Ibsen
On Tue, Jan 4, 2011 at 9:54 AM, rsteppac wrote: > > Hello, > > I think there are two bugs in the Splitter component. > > Setting ‘streaming = "true"’ breaks error handling: > If an exception is thrown in a processor, the exception in the subExchange > is copied to the original exchange in Multicas

Re: How to record and replay web service input messages

2011-01-04 Thread davsclaus
This is a generic problem. I am sure there are some tooling out there which can proxy web service request/responses and allow it to playback. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-record-and-replay-web-service-input-messages-tp3324721p3327183.html Sent from th

Re: How to record and replay web service input messages

2011-01-04 Thread davsclaus
This is a generic problem. I am sure there are some tooling out there which can proxy web service request/responses and allow it to playback. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-record-and-replay-web-service-input-messages-tp3324721p3327182.html Sent from th

Re: camel file :getName of file

2011-01-04 Thread davsclaus
You need to use the recipient list pattern when the endpoint is dynamically. So instead of to use recipientList. http://camel.apache.org/recipient-list.html -- View this message in context: http://camel.465427.n5.nabble.com/camel-file-getName-of-file-tp3322455p3327193.html Sent from the Camel -

Issue with camel-soap on Karaf

2011-01-04 Thread Charles Moulliard
Hi, I would like to use camel-soap into the following camel route http://localhost:8282/cxf/serviceFinder"; serviceClass="fr.client.proxy.Services"> http://camel.apache.org/schema/spring";>

"Failed to resolve endpoint" on ServiceMix 4.2

2011-01-04 Thread Fernando Ribeiro
Hello, I've found an interesting issue when deploying a route in ServiceMix 4.2, which I discussed at http://fusesource.com/forums/thread.jspa?threadID=2493. The fix was adding an OSGi reference manually to the beans.xml file, which was awkward because I expected all components, for example, to b

Mandatory Imports in Routes

2011-01-04 Thread Fernando Ribeiro
Hello, I'd also like to ask your help with the issue described at http://fusesource.com/forums/thread.jspa?threadID=2501&tstart=0 about a mandatory import in routes that I wasn't aware of until I had to investigate the issue in my previous message. Thanks, Fernando

Re: Issue with camel-soap on Karaf

2011-01-04 Thread Guillaume Nodet
Looks like the wrong implementation is used for jaxb. * which jaxb bundle is/are deployed ? * does the system bundle export the sun packages ? * is there a boot delegation on the com.sun.* packages from the jre ? On Tue, Jan 4, 2011 at 17:40, Charles Moulliard wrote: > Hi, > > I would like

Re: Issue with camel-soap on Karaf

2011-01-04 Thread Charles Moulliard
> * which jaxb bundle is/are deployed ? [ 200] [Active ] [] [ ] [ 60] Apache ServiceMix :: Bundles :: jaxb-impl (2.1.13.1) > * does the system bundle export the sun packages ? No 200 com.sun.xml.bind.v2 200 com.sun.xml.bind.v2.model.annotation 200 com.sun.xml.bind.

Re: Issue with camel-soap on Karaf

2011-01-04 Thread Guillaume Nodet
Can you remove the boot delegation on com.sun.* and retry ? On Tue, Jan 4, 2011 at 18:04, Charles Moulliard wrote: >>  * which jaxb bundle is/are deployed ? > [ 200] [Active     ] [            ] [       ] [   60] Apache > ServiceMix :: Bundles :: jaxb-impl (2.1.13.1) > >>  * does the system bundl

Re: Issue with camel-soap on Karaf

2011-01-04 Thread Charles Moulliard
I already do that but without success. org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,sun.*,javax.transaction,javax.transaction.* On Tue, Jan 4, 2011 at 6:10 PM, Guillaume Nodet wrote: > Can you remove the boot delegation on com.sun.* and retry ? > > On Tue, Jan 4, 2011 at 18:04, C

Activemq jmsgroupid

2011-01-04 Thread preben
Hi I need a bit of clarification regarding FIFO and messaging using activemq. According to Activemq documentation http://activemq.apache.org/message-groups.html message grouping should preserve ordering of messages within the same group id. When the producer sets the groupid it should be possib

Re: Idea for camel-scala DSL enhancement.

2011-01-04 Thread Pavel
Take a look at *CAMEL-3491 - it is proposed DSL enhancement that I was able to come up with; patch and examples are in jira.* Thanks, Pavel On Thu, Dec 23, 2010 at 4:55 PM, Claus Ibsen wrote: > On Tue, Dec 21, 2010 at 7:29 PM, Pavel wrote: > > C

Re: "Failed to resolve endpoint" on ServiceMix 4.2

2011-01-04 Thread Jean-Baptiste Onofré
Hi Fernando, thanks for spotting that, it can help Camel/ServiceMix users :) Regards JB On 01/04/2011 05:53 PM, Fernando Ribeiro wrote: Hello, I've found an interesting issue when deploying a route in ServiceMix 4.2, which I discussed at http://fusesource.com/forums/thread.jspa?threadID=2493.