Re: [VOTE] Release Apache Camel 2.8.5

2012-04-24 Thread Jean-Baptiste Onofré
+1 (non binding) Regards JB On 04/23/2012 10:14 PM, Hadrian Zbarcea wrote: A new patch release candidate apache-camel-2.8.5 is out with approximately 46 issues resolved: improvements and bug fixes [1]. Please find the staging repo here: https://repository.apache.org/content/repositories/orgapa

Re: Camel SMTP component and custom MimeMessage creation

2012-04-24 Thread Claus Ibsen
Hi On Tue, Apr 24, 2012 at 8:01 PM, Dr. Martin Menzel wrote: > Hi, > > I would like to use camel to send a MimeMessage that is already build at > another place. The complete MimeMessage is available in the Camel Message > body as a Object. > > Is there a way to tell camel that it should use the

Re: [VOTE] Release Apache Camel 2.8.5

2012-04-24 Thread Claus Ibsen
+1 On Mon, Apr 23, 2012 at 10:14 PM, Hadrian Zbarcea wrote: > A new patch release candidate apache-camel-2.8.5 is out with approximately > 46 issues resolved: improvements and bug fixes [1]. > > Please find the staging repo here: > https://repository.apache.org/content/repositories/orgapachecamel

Re: [CONF] Apache Camel > HTTP4

2012-04-24 Thread Reuben Garrett
the wording on this section is unclear to me - does "Also if set to true" (et seq.) apply to throwExcpetionOnFailure or to bridgeEndpoint? | {{bridgeEndpoint}} | {{false}} | If true, HttpProducer will ignore the > Exchange.HTTP_URI header, and use the endpoint's URI for request. You may > also set

Camel SMTP component and custom MimeMessage creation

2012-04-24 Thread Dr. Martin Menzel
Hi, I would like to use camel to send a MimeMessage that is already build at another place. The complete MimeMessage is available in the Camel Message body as a Object. Is there a way to tell camel that it should use the MimeMessage as is (apart from Mail Session binding) similar to mapMailM

Re: Need clarification on Logging Component

2012-04-24 Thread Claus Ibsen
On Tue, Apr 24, 2012 at 2:04 PM, Glen Mazza wrote: > Hi, the Confluence on on the logging component > (http://camel.apache.org/log.html#Log-Formatting) gives > two relatively new options:  showStreams (since Camel 2.8) and showFiles > (Camel 2.9) that can be set to true or false. > > Just below th

Need clarification on Logging Component

2012-04-24 Thread Glen Mazza
Hi, the Confluence on on the logging component (http://camel.apache.org/log.html#Log-Formatting) gives two relatively new options: showStreams (since Camel 2.8) and showFiles (Camel 2.9) that can be set to true or false. Just below the table, it says however: "Camel will by default not log st

Re: [HEADS UP] - TypeConverter improved in Camel 2.10

2012-04-24 Thread Willem Jiang
The error was found after removing the converter of String to List class in CXF. The removed converter has covered the issue for a long time :( On Tue Apr 24 10:39:56 2012, Hadrian Zbarcea wrote: I think you're totally mistaken in attributing the cause of the conversion to the a list of ActiveM