Re: data format for MIME-Multipart

2015-10-29 Thread Antoine Toulme
Hi Stephan, I am not a committer, I’d say you want to use a separate component since data formats are all separate projects. You can start the ball rolling by opening a pull request. I’d be happy to comment and provide feedback. If that can help, I contributed a new data format not long ago. Y

RE: data format for MIME-Multipart

2015-10-29 Thread Siano, Stephan
Hi, Any feedback on this? Do you think I should contribute this into camel-mail, into a new component or not at all? Best regards Stephan -Original Message- From: Siano, Stephan [mailto:stephan.si...@sap.com] Sent: Montag, 26. Oktober 2015 14:51 To: dev@camel.apache.org Subject: data f

Re: what's happening to camel extra?

2015-10-29 Thread Krzysztof Sobkowiak
Hi Have you already performed the migration to Github? Have you done it alone? I assume Infra doesn't support this process? Regards Krzysztof On 17.09.2015 21:00, Pontus Ullgren wrote: > I believe changing the package name would be a real problem for users of > the library. > > Not sure why we

Apache Camel Email Address - account registration

2015-10-29 Thread Charles Moulliard
Hi, Is there a camel apache email address that we can use when we register an account which is sometimes required to test a service (example - openweathermap, twitter, facebook, ...) that we will use next to test a camel component (weather, ...) ? Regards, -- Charles Moulliard Apache Committer

Re: Adding a blog to the site to help the documentation

2015-10-29 Thread souciance
Hi Jean-Baptiste The articles section is great for linking articles that exist on sites such as dzone and other similar. But the idea I had was similar to a blog on wordpress, blogsite or even confluence style. Essentially normal camel user like me or others from all over the world can share ideas

Re: Apache Camel Optaplanner Component

2015-10-29 Thread Bilgin Ibryam
Hi Ahmed, the dev list is for Camel development only. For user questions please do you only the user list w/o re-posting it here. Cheers, On 27 October 2015 at 13:17, AhmedAlaa333 wrote: > Hello, > > I tried to change the "OptaPlannerSyncSolverTest" function to solve Vehicle > Routing Problem

Apache Camel - Receiving SOAP response with empty body

2015-10-29 Thread niteshjain
Created SOAP service using Apache camel 2.15.3 and everything works fine, even the response SOAP body is valid. Camel 2.15.3 is dependent on cxf 3.0.6 But when i updated cxf-core to 3.1.3, everything works fine, except the SOAP body is EMPTY. There is no error logs, and the server starts up norm