Re: Mutual SSL authentication with Camel applications

2009-03-12 Thread huntc
By the way, here are some of the things I'm observing when attempting mutual authentication: 1. Wireshark shows: Client Hello Server Hello, Certificate, Certificate Request, Server Hello Done Certificate, Client Key Exchange Alert (Level: Fatal, Description: Bad Certificate) If I look at the Cer

Re: Problem with IdempotentConsumer

2009-03-12 Thread Claus Ibsen
On Thu, Mar 12, 2009 at 6:59 PM, chrajanirao wrote: > > Thanks Claus. Do you know when is Camel 2.0 scheduled to be released? See the other thread on the 2.0M1 release - eg the first milestone of 2.0. We hope to be able to release 2.0 within 1-2 months, eg sooner the better. But we still need a l

Mutual SSL authentication with Camel applications

2009-03-12 Thread huntc
Hi there, I'm trying to establish a mutual ssl based jms connection with my ActiveMQ broker via a Camel application. My question is how do I let my Camel application know about the certificate it must serve up to the broker? Is there a Camel specific setting or is this some general Java/JAAS sett

Re: jetty-component : many context paths

2009-03-12 Thread Bruno Borges
Isn't possible to do a "direct:path" and from there you multicast to other endpoints? Like: from("some:where").to("direct:path"); String[] paths = getJettyPaths(); from("direct:path").multicast(paths); How about this? Bruno Borges blog.brunoborges.com.br +55 21 76727099 "The glory of great

Re: Restlet component and alternate character sets

2009-03-12 Thread William Tam
Patch have been applied to trunk and 1.x branch. Thanks. On Thu, Mar 12, 2009 at 1:28 PM, Claus Ibsen wrote: > On Thu, Mar 12, 2009 at 6:24 PM, nojonojo wrote: >> >> It appears to me that the Restlet component doesn't support character sets >> other than the default.  In general, Camel uses the

Re: Problem with IdempotentConsumer

2009-03-12 Thread chrajanirao
Thanks Claus. Do you know when is Camel 2.0 scheduled to be released? -- View this message in context: http://www.nabble.com/Problem-with-IdempotentConsumer-tp22467720p22482175.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Restlet component and alternate character sets

2009-03-12 Thread Claus Ibsen
On Thu, Mar 12, 2009 at 6:24 PM, nojonojo wrote: > > It appears to me that the Restlet component doesn't support character sets > other than the default.  In general, Camel uses the Exchange.CHARSET_NAME > property in the Exchange to determine which character set to use in > conversions between bi

Restlet component and alternate character sets

2009-03-12 Thread nojonojo
It appears to me that the Restlet component doesn't support character sets other than the default. In general, Camel uses the Exchange.CHARSET_NAME property in the Exchange to determine which character set to use in conversions between binary and String representations. The DefaultRestletBinding

jetty-component : many context paths

2009-03-12 Thread pevgen
Hello. How can i get a jetty-endpoint with many context paths ? for example, i want to get requests on http://localhost:1234/base/path1 and http://localhost:1234/base/path2. but 'path1' and 'path2' are runtime paths (from 1 to many :)). if i configured the endpoint as "jetty:http://localhost

Re: Multicast from File Polling

2009-03-12 Thread Claus Ibsen
On Thu, Mar 12, 2009 at 1:43 PM, Bruno Borges wrote: > By the way, is it possible to fork camel-test to 1.6.x ? That would be > great. =D > > The code doesn't seem to be complicated to accomplish this. No but to adding a new .jar to the articfacts to be asembled and build with maven does take a bi

Re: Multicast from File Polling

2009-03-12 Thread Bruno Borges
By the way, is it possible to fork camel-test to 1.6.x ? That would be great. =D The code doesn't seem to be complicated to accomplish this. Bruno Borges blog.brunoborges.com.br +55 21 76727099 "The glory of great men should always be measured by the means they have used to acquire it." - Franco

Re: Multicast from File Polling

2009-03-12 Thread Claus Ibsen
On Thu, Mar 12, 2009 at 1:25 PM, Bruno Borges wrote: > That's what I've been doing (with 1.6). Looks like I'm already doing the > only possible way. :-) > > Thanks! > > PS: I'm writting a Twitter component. What should I do later to contribute > it to the project? That is fantastic. See the contri

Re: Multicast from File Polling

2009-03-12 Thread Bruno Borges
That's what I've been doing (with 1.6). Looks like I'm already doing the only possible way. :-) Thanks! PS: I'm writting a Twitter component. What should I do later to contribute it to the project? Bruno Borges blog.brunoborges.com.br +55 21 76727099 "The glory of great men should always be mea