[HEADS UP] - Camel uses soft reference cache now

2011-05-02 Thread Claus Ibsen
#weakValues() -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: [HEADS UP] - Camel uses soft reference cache now

2011-05-03 Thread Claus Ibsen
, May 2, 2011 at 4:00 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Just a heads up on https://issues.apache.org/jira/browse/CAMEL-3922 I have committed that to trunk in SVN rev: 1098574. The change will use a SoftReference cache for the following internal caches in camel-core - endpoint

Re: [DISCUSS] Remove DefaultErrorHandlerBuilder.handled

2011-05-03 Thread Claus Ibsen
on the feedback in this thread we'll either fix it later this week or move it to a future version. Thoughts? Hadrian -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog

Editing and removing pages on Apache Camel website without discussing first

2011-05-03 Thread Claus Ibsen
by the community. Most of the information has been there for a long time and its related and relevant for Apache Camel. And of use for people who look into what Camel is. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http

[HEADS UP] - Maven archetypes for Camel osgi projects

2011-05-03 Thread Claus Ibsen
from trunk. There is an instruction here: http://camel.apache.org/camel-maven-archetypes.html Showing that nice and long maven cmd you have to type. If you build the project from the source. Then you dont need that snapshot repo parameter as it can find it in your local repo. -- Claus Ibsen

Re: Editing and removing pages on Apache Camel website without discussing first

2011-05-04 Thread Claus Ibsen
/confluence/display/CAMEL/Support [2] https://cwiki.apache.org/confluence/display/CAMEL/Articles [3] https://cwiki.apache.org/confluence/display/CAMEL/Tutorials On May 3, 2011, at 11:36 AM, Claus Ibsen wrote: Hi This post is addressed to Hadrian who has been deleting and editing web pages

Re: Editing and removing pages on Apache Camel website without discussing first

2011-05-04 Thread Claus Ibsen
On May 3, 2011, at 11:36 AM, Claus Ibsen wrote: Hi This post is addressed to Hadrian who has been deleting and editing web pages from Apache Camel (today), which seems to be related to the fact those pages had information about Fuse. I would like to call out that such actions should

Re: Editing and removing pages on Apache Camel website without discussing first

2011-05-04 Thread Claus Ibsen
mission/role. It may be your role as individuals/employees. Blog about it! Hadrian On May 4, 2011, at 4:38 AM, Claus Ibsen wrote: On Wed, May 4, 2011 at 9:21 AM, Rob Davies rajdav...@gmail.com wrote: I've corresponded with Hadrian about this off list. Whilst I understand the sentiment

Re: FreeMarker Component in JIRA

2011-05-09 Thread Claus Ibsen
-- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: FreeMarker Component in JIRA

2011-05-09 Thread Claus Ibsen
the changes). On Mon, May 9, 2011 at 9:24 AM, Claus Ibsen claus.ib...@gmail.com wrote: There is a camel-freemarker component now. On Mon, May 9, 2011 at 2:48 AM, Fernando Ribeiro webmas...@fernandoribeiro.eti.br wrote: All, Can we create a JIRA component for the FreeMarker component

Re: JavaDoc File in SVN

2011-05-17 Thread Claus Ibsen
/camel-http4/src/main/java/org/apache/camel/component/http4/package.html file really supposed to be there, or can it be deleted? Thanks, Fernando -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com

Re: Wiki karma

2011-05-22 Thread Claus Ibsen
I'm there. My user name is taariq. Regards, Taariq Levack -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel

Re: Wiki karma

2011-05-25 Thread Claus Ibsen
PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Taariq I have granted you karma. I could see you already had an ICLA on file at Apache http://people.apache.org/committer-index.html On Sun, May 22, 2011 at 9:33 AM, Taariq Levack taar...@gmail.com wrote: Hi I sometimes come across a typo

Test issue with camel-itest-karaf due slf4j constraint

2011-05-29 Thread Claus Ibsen
(StartLevelImpl.java:264) at java.lang.Thread.run(Thread.java:680) -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com

Re: [jira] [Created] (CAMEL-4033) Loop EIP - Add copy option to let it start next loop with a copy of the original exchange

2011-05-31 Thread Claus Ibsen
, the Recipient List EIP, the Multicast EIP etc. That is sort copying a message and sending copies to other endpoints/processors. Don On Tue, May 31, 2011 at 10:16 AM, Claus Ibsen (JIRA) j...@apache.org wrote: Loop EIP - Add copy option to let it start next loop with a copy of the original exchange

Re: [VOTE] Release Apache Camel 2.7.2

2011-05-31 Thread Claus Ibsen
/2.7.2/ Please review, test and vote to approve this release binary. Your vote counts! [ ] +1 Release the binary as Apache Camel 2.7.2 [ ] -1 Veto the release (provide specific comments) Vote is open for 72 hours. Here's my +1 Hadrian -- Claus Ibsen - FuseSource Email: cib

Re: svn commit: r1130436 - in /camel/trunk: components/camel-cxf-transport/src/main/resources/META-INF/cxf/cxf.extension platforms/karaf/features/src/main/resources/features.xml

2011-06-02 Thread Claus Ibsen
=truemvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ehcache/${ehcache-bundle-version}/bundle -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com

Re: svn commit: r1130060 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/test/java/org/apache/camel/impl/ components/camel-jms/src/test/java/org/apache/camel/componen

2011-06-02 Thread Claus Ibsen
);            }        }; - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com Connect at CamelOne May 24-26 The Open Source Integration Conference -- Claus Ibsen

[BEWARE] - Messing with OSGi - Be a bit more careful please!

2011-06-03 Thread Claus Ibsen
at org.ops4j.pax.scanner.features.internal.FeaturesScanner.features(FeaturesScanner.java:127) ... 29 more -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel

Re: [BEWARE] - Messing with OSGi - Be a bit more careful please!

2011-06-03 Thread Claus Ibsen
with our testing. On Fri, Jun 3, 2011 at 7:44 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Guys when you mess anything with OSGi then please run the tests in camel-itest-karaf and camel-itest-osgi to ensure it still seems working. We all know that OSGi can be a * to love and hate

Re: [DISCUSS] New Logo

2011-06-06 Thread Claus Ibsen
for commercial purposes? Hadrian On Mar 25, 2011, at 6:37 AM, Claus Ibsen wrote: Hi I dislike the A,B and C proposals. Especially the first two A and B, looks much more like horses than camels. For me personally I think its important that the hump on the Camel is in the logo. So far I

Re: svn commit: r1133138 - in /camel/trunk: camel-core/pom.xml tests/camel-itest-osgi/pom.xml

2011-06-08 Thread Claus Ibsen
://willemjiang.blogspot.com (English)         http://jnn.javaeye.com (Chinese) Twitter: willemjiang Weibo: willemjiang -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel

Re: svn commit: r1133232 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/builder/ camel-core/src/main/java/org/apache/camel/component/bean/ camel-core/src/main/java/org/apache/camel/impl/

2011-06-08 Thread Claus Ibsen
; +        @Override +        public String toString() { +            return OSGi script engine resolver for + bundle.getSymbolicName(); +        }     } + +  } -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-06-09 Thread Claus Ibsen
. And I wonder if there is any CXF 2.4.1 coming out soon? Hadrian -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: Build failed in Jenkins: Camel.trunk.fulltest #329

2011-06-12 Thread Claus Ibsen
space An attempt to send an e-mail to empty list of recipients, ignored. Sending e-mails to: claus.ib...@gmail.com channel stopped IRC notifier plugin: Sending notification to: camel -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com

[HEADS UP] - Changing default in scheduled poll consumer

2011-06-15 Thread Claus Ibsen
continue executing tasks. We do already have good logic for that. But I bulk it up a notch. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-06-15 Thread Claus Ibsen
committers subscribing to this list). Thoughts? Hadrian -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-06-18 Thread Claus Ibsen
...@nanthrax.net wrote: Hi Claus, +1 to release Camel 2.8.0. I'm working on ServiceMix components using Camel 2.8-SNAPSHOT, so I'm quite ready to integrate Camel 2.8.0 in ServiceMix :) Thanks, Regards JB On 06/16/2011 07:44 AM, Claus Ibsen wrote: Hi Could you take a look at the assigned

[DISCUSS] - Include spring-expression.jar by default in camel-spring

2011-06-18 Thread Claus Ibsen
by including spring-expression in camel-spring we ought to help align the spring version used out of the box. Any problems with this, I wonder? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http

Re: [DISCUSS] - Include spring-expression.jar by default in camel-spring

2011-06-18 Thread Claus Ibsen
-logging:commons-logging:jar:1.1.1:test Nevertheless +1 for including this explicitly. On Sat, Jun 18, 2011 at 11:26 AM, Jean-Baptiste Onofré j...@nanthrax.netwrote: +1 it makes sense Regards JB On 06/18/2011 11:15 AM, Claus Ibsen wrote: Hi I think we should include the spring

Re: [DISCUSS] - Include spring-expression.jar by default in camel-spring

2011-06-18 Thread Claus Ibsen
in the camel-spring-security component. So we should all be okay now. On Sat, Jun 18, 2011 at 1:15 PM, Claus Ibsen claus.ib...@gmail.com wrote: On Sat, Jun 18, 2011 at 11:43 AM, Richard Kettelerij richardkettele...@gmail.com wrote: I guess this only concerned OSGi users? Since i've noticed that camel

[DISCUSS] - Error handler and redelivery with a Processor - Time to take action

2011-06-19 Thread Claus Ibsen
thoughts? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: [DISCUSS] - Error handler and redelivery with a Processor - Time to take action

2011-06-20 Thread Claus Ibsen
do a defensive copy in the RedeliveryErrorHandler if redelivery is enabled at all. No need to do that if no redelivery is every going to be executed. In fact thats the default setting (no redelivery) so there is a good potential benefit here. On Sun, Jun 19, 2011 at 11:11 AM, Claus Ibsen

Re: source distributions....

2011-06-23 Thread Claus Ibsen
+1 to speed up the assembly part. That usually seems to take too long time :) I wonder if we need to build -javadoc JARs (if we do that) ? Do people use them? Don't your IDE grab the javadoc from the -src JARs? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-06-27 Thread Claus Ibsen
). Thoughts? Hadrian -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-07-06 Thread Claus Ibsen
2.2.2, I've released OPS4J dependencies yesterday. Jamie will cut off the release this afternoon. Regards JB On 06/30/2011 08:31 AM, Claus Ibsen wrote: Hi Okay the JIRA roadmap for Camel 2.8 seems good now. There is 2 open tickets. - https://issues.apache.org/jira/browse/CAMEL-3774

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-07-06 Thread Claus Ibsen
(org.apache.camel.component.smpp.SmppProducerTest) Also reported by Apache CI https://builds.apache.org/job/Camel.trunk.fulltest/org.apache.camel$camel-smpp/355/testReport/ On Wed, Jul 6, 2011 at 10:54 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Tue, Jul 5, 2011 at 6:11 AM, Hadrian Zbarcea hzbar...@gmail.com wrote: Karaf

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-07-06 Thread Claus Ibsen
On Wed, Jul 6, 2011 at 10:57 AM, Claus Ibsen claus.ib...@gmail.com wrote: Just spotted test errors in camel-smpp. I have commited a fix for those tests. It was a missing easymock expectation that needed to be added due a new feature added to the camel-smpp component in ticket CAMEL-4170

[DISCUSS] - Remove or reduce ANT support for Camel examples

2011-07-08 Thread Claus Ibsen
example and see that Camel is up and running quickly. For example it could be based on the maven archetype that creates a sample project (that example which moves files using a Content Based Router). Then we could have this example supported by Ant and Maven. = Any thoughts? -- Claus Ibsen

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-07-08 Thread Claus Ibsen
. But it doesn't so it tries to connect to a local running mail server on port 25. All the other tests passed. So lets close down this baby so we can cut a release for an overdue release. We owe it to the community to bring out Camel 2.8.0 this summer :) -- Claus Ibsen - FuseSource Email: cib

Re: [DISCUSS] - Remove or reduce ANT support for Camel examples

2011-07-09 Thread Claus Ibsen
through all 34 examples and ensure the ANT examples works according to the README.txt documentation. We should prefer to keep one ANT example. For example a new hello world example as discussed. On Fri, Jul 8, 2011 at 10:24 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi We have 34 examples

Re: [DISCUSS] - Remove or reduce ANT support for Camel examples

2011-07-09 Thread Claus Ibsen
would need to download many 3rd party distributions and set up several env variables before even running... good riddance I say :) On Fri, Jul 8, 2011 at 5:54 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi We have 34 examples in the Camel kit. And frankly to keep most of them updated

[DISCUSS] - Supporting multiple parameter values in http components

2011-07-12 Thread Claus Ibsen
- java.util.List { 123, 456 } I will attach a patch on the JIRA ticket, then you can take a look and it may be easier to discuss how we should go about fixing/implementing this. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus

Re: [DISCUSS] - Supporting multiple parameter values in http components

2011-07-12 Thread Claus Ibsen
does a multi header request, and receives a multi header response as well. The tests is in camel-jetty, and they test using camel-http and camel-jetty producers. On Tue, Jul 12, 2011 at 1:52 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi I have created ticket https://issues.apache.org/jira

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-07-12 Thread Claus Ibsen
on the @user forum. Its about making request/reply over JMS with fixed replyTo queues faster. It could be worthwhile for the ppl who uses JMS to participate in the @user discussion so we are able to agree upon some solution. On Fri, Jul 8, 2011 at 10:53 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-07-13 Thread Claus Ibsen
this baby so we can cut a release for an overdue release. We owe it to the community to bring out Camel 2.8.0 this summer :) -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http

Re: [DISCUSS] Closing down for the 2.8.0 release

2011-07-13 Thread Claus Ibsen
On Wed, Jul 13, 2011 at 3:48 PM, Claus Ibsen claus.ib...@gmail.com wrote: On Wed, Jul 13, 2011 at 3:22 PM, Hadrian Zbarcea hzbar...@gmail.com wrote: I am ready to start the 2.8.0 builds in about one hour. If you know of anything that still needs to be fixed please let me know asap. I

[DISCUSS] - Camel 2.9 - JMX and reducing Spring depdendency

2011-07-14 Thread Claus Ibsen
to enable and use JMX which is way overkill. And yes it will be full backwards compatible, so people can keep on using the Spring JMX annotations if they like. Any thoughts? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-14 Thread Claus Ibsen
counts! [ ] +1 Release the binary as Apache Camel 2.8.0 [ ] -1 Veto the release (provide specific comments) Vote is open for at least 72 hours. Here's my +1 Hadrian [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211version=12316226 -- Claus Ibsen

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-15 Thread Claus Ibsen
- Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-15 Thread Claus Ibsen
Freemans patch for fixing Camel not being able to run properly in OSGi containers such as SMX 4.4 has been applied to trunk in rev: 1147021 On Fri, Jul 15, 2011 at 9:18 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Fri, Jul 15, 2011 at 9:11 AM, Freeman Fang freeman.f...@gmail.com wrote: Hi

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-15 Thread Claus Ibsen
Willem is looking into an issue with OSGi blueprint and the Camel error handler. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http

Re: [DISCUSS] - Camel 2.9 - JMX and reducing Spring depdendency

2011-07-15 Thread Claus Ibsen
out of the door :) Best, Christian On Thu, Jul 14, 2011 at 8:53 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Now that Camel 2.8 is getting close to being released. Its in vote. I took a bit time to writeup a design note about some goals for Camel 2.9. At first it please go read

Re: [CANCEL][VOTE] Release Apache Camel 2.8.0

2011-07-15 Thread Claus Ibsen
://freemanfang.blogspot.com -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: [VOTE] Release Camel 2.7.3

2011-07-17 Thread Claus Ibsen
until at least Monday. -- Daniel Kulp dk...@apache.org http://dankulp.com/blog Talend - http://www.talend.com -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel

Re: [CANCEL][VOTE] Release Apache Camel 2.8.0

2011-07-18 Thread Claus Ibsen
/ regard as some sort of best practice. There may be some Eclipse warnings left, so if an avid Eclipse user he may help fix those issues. Cheers, Hadrian On Jul 15, 2011, at 10:19 AM, Claus Ibsen wrote: On Fri, Jul 15, 2011 at 3:27 PM, Hadrian Zbarcea hzbar...@gmail.com wrote: Freeman, kudos

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Claus Ibsen
in the Java code. -- View this message in context: http://camel.465427.n5.nabble.com/Log-into-an-additional-file-at-Apache-Karaf-using-DSL-tp4600390p4600588.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib

Re: [DISCUSS] - Camel 2.9 - JMX and reducing Spring depdendency

2011-07-19 Thread Claus Ibsen
On Fri, Jul 15, 2011 at 11:26 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Thu, Jul 14, 2011 at 10:38 PM, Christian Müller christian.muel...@gmail.com wrote: +1 I also think it's a good idea. Let me know if you would like to distribute the work... Yeah I think some sub tickets in JIRA

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-20 Thread Claus Ibsen
Camel 2.8.0 [ ] -1 Veto the release (provide specific comments) Vote is open for at least 72 hours. Here's my +1 Hadrian [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211version=12316226 -- Claus Ibsen - FuseSource Email: cib

Re: Fetch Custom Exception from the exchange

2011-07-20 Thread Claus Ibsen
type of exception is thrown into the processor ! -- View this message in context: http://camel.465427.n5.nabble.com/Fetch-Custom-Exception-from-the-exchange-tp4615141p4615141.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-20 Thread Claus Ibsen
. Here's my +1 Hadrian [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211version=12316226 -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- Claus Ibsen - FuseSource Email: cib

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-20 Thread Claus Ibsen
On Wed, Jul 20, 2011 at 3:21 PM, Claus Ibsen claus.ib...@gmail.com wrote: On Wed, Jul 20, 2011 at 1:15 PM, Christian Schneider ch...@die-schneider.net wrote: +1 Btw. the release builds quite well even on windows. Only got some test failures in camel-ftp. I am doing a windows test and got

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-20 Thread Claus Ibsen
diff.txt Regards, Babak -- View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-8-0-tp4610671p4616161.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com

Re: [CONF] Apache Camel Scalate

2011-07-21 Thread Claus Ibsen
Blog: http://macstrac.blogspot.com/ Open Source Integration and Messaging -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: Developing Oracle Coherence 3.7 Camel Component

2011-07-21 Thread Claus Ibsen
/Developing-Oracle-Coherence-3-7-Camel-Component-tp4618649p4618649.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com

[DISCUSS] - Removing the camel-example-axis

2011-07-21 Thread Claus Ibsen
warnings, due Axis auto generated code is not Java5 ready, and the Spring framework have deprecated the Spring Servlet as well. Also Axis 1.4 is well EOL. Any objections to removing this example? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com

Re: Tutorials for Apache Camel

2011-07-25 Thread Claus Ibsen
,    Christopher -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: how to get routeid to remove a route

2011-07-26 Thread Claus Ibsen
. the removeRoute api requires routeid. how do i obtain my route id? -- View this message in context: http://camel.465427.n5.nabble.com/how-to-get-routeid-to-remove-a-route-tp4634144p4634144.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen

Re: Windows inprogress file : failed due cannot delete

2011-07-26 Thread Claus Ibsen
-inprogress-file-failed-due-cannot-delete-tp4634231p4634231.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com

Re: Developing Oracle Coherence 3.7 Camel Component

2011-07-26 Thread Claus Ibsen
.nabble.com/Developing-Oracle-Coherence-3-7-Camel-Component-tp4618649p4634601.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http

Re: Developing Oracle Coherence 3.7 Camel Component

2011-07-26 Thread Claus Ibsen
/Developing-Oracle-Coherence-3-7-Camel-Component-tp4618649p4635220.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http

[DISCUSS] - Dynamic to endpoint

2011-07-28 Thread Claus Ibsen
could write from X to (simple(:${header.bar})) And in XML from uri=X/ tosimplexxx:${header.bar}/simple/to Simple is just one of the many expressions you can use. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus

Re: [DISCUSS] - Dynamic to endpoint

2011-07-28 Thread Claus Ibsen
=xs:string/ xs:attribute name=ref type=xs:string/ xs:anyAttribute namespace=##other processContents=skip/ /xs:extension /xs:complexContent /xs:complexType On Thu, Jul 28, 2011 at 2:12 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Its fairly common for end users of Camel

Re: [DISCUSS] - Dynamic to endpoint

2011-07-28 Thread Claus Ibsen
methods to be added. On Thu, Jul 28, 2011 at 3:20 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi I just had a peek once again. JAXB is still limited in how much you can customize it. The only way so far I have found for optional expressions is to add to SendDefinition:    @XmlElementRef

Re: How to correctly handle Component parameters

2011-07-28 Thread Claus Ibsen
hope to get some hints from you ;) -- View this message in context: http://camel.465427.n5.nabble.com/How-to-correctly-handle-Component-parameters-tp4642932p4642932.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email

Re: [DISCUSS] - Dynamic to endpoint

2011-07-29 Thread Claus Ibsen
that they should use the recipient list pattern. Instead they look for the To endpoint to be dynamic. Dan On Thursday, July 28, 2011 3:37:45 PM Claus Ibsen wrote: Hi We can make JAXB generate an optional choice     @XmlElements({     @XmlElement(required = false, name = simple, type

Re: Why Exchange is not serializable!?

2011-07-30 Thread Claus Ibsen
-tp4647549p4647549.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com

Re: Why Exchange is not serializable!?

2011-07-31 Thread Claus Ibsen
serializable, it would make things easier. -- View this message in context: http://camel.465427.n5.nabble.com/Why-Exchange-is-not-serializable-tp4647549p4649365.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib

Re: Missing feature to handle errors in a route which reads from an activemq destination

2011-07-31 Thread Claus Ibsen
is the queue for redelivery and activemq:queue:DLQ is the dead letter queue. I'm really interested in your opinions whether this is also useful for other people or is this only a special requirement from my site. Best, Christian -- Claus Ibsen - FuseSource Email: cib

Re: Missing feature to handle errors in a route which reads from an activemq destination

2011-07-31 Thread Claus Ibsen
=activemq-online:queue:foo/ ... Best, Christian On Sun, Jul 31, 2011 at 2:20 PM, Claus Ibsen claus.ib...@gmail.com wrote: Frankly I thing the redelivery logic should be part of Apache ActiveMQ. Your solution is brittle in the fact that you consume the message, and then send it back

Re: svn commit: r1152991 - in /camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms: JmsConsumer.java JmsEndpoint.java

2011-08-02 Thread Claus Ibsen
        return super.createEndpointUri();     } +  } -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: [DISCUSS] - Camel 2.9 - JMX and reducing Spring depdendency

2011-08-02 Thread Claus Ibsen
] -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: svn commit: r1152991 - in /camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms: JmsConsumer.java JmsEndpoint.java

2011-08-02 Thread Claus Ibsen
Hi I have noticed since this commit, some of the JMS unit tests start to fail. Seen that in camel-jms and also in tests/camel-itest On Tue, Aug 2, 2011 at 8:43 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi The stop operation on the consumer is synchronous to ensure the operation goes

Re: [DISCUSS] - Camel 2.9 - JMX and reducing Spring depdendency

2011-08-02 Thread Claus Ibsen
for all the components when not really needed anymore And I guess the features.xml file for Karaf can be adjusted as well. (For example to run Camel + Blueprint without any Spring at all). On Tue, Aug 2, 2011 at 9:44 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Just a heads up

Re: [DISCUSS] - Camel 2.9 - JMX and reducing Spring depdendency

2011-08-03 Thread Claus Ibsen
feature is a composite of camel-core and camel-spring. We may want to expand on that and add camel-blueprint to the family? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author

Re: [DISCUSS] Supporting our users to be more involved with our project

2011-08-03 Thread Claus Ibsen
-- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: svn commit: r1152991 - in /camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms: JmsConsumer.java JmsEndpoint.java

2011-08-05 Thread Claus Ibsen
Hi I created a JIRA ticket to not forget about this https://issues.apache.org/jira/browse/CAMEL-4309 On Tue, Aug 2, 2011 at 1:01 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi I have noticed since this commit, some of the JMS unit tests start to fail. Seen that in camel-jms and also

Re: toString in camel-mail MailConverters

2011-08-05 Thread Claus Ibsen
as a javax.mail.Message. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

Re: [jira] [Commented] (CAMEL-4308) commons-dbcp bundle used in camel feature.xml doesn't allow dynamic imports

2011-08-06 Thread Claus Ibsen
: http://www.atlassian.com/software/jira - Freeman Fang FuseSource Email:ff...@fusesource.com Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com -- Claus Ibsen - FuseSource Email: cib

Re: [jira] [Commented] (CAMEL-4308) commons-dbcp bundle used in camel feature.xml doesn't allow dynamic imports

2011-08-07 Thread Claus Ibsen
, Claus Ibsen wrote: On Sat, Aug 6, 2011 at 3:31 AM, Freeman Fang freeman.f...@gmail.com wrote: Hi Christian, Yeah, If camel team agree to upgrade to commons-dbcp 1.4 then we can use SMX wrapped commons-dbcp 1.4 bundle directly. If there's no other objection I'll append a patch which upgrade

[HEADS UP] - Reducing spring dependency in Camel components

2011-08-08 Thread Claus Ibsen
component, with less bells and whistles, but simpler and just using the plain JMS API. Previously we have refactored and ensured that camel-core can run with JMX without Spring JARs as well. So Camel 2.9 is on a good way with the goal of becoming less Spring JAR depend. -- Claus Ibsen

Apache Camel 2.8 branch - merge tracking - starting rev issue?

2011-08-08 Thread Claus Ibsen
this ticket https://issues.apache.org/jira/browse/CAMEL-4261 Maybe 1151940 was a mistake and it should have been a lower number? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author

Re: Apache Camel 2.8 branch - merge tracking - starting rev issue?

2011-08-08 Thread Claus Ibsen
the branch from “camel/trunk” instead of “camel/tags/camel-2.8.0”. I just updated svn properties to 1148091 which camel-2.8.0 release version, and merged the patch of 1149488 into the camel-2.8.x branch. On 8/8/11 7:59 PM, Claus Ibsen wrote: Hi I can see Willem added the svnmerge.py tracing

Re: [DISCUSS] remove the commons-dbcp dependency from the Camel feature file

2011-08-09 Thread Claus Ibsen
for it, and then hit an issue with commons-dbcp not present anymore. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/

[DISCUSS] - JmsConsumer support for asynchronous routing engine - Higher scalability

2011-08-09 Thread Claus Ibsen
let the JMS consumer be kept as synchronous by default, to keep it fully backwards compatible. Then end users must manually set synchronous=false on the JMS endpoint to enable that. Any thoughts? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http

Re: [DISCUSS] - JmsConsumer support for asynchronous routing engine - Higher scalability

2011-08-10 Thread Claus Ibsen
this. And in the future, eg possible with Camel 3.0+ we will support asynchronous transactions as well, then this becomes even more interesting. Christian Am 09.08.2011 14:25, schrieb Claus Ibsen: Hi See ticket https://issues.apache.org/jira/browse/CAMEL-3632 Take a look at the following routes

Re: [DISCUSS] - JmsConsumer support for asynchronous routing engine - Higher scalability

2011-08-10 Thread Claus Ibsen
-routing-engine.html Just 2 cents to the debate. Regards, Charles On Tue, Aug 9, 2011 at 2:25 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi See ticket https://issues.apache.org/jira/browse/CAMEL-3632 Take a look at the following routes               from(activemq:queue:inbox

Re: Unable to run camel Exmaples

2011-08-10 Thread Claus Ibsen
-to-run-camel-Exmaples-tp4684536p4684536.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author

Re: Problems with the splitter

2011-08-10 Thread Claus Ibsen
not the real body? chears*stephan -- View this message in context: http://camel.465427.n5.nabble.com/Problems-with-the-splitter-tp4686262p4686262.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib

Apache Camel trunk on JDK 7

2011-08-12 Thread Claus Ibsen
Hi Just wondering if anybody have tried to compile and test the Camel trunk source on a JDK 7 ? It would be nice to know if there is a few minor issues which we may be able to correct before the next 2.8.1 / 2.9.0 release so we at least can compile on JDK 7. -- Claus Ibsen

<    3   4   5   6   7   8   9   10   11   12   >