[GitHub] camel pull request #2030: CAMEL-11898: Attachment are not in the response

2017-10-12 Thread richardgroote
GitHub user richardgroote opened a pull request: https://github.com/apache/camel/pull/2030 CAMEL-11898: Attachment are not in the response You can merge this pull request into a Git repository by running: $ git pull https://github.com/richardgroote/camel patch-2

[GitHub] camel pull request #2026: Update because of class cast

2017-10-11 Thread richardgroote
GitHub user richardgroote opened a pull request: https://github.com/apache/camel/pull/2026 Update because of class cast See CAMEL-11892 You can merge this pull request into a Git repository by running: $ git pull https://github.com/richardgroote/camel patch-1 Alternatively

Camel & SpringWS & Receive Attachments

2016-06-12 Thread richardgroote
Hello, It would be nice if Apache Camel Spring WS Component has some support for (MTOM) attachments. The changes within the Spring WS component are minimal. I've added a example class we parts of our code we're using to retrieve the attachments. When the SpringWebServiceProducer calls the sendAnd

Why StreamResultHandlerFactory uses a byte[] instead of the stream

2014-11-12 Thread richardgroote
Hello, The StreamResultHandlerFactory / StreamResultHandler sets a byte array in the body. Why not set the outputstream itself in the body then the processing is streaming. Kind regards, Richard PS Version of camel used is 2.12.2 (also checked the code of 2.14) -- View this message in conte

Spring WS Consumer and Attachments

2014-02-19 Thread richardgroote
Hello, The org.apache.camel.component.spring.ws.SpringWebserviceConsumer extract headers and properties of the message context. But cannot find anything about the attachments. Currently we're using the below processor implementation to add the received attachments to the exchange. Some ideas: -

Location of the SplitAttachmentsExpression

2014-02-12 Thread richardgroote
Hello, Currently the org.apache.camel.component.mail.SplitAttachmentsExpression is within the mail component. Is it not better to move the expression for instance to the core package. Because it also can be used with the FTP component. Kind regards, Richard -- View this message in context: