Ok thanks for help, it work fine!
--
View this message in context:
http://camel.465427.n5.nabble.com/Set-value-on-a-body-attribute-tp5767522p5767634.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
The camel zip component uses the zip functionality from JDK, and that does not
include any support for encrypted zip files. So the short answer to your
question is:
No it doesn't support encrypted zip files and it is not an easy task to
implement this support.
Best regards
Stephan
-O
In the end, the solution was to replace
with
This way, the bean is still referencend and can be called while the other
context is shutting down.
- Martin
Martin Lichtin-2 wrote
> This didn't make a difference.
>
> However, something else I noticed. There is a second CamelContext defined
>
Thanks Stephan,
It confirms the fact that it was something that was not possible. I think
that in terms of a work around, I could always do something hacky like add a
process step in the Camel flow to exec the underlying OS unzip function and
uncompress/decrypt the file to feed it back into the
I'd also love to see the solution to this.
On Wed, May 27, 2015 at 1:48 PM, btt423 wrote:
> I was originally testing out the Rest DSL and using Jetty as the server.
> This works great and I'm a big fan. My next step was to try and get SSL
> working with my test application. Based on the readin
Hi Chirag,
Did you resolve this issue? is so what is the root cause of this problem?.
--
View this message in context:
http://camel.465427.n5.nabble.com/Large-Number-of-threads-getting-spawned-in-File-Producer-tp5746781p5767667.html
Sent from the Camel - Users mailing list archive at Nabble.
Hi Chirag,
Did you resolve this issue? If so, what is the root cause of this problem?.
--
View this message in context:
http://camel.465427.n5.nabble.com/Large-Number-of-threads-getting-spawned-in-File-Producer-tp5746781p5767668.html
Sent from the Camel - Users mailing list archive at Nabble
Hi, I need to create a REST session facade for a JMS queue, the client will
send a POST message containing a value for the JMSCorrelationID and the data
to put into the queue; in another process, the data will be retrieved with
that ID; through the REST session facade.
Can I achieve this with Came