Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Apache Camel developers Recent threads

Threads Replies First post Last post
Thoughts about camel-example-tracer which is currently broken
By: Babak Vahdat
Hi I assume Christian has not seen my comment [1] yet so why I put the same question here if there's any good reason *today* (in contrast to 2007) to enhance/weave the byte-code of camel-jpa's own JPA entities: …
4 May 23 2012
06:36
May 24 2012
16:06
Use Camel to implement batches which are scheduled by a standalone scheduler
By: Christian Müller
As you may know, JB wrote already a similar blog about this topic [1]. However, in my company we have a few additional and slightly different requirements: - The controller route has to respond with a return value which indicates whether the…
0 May 24 2012
08:22
May 24 2012
08:22
- Apache Camel 2.10 release
By: Claus Ibsen
Hi I think its time we start close down on a Camel 2.10 release. The 2.9.0 release was on January 1sy 2012, so its been 4.5 months since that release. Yes in between there has been 2 patch releases, eg 2.9.1, and 2.9.2 etc. There is some new…
12 May 7 2012
09:28
May 24 2012
05:26
(Minor) Errors in jClouds component documentation?
By: megachucky
While creating a missing unit test for Java DSL (https://issues.apache.org/jira/browse/CAMEL-5302), I think I found two errors in the documentation (http://camel.apache.org/jclouds.html): Both are in Example 3: Consuming a blob 1)…
1 May 23 2012
11:34
May 24 2012
04:45
Re: svn commit: r1339962 - /camel/trunk/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.
By: Willem Jiang
Sorry, I didn't bake the idea with enough tests. I dig the first change of ObjectHelper about checking the empty DOM[1] But I don't think the change on the ObjectHelper is related to the patch as when I revert the patch on the ObjectHelper, the …
2 May 21 2012
09:06
May 23 2012
05:40
Camel.trunk.notest - Build # 1548 - Failure
By: Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #1548) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/1548/ to view the results.
0 May 23 2012
04:47
May 23 2012
04:47
Patch for CAMEL-5300
By: Chris Geer
I created a patch to correctly propagate errors from the flatpack component (CAMEL-5300 [1]) and attached it to the JIRA. This is my first contribution to Camel so please let me know if I missed something. Thanks, Chris [1]…
0 May 22 2012
17:52
May 22 2012
17:52
Karaf 2.2.4 support in 2.9.x branch
By: Chris Geer
I was going to start working on some improvements for the flatpack component but ran into an issue on the 2.9.x branch. I'm currently running 2.9.2 on Karaf 2.2.4 and it's working great. I tried to install 2.9.3-SNAPSHOT and ran into an issue with…
0 May 22 2012
14:56
May 22 2012
14:56
Cometd/Jetty/WebSocket - Common
By: Charles Moulliard
Hi, After digging a little bit in the code of Cometd/Jetty/Websocket, I realize that they share a lot of common features to : - Register the servlet - Add jetty connector (SSL, ...) - Define ServletHolder params - Start the Jetty Server - Define…
1 May 22 2012
11:53
May 22 2012
12:09
Camel design question
By: Charles Moulliard
Hi, Is it a better Camel design to use connect() / disconnect() method of the endpoint to call the component ? public class CometdEndpoint extends DefaultEndpoint { ... public void connect(CometdProducerConsumer prodcons) throws Exception…
0 May 22 2012
11:23
May 22 2012
11:23
- Upgrading osgi tests to Pax Exam 2.x
By: Claus Ibsen
Hi I am getting tired of looking at the old pax exam used for testing the Camel in OSGi Pax Exam 1.2.4 from OPS4J - http://www.ops4j.org
7 Apr 17 2012
06:31
May 22 2012
10:03
Improving the Documentation (Articles, Presentations, etc.)
By: megachucky
Apache Camel is growing every month... IMO, one single page for articles, presentations, bloggers, etc. is not enough (http://camel.apache.org/articles.html). Besides, the site is outdated a lot (e.g. there are so many good slides about Camel…
7 May 17 2012
14:28
May 22 2012
06:24
CXF Message/Payload/????? modes.....
By: Daniel Kulp
We discussed a while ago how the Camel CXF component's modes don't really "match" what CXF can provide. It currently has two modes: 1) Message mode - it provides the full message kind of as a stream. However, it specifically DISABLES much of…
2 May 10 2012
10:41
May 22 2012
04:33
camel exchange body CachedOutputStream WrappedInputStream
By: mathieuJ
hi, i'm working on the modification of an answer. when i get my exchange answer, my body contains a CachedOutputStream WrappedInputStream object; i don't know how i can extract some information of this object for read/modify/etc.. information. …
0 May 22 2012
03:10
May 22 2012
03:10
The links on Camel site seem to be broken
By: Babak Vahdat
Hi Any click on the "News" part of http://camel.apache.org/ by me throws me into the Nirvana (Page Not Found )... Am I the only one? Not sure if this buildbot failure does also have anything to do with this as well: …
2 May 14 2012
07:23
May 21 2012
16:16
camel ThreadHelper class failing to parse amqp topic x-bindings
By: camel_user
Hi, I am using camel version 2.9.1, with qpid amqp 0.10 I've defined my amqp endpoint as: *<from uri="amqp:topic:{{broadcast.queue}}" />* where {{broadcast.queue}} is *broadcast.BLABLA.TradeNotification;{ node: { type: queue },create:…
0 May 21 2012
12:16
May 21 2012
12:16
- XML DSL and trimming value
By: Claus Ibsen
Hi We have a number of JIRA tickets which is related https://issues.apache.org/jira/browse/CAMEL-5294 https://issues.apache.org/jira/browse/CAMEL-5285 https://issues.apache.org/jira/browse/CAMEL-4990 When you use the XML DSLs you may have a…
9 May 20 2012
05:35
May 21 2012
11:20
Re: svn commit: r1339962 - /camel/trunk/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java
By: Claus Ibsen
Hi 1) There *should* be an unit test when we change behavior in a *core* feature such as this. 2) A lot of Camel users parses XML files and whatnot, and evaluates predicates and expressions. So this is a change in behavior. And this behavior has…
0 May 19 2012
04:23
May 19 2012
04:23
Building the manual.....
By: Daniel Kulp
I've discovered that the manual building is what is causing the Camel parallel builds to completely fail. If I do: $ mvn -Pfastinstall -P '!build.manual' -T 8 to turn that off, then the parallel build actually works. (when the repository…
5 May 17 2012
08:40
May 18 2012
09:42
Camel.trunk.notest - Build # 1543 - Failure
By: Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #1543) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/1543/ to view the results.
1 May 16 2012
22:37
May 18 2012
06:03