Hi Henrik,
What you suggest corresponds to what we have done for "direct-vm" component
of camel (
https://github.com/apache/camel/blob/trunk/camel-core/src/main/java/org/apache/camel/component/directvm/DirectVmComponent.java)
where we use a static variable to register Consumer. This is not the cas
+1
I see your point. Doesn't make sense to me too.
Best,
Christian
On Fri, Feb 8, 2013 at 11:42 AM, Babak Vahdat
wrote:
> Hi
>
> Looking at the public ClassResolver API (among others) it provides 4
> methods
> taking over the concrete to be loaded Class type:
>
>
> http://camel.apache.org/maven/
>> If everything will be in order, I'll start synchronization with the
>> Maven Central in a few days.
I started synchronization of the 2.10.1 release with Maven Central.
I'll stage 2.10.2 release this week (hopefully).
--
Henryk Konsek
http://henryk-konsek.blogspot.com
Hi,
I would like to have your opinion about sharing static members in the
Camel components.
Imagine the following scenario.
I want to create a Camel component that would be deployed on
ServiceMix. I want my component to cache some state and share it
between the ServiceMix bundles. For example I
Hi guys,
I've submitted a (backwards-compatible) patch adding support for the zip
(de)compression format [1]. The current ZipDataFormat actually
implements "deflate" (de)compression. Please take a look when you get a
chance.
Thanks!
Daniel
[1] https://issues.apache.org/jira/browse/C
GitHub user scranton opened a pull request:
https://github.com/apache/camel/pull/12
CAMEL-6064: updated Wire Tap onPrepare to process new Exchange
Fix and updated Unit Test for CAMEL-6064.
You can merge this pull request into a Git repository by running:
$ git pull https://gith
Github user scranton closed the pull request at:
https://github.com/apache/camel/pull/2
Hi
Any Camel commiter out there willing to express his opinion about this?
Babak
Babak Vahdat wrote
> Hi
>
> Looking at the public ClassResolver API (among others) it provides 4
> methods taking over the concrete to be loaded Class type:
>
> http://camel.apache.org/maven/current/camel-core/ap
Hi
Please use the @user mailing list for your Camel questions as we say here
http://camel.apache.org/mailing-lists.html
On Mon, Feb 11, 2013 at 11:06 AM, BAnanth wrote:
> Hi,
>
> This is regarding the tracer functionality in camel.
> We want to persist the trace information in derby database. W
Hi,
This is regarding the tracer functionality in camel.
We want to persist the trace information in derby database. We also want to
persist exception if any in the derby DB
As per the documentation, the latter can be accomplished by setting
traceExceptions = true;
But even after setting trace ex
Thanks Biligin for adding the docs.
We have a blocker issue related to OSGi
https://issues.apache.org/jira/browse/CAMEL-6060
Which means many of the language components in OSGi dont work. I am
not sure when the issue was introduced.
Details in the ticket.
We should get that CI build up and runni
11 matches
Mail list logo