Re: Building camel-ftp on Windows 7

2009-11-01 Thread Claus Ibsen
the local work dir? And to be sure it worked on your system before *upgrading* to Windows 7? Thanks, Martin. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com

Re: camel-jms: change xsd in tx test

2009-11-06 Thread Claus Ibsen
    broker:transportConnectors -- View this message in context: http://old.nabble.com/camel-jms%3A-change-xsd-in-tx-test-tp26228647p26228647.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com

Re: camel-jms: change xsd in tx test

2009-11-06 Thread Claus Ibsen
in context: http://old.nabble.com/camel-jms%3A-change-xsd-in-tx-test-tp26228647p26228647.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http

Re: Log INFO message instead of WARN if no eventEndpoint available

2009-11-07 Thread Claus Ibsen
-if-no-eventEndpoint-available-tp26230833p26230833.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com

Re: GAE API in Maven repo

2009-11-08 Thread Claus Ibsen
to (and how do I get them there)? I currently have them deployed to the Open eHealth Maven repository but this should only be a temporary solution. Thanks in advance for any help, Martin -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open

Re: GAE API in Maven repo

2009-11-08 Thread Claus Ibsen
-repo/ then I could do the upload myself and update it as soon as newer SDK version are released. What do you prefer? Lets get in touch with the SMX people and hear their opinion. Claus Ibsen schrieb: On Sat, Nov 7, 2009 at 11:59 AM, Martin Krasser d...@martin-krasser.de wrote: I forgot

Re: Log INFO message instead of WARN if no eventEndpoint available

2009-11-08 Thread Claus Ibsen
Hi I have fixed it now https://issues.apache.org/activemq/browse/CAMEL-2147 On Sat, Nov 7, 2009 at 10:59 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Fri, Nov 6, 2009 at 6:06 PM, akuhtz andreas.ku...@siemens.com wrote: Hi, Is it possible that the log of the WARN (see below) is changed

Re: GAE API in Maven repo

2009-11-09 Thread Claus Ibsen
/camel/m2-repo/ then I could do the upload myself and update it as soon as newer SDK version are released. What do you prefer? Claus Ibsen schrieb: On Sat, Nov 7, 2009 at 11:59 AM, Martin Krasser d...@martin-krasser.de wrote: I forgot to mention that I couldn't find a Maven repo

Re: GAE API in Maven repo

2009-11-09 Thread Claus Ibsen
On Mon, Nov 9, 2009 at 10:57 AM, Martin Krasser d...@martin-krasser.dewrote: I didn't try yet but don't have all Camel committers write access to https://svn.apache.org/repos/asf/camel ? Claus Ibsen schrieb:  On Mon, Nov 9, 2009 at 2:51 AM, Willem Jiang willem.ji...@gmail.com wrote

Re: Session closed but no message received from address: localhost/127.0.0.1:9999 when using camel-mina

2009-11-09 Thread Claus Ibsen
Claus Ibsen-2 wrote: Hi Do you have some server running and listening on port ??? The logs indicate that no response is received. If you use wget or the likes from the cmd line can you access port and get a reply back? On Thu, Nov 5, 2009 at 2:52 AM, fab_can fabrizio.canni

Re: [DISCUSS] Camel 1.6.2 Release

2009-11-10 Thread Claus Ibsen
tomorrow. +1 1.6.1 is 6 months old and we got a good bunch of bugs fixed in this release. Thanks Hadrian -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com

Re: svn commit: r834943 - in /camel/branches/camel-1.x: ./ platforms/karaf/features/pom.xml

2009-11-12 Thread Claus Ibsen
       +      wsdl4j-bundle-version1.6.1_1/wsdl4j-bundle-version            /properties                repositories -- Cheers, Jon Camel in Action: http://manning.com/ibsen Blog: http://janstey.blogspot.com -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http

Re: [DISCUSS] Camel 1.6.2 Release

2009-11-13 Thread Claus Ibsen
process tomorrow. Thanks Hadrian -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: Camel 2.0.0 release NOT AVAILABLE

2009-11-13 Thread Claus Ibsen
.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: [DISCUSS] Camel 1.6.2 Release

2009-11-14 Thread Claus Ibsen
Hadrian How goes with the release? On Fri, Nov 13, 2009 at 4:04 PM, Jon Anstey jans...@gmail.com wrote: Yeah, should be no more SNAPSHOT bundles. On Fri, Nov 13, 2009 at 10:56 AM, Claus Ibsen claus.ib...@gmail.com wrote: Jonathan Did we get those SNAPSHOT fixed? Is it ready for Hadrian

To Roman - About TryProcessor

2009-11-16 Thread Claus Ibsen
Hi Roman I recently worked on some tracer issue to have nice try .. catch logging. In the TryProcessor I stumble across why do we make a copy of the Exchange when we do doCatch routing? Can you remember the reason for this? I added a TODO in the source code on trunk. -- Claus Ibsen Apache

Re: To Roman - About TryProcessor

2009-11-16 Thread Claus Ibsen
and there is not a need for it as you always say. Created ticket CAMEL-2180 to track this change Roman 2009/11/16 Claus Ibsen claus.ib...@gmail.com: Hi Roman I recently worked on some tracer issue to have nice try .. catch logging. In the TryProcessor I stumble across why do we make a copy

Re: svn commit: r881168 [1/2] - in /camel/trunk: camel-core/src/main/java/org/apache/camel/builder/ camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/main/java/org/apache/camel/model/ c

2009-11-16 Thread Claus Ibsen
Nov 17 06:28:36 2009 New Revision: 881168 URL: http://svn.apache.org/viewvc?rev=881168view=rev Log: More api and warning cleanup; camel-core almost warning free Modified: -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration

[HEADS UP] - Must revert some of the Generic API changes in camel-core

2009-11-17 Thread Claus Ibsen
the Java DSL and model classes + Scala working again. Then the other parts can be genericfied. BTW: SUN added some option to JDK7 to let the compiler not warn about all these generic stuff. They have also seen the lights with these stupid warnings. -- Claus Ibsen Apache Camel Committer Author

Re: [HEADS UP] - Must revert some of the Generic API changes in camel-core

2009-11-17 Thread Claus Ibsen
tests has been success. On Tue, Nov 17, 2009 at 9:04 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Hadrian Sorry but your effort to remove the Eclipse warnings have backfired and caused series issues now. I propose to 1) Revert the changes in camel-core related to - Java DSL - Model

Re: [HEADS UP] - Must revert some of the Generic API changes in camel-core

2009-11-17 Thread Claus Ibsen
On Tue, Nov 17, 2009 at 9:41 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Okay looks like I have the model classes fixed now so it wont break a ton of issues. It also resolves the issue with Scala so we have camel-scala back in business. Hadrian please refrain from changing in the model

Re: [VOTE] Release Apache Camel 1.6.2

2009-11-17 Thread Claus Ibsen
is open for 72 hours. Here's my +1 Hadrian +1 -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: svn commit: r882057 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features.xml

2009-11-19 Thread Claus Ibsen
version='${pom.version}'camel-spring/feature +    feature version='${pom.version}'camel-spring-osgi/feature     bundlemvn:org.apache.camel/camel-velocity/${pom.version}/bundle   /feature   feature name='camel-xmlbeans' version='${pom.version}' -- Claus Ibsen Apache Camel Committer Author

Re: svn commit: r882057 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features.xml

2009-11-19 Thread Claus Ibsen
+ only. Willem Willem Jiang wrote: Hi Claus, I will change to use it after I run the test with it :) Thanks for reminding Willem Claus Ibsen wrote: Hi Why are you using 1.0.1 of SI integration?  spring-integration-version1.0.1.RELEASE/spring-integration-version Its current stable

Re: camel-cxf feature (cxf + osgi) - Feature file missing dependency

2009-11-20 Thread Claus Ibsen
into camel-cxf feature. Willem Charles Moulliard wrote: The camel-cxf feature defined in the last feature file snapshot contains the list of dependencies (= bundles) required by camel to run CXF -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen

Re: [VOTE] Release Apache Camel 1.6.2

2009-11-20 Thread Claus Ibsen
hours. Here's my +1 Hadrian -- Cheers, Jon Camel in Action: http://manning.com/ibsen Blog: http://janstey.blogspot.com -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http

Re: svn commit: r883619 - in /camel/trunk: parent/pom.xml platforms/karaf/features/pom.xml

2009-11-24 Thread Claus Ibsen
), -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: [DISCUSS] Camel 2.1.0 release

2009-11-25 Thread Claus Ibsen
.  If you have any objection or know of issues that absolutely must go in this release please shout. I see no outstanding issues. Here is my +1 to start the release. Hadrian -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source

Re: [ANNOUNCE] Apache Camel 1.6.2 Release

2009-11-26 Thread Claus Ibsen
/confluence/display/CAMEL/Camel+1.6.2+Release -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: [DISCUSS] Camel 2.1.0 release

2009-11-27 Thread Claus Ibsen
need to wait any longer.  I intend to build a release candidate in the next couple of days.  If you have any objection or know of issues that absolutely must go in this release please shout. Hadrian -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com

Camel Wiki Pages - Backup restored or something - 1 week old pages

2009-11-30 Thread Claus Ibsen
wanted to warn that something odd is happening. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: Camel Wiki Pages - Backup restored or something - 1 week old pages

2009-11-30 Thread Claus Ibsen
Hi There was a problem at Apache with a data lost for about 24 hours on the 26th november. I have fixed the affected wiki pages. So we are back on track. On Mon, Nov 30, 2009 at 11:17 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi The Camel wiki pages are not up to date. It appears

Re: [VOTE] Release Apache Camel 2.1.0

2009-12-01 Thread Claus Ibsen
as a problem. Here is my +1 And just a note: The manual failed. I wonder if we should remove it from the kit for the future. I think the manual is getting impossible to render as its hard to download from apache since its so big now. -- Claus Ibsen Apache Camel Committer Author of Camel

Re: maven-javadoc-plugin defined twice in pluginManagement section of pom.xml

2009-12-02 Thread Claus Ibsen
-tp26592528p26592528.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com

Re: Error during build of camel - spring on the camel trunk

2009-12-03 Thread Claus Ibsen
Linkedlin : http://www.linkedin.com/in/charlesmoulliard Apache Camel Group : http://www.linkedin.com/groups?home=gid=2447439trk=anet_ug_hm -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http

Re: maven-javadoc-plugin defined twice in pluginManagement section of pom.xml

2009-12-04 Thread Claus Ibsen
Hi I think one of them is for regular javadoc if you run mvn javadoc:javadoc Where as the other is for release. On Wed, Dec 2, 2009 at 9:04 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Tue, Dec 1, 2009 at 3:19 PM, akuhtz andreas.ku...@siemens.com wrote: Hi, I've seen that the maven

Re: [CONF] Apache Camel Camel 2.1.0 Release

2009-12-07 Thread Claus Ibsen
Bull, Architect of an Open World TM http://www.bull.com -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: Suggestion: further filter the Camel search box

2009-12-07 Thread Claus Ibsen
://open.iona.com -- View this message in context: http://old.nabble.com/Suggestion%3A--further-filter-the-Camel-search-box-tp17075672p26686590.html Sent from the Camel - Development (activemq) mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel

Re: camel-bam, camel-jpa, camel-example-etl, ... JPA fully qualified names

2009-12-09 Thread Claus Ibsen
/cmoulliard Linkedlin : http://www.linkedin.com/in/charlesmoulliard Apache Camel Group : http://www.linkedin.com/groups?home=gid=2447439trk=anet_ug_hm -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog

Re: camel-bam, camel-jpa, camel-example-etl, ... JPA fully qualified names

2009-12-09 Thread Claus Ibsen
* blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cmoulliard Linkedlin : http://www.linkedin.com/in/charlesmoulliard Apache Camel Group : http://www.linkedin.com/groups?home=gid=2447439trk=anet_ug_hm On Wed, Dec 9, 2009 at 2:59 PM, Claus Ibsen claus.ib

Maven 2.2 compliant jdk activation in pom.xml

2009-12-13 Thread Claus Ibsen
if the commit works as expected. activation jdk[1.5,)/jdk /activation It used to be just like jdk1.5/jdk -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http

Re: Maven 2.2 compliant jdk activation in pom.xml

2009-12-14 Thread Claus Ibsen
maven 2.0.9 syntax. Yeah it didn't work. Damn maven. Why the does maven 2.2 not support the old syntax as well. I will revert the commit. Willem Claus Ibsen wrote: Hi I have just committed the camel-core/pom.xml to use a new syntax for jdk 1.5 detection in the activation. This change

Re: [jira] Resolved: (CAMEL-2291) Add support for channel keys to the IRC component

2009-12-16 Thread Claus Ibsen
for it in IrcConfigurationTest. On Dec 16, 2009, at 9:53 AM, Claus Ibsen (JIRA) wrote:     [ https://issues.apache.org/activemq/browse/CAMEL-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2291.    Resolution

Re: svn commit: r892199 - /camel/trunk/components/camel-protobuf/src/main/java/org/apache/camel/dataformat/protobuf/ProtobufDataFormat.java

2009-12-18 Thread Claus Ibsen
()); +                } +            }         }         Builder builder = this.defaultInstance.newBuilderForType().mergeFrom(inputStream);         if (!builder.isInitialized()) { -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http

Re: svn commit: r892199 - /camel/trunk/components/camel-protobuf/src/main/java/org/apache/camel/dataformat/protobuf/ProtobufDataFormat.java

2009-12-18 Thread Claus Ibsen
On Fri, Dec 18, 2009 at 3:31 PM, William Tam email.w...@gmail.com wrote: Claus Ibsen wrote: Hi Actually the AtomicBoolean cannot safely be used for initializing code blocks? I thought object construction and member initialization were atomic and threadsafe but I am not an expert

Re: Camel-FTP StrictHostKeyChecking option

2009-12-18 Thread Claus Ibsen
-tp26848014p26848014.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: Spring 3.0.0 supports in Camel

2009-12-23 Thread Claus Ibsen
config build in, so I think we may need a new component to support spring 3.0 and keep the one for 2.5. For camel-spring-integration, it can run with spring 3.0 and spring 2.x and the same time. Any thought? Willem -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http

Re: Spring 3.0.0 supports in Camel

2009-12-23 Thread Claus Ibsen
/in/charlesmoulliard Apache Camel Group : http://www.linkedin.com/groups?home=gid=2447439trk=anet_ug_hm On Wed, Dec 23, 2009 at 9:00 AM, Claus Ibsen claus.ib...@gmail.com wrote: Good start. Dejan created a ticket in AMQ to get it working with Spring 3.0. And I think camel-jms depends on some API

Re: Spring 3.0.0 supports in Camel

2009-12-24 Thread Claus Ibsen
doesn't seem to autostart by default anymore. Now there is the camel-spring-configure issue, I will create a JIRA for it. Willem Claus Ibsen wrote: Good start. Dejan created a ticket in AMQ to get it working with Spring 3.0. And I think camel-jms depends on some API in 2.5

Re: Spring 3.0.0 supports in Camel

2009-12-28 Thread Claus Ibsen
on the classpath. Its however still good that Camel works with both 2.5 and 3.0. Then later when 3.0 is more mainstream we can switch and make it default. I am -1 on making Spring 3.0 default in Camel 2.2 On Thu, Dec 24, 2009 at 9:34 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Wed, Dec 23

Re: Spring 3.0.0 supports in Camel

2009-12-28 Thread Claus Ibsen
. If we are OK for leave the camel-spring-javaconfig along, I'd like to switch the camel trunk to use Spring 2.5.6 by default. Why is it not possible to only let camel-spring-javaconfig use Spring 3.0.0 and all the others 2.5.6 ? Willem Claus Ibsen wrote: Hi I dont think Spring 3.0 should

Re: svn commit: r894310 - in /camel/trunk/components/camel-osgi/src: main/java/org/apache/camel/osgi/ test/java/org/apache/camel/osgi/

2009-12-29 Thread Claus Ibsen
: camel/trunk/components/camel-osgi/src/test/java/org/apache/camel/osgi/OsgiClassResolverTest.java --    svn:keywords = Rev Date -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com

Re: svn commit: r897459 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/ camel-core/src/main/java/org/apache/camel/converter/ camel-core/src/main/java/org/apache/camel/model/dataformat/

2010-01-09 Thread Claus Ibsen
Hi Is woodstock needed as compile dep? Or only at test scope? +dependency + groupIdorg.codehaus.woodstox/groupId + artifactIdwstx-asl/artifactId + version3.2.9/version +/dependency Maybe scopetest/scope is sufficient to avoid bring in

Re: Create a Camel 1.x branch for Camel Extra

2010-01-17 Thread Claus Ibsen
create a Camel 1.x branch for Camel Extra ? +1 good idae Willem -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: Hudson and Unit Tests

2010-01-19 Thread Claus Ibsen
is broken :) Chris -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: svn commit: r900682 - in /camel/trunk/components/camel-gae: ./ src/main/java/org/apache/camel/component/gae/mail/ src/test/java/org/apache/camel/component/gae/mail/

2010-01-19 Thread Claus Ibsen
(endpoint.getMailService() instanceof MockMailService); -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-20 Thread Claus Ibsen
of camel-cxf. cheers, Sergey -- Christian Schneider --- http://www.liquid-reality.de -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Claus Ibsen
dedicated to handling cxf-rt-frontend-jaxrs. Some users may have JAXWS and JAXRS services attached through a single bean with the help of camel-cxf. cheers, Sergey -- Christian Schneider --- http://www.liquid-reality.de -- Claus Ibsen Apache Camel Committer Author of Camel in Action

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Claus Ibsen
specifically dedicated to handling cxf-rt-frontend-jaxrs. Some users may have JAXWS and JAXRS services attached through a single bean with the help of camel-cxf. cheers, Sergey -- Christian Schneider --- http://www.liquid-reality.de -- Claus Ibsen Apache Camel Committer Author

Re: [DISCUSS] Camel 2.2.0 release

2010-01-28 Thread Claus Ibsen
that absolutely must go in 2.2.0. Please shout. Thanks, Hadrian Fantastic. I am on CAMEL-2384 which I would like to get fixed for 2.2. I ran out of battery at the airport but I got an unit test setup for it, so its just a matter of getting the fix in :) -- Claus Ibsen Apache Camel

Re: svn commit: r905273 - in /camel/branches/camel-1.x: ./ camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/main/java/org/apache/camel/util/ components/camel-cxf/src/test/java/org/apac

2010-02-01 Thread Claus Ibsen
=cxf:bean:springEndpoint/      /route -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: Camelcontextfactory in bundle

2010-02-09 Thread Claus Ibsen
questions! Thanks, Nagendra.M -- View this message in context: http://old.nabble.com/Camelcontextfactory-in-bundle-tp27526052p27526052.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http

Re: [VOTE] Release Apache Camel 2.2.0

2010-02-10 Thread Claus Ibsen
-- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: [VOTE] Release Apache Camel 2.2.0

2010-02-11 Thread Claus Ibsen
review and vote to approve this release binary [ ] +1 Release the binary as Apache Camel 2.2.0 [ ] -1 Veto the release (provide specific comments) Vote is open for 48 hours. Here's my +1 Hadrian [1] https://svn.apache.org/repos/asf/camel/tags/camel-2.2.0 -- Claus Ibsen Apache Camel

Re: I need karma please

2010-02-18 Thread Claus Ibsen
edit the docs if I get karma :) Confluence username: tjsnell Jira username: tjsnell (creative eh?) You should have karma now to edit the pages. You may have to logout and login again on confluence. tjs -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com

Re: I need karma please

2010-02-18 Thread Claus Ibsen
On Thu, Feb 18, 2010 at 4:00 PM, Tracy Snell tsn...@gmail.com wrote: On Feb 18, 2010, at 9:39 AM, Claus Ibsen wrote: You should have karma now to edit the pages. You may have to logout and login again on confluence. Thanks. Edited the mail component page. Great that is perfect, now you

Re: svn commit: r917529 - in /camel/trunk: components/camel-http/src/main/java/org/apache/camel/component/http/helper/ components/camel-jetty/src/test/java/org/apache/camel/component/jetty/ tests/ca

2010-03-01 Thread Claus Ibsen
--    svn:eol-style = native Propchange: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/issues/JettyHttpTest.java --    svn:keywords = Rev Date -- Claus

Re: Camel Mina Thread Pool Daemon mode

2010-03-04 Thread Claus Ibsen
in context: http://old.nabble.com/Camel-Mina-Thread-Pool-Daemon-mode-tp27771974p27771974.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http

Re: svn commit: r919443 - /camel/trunk/components/camel-web/src/test/java/org/apache/camel/web/groovy/ResequenceDSLTest.java

2010-03-05 Thread Claus Ibsen
\)).stream().to(\mock:result\);          assertEquals(expected, render(dsl)); -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: svn commit: r920819 - /camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultCamelContext.java

2010-03-09 Thread Claus Ibsen
with name properties must be defined                         + in CamelContext to support property placeholders in endpoint URIs); -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http

Re: svn commit: r920819 - /camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultCamelContext.java

2010-03-09 Thread Claus Ibsen
I have just committed a fix. On Wed, Mar 10, 2010 at 6:28 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Wed, Mar 10, 2010 at 3:53 AM, Willem Jiang willem.ji...@gmail.com wrote: Hi Claus, This change introduced other issue that the properties component may not know the properties file

Re: Karma Request

2010-03-10 Thread Claus Ibsen
names (in descending order of preference): RubyTuesdayDONO, RubyDONO, ReubenGarrett -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com

Re: Karma Request

2010-03-10 Thread Claus Ibsen
karma. You may have to re login for it to work. Thanks, Reuben Garrett On Wed, Mar 10, 2010 at 06:32, Claus Ibsen claus.ib...@gmail.com wrote: Hi Reuben Welcome on the ride. See this wiki page for further details http://camel.apache.org/how-do-i-edit-the-website.html You can create

Re: svn commit: r922101 - /camel/trunk/components/camel-scala/src/main/scala/org/apache/camel/scala/RichExchange.scala

2010-03-11 Thread Claus Ibsen
(onCompletion: Synchronization) = exchange.addOnCompletion(onCompletion) + +  def handoverCompletions(exchange : Exchange) = exchange.handoverCompletions(exchange)  } -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration

Re: Producer Template-CamelTemplate does not stop the DefaultMessageListener after reading the response from Weblogic JMS queue.

2010-03-12 Thread Claus Ibsen
this message in context: http://old.nabble.com/Producer-Template-CamelTemplate-does-not-stop-the-DefaultMessageListener-after-reading-the-response-from-Weblogic-JMS-queue.-tp27876324p27876324.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel

Re: Requesting edit karma for confluence wiki

2010-03-16 Thread Claus Ibsen
. Thanks, Kev -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: Conflict of Camel Property and Spring EL

2010-03-27 Thread Claus Ibsen
)        at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:137)        ... 38 more Willem -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com

Re: [CONF] Apache Camel XQuery Endpoint

2010-03-29 Thread Claus Ibsen
be xquery (not xqurey) Cheers S. Ali Tokmen savas-ali.tok...@bull.net Office: +33 4 76 29 76 19 GSM:    +33 66 43 00 555 Bull, Architect of an Open World TM http://www.bull.com -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source

Re: Conflict of Camel Property and Spring EL

2010-03-29 Thread Claus Ibsen
Hi I created a ticket to track this https://issues.apache.org/activemq/browse/CAMEL-2599 On Sat, Mar 27, 2010 at 6:08 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Damn Spring, you are bad. Is this the only unit tests which fails? On Sat, Mar 27, 2010 at 10:04 AM, Willem Jiang

Re: svn commit: r930535 - in /camel/trunk/components/camel-gae: ./ src/main/java/org/apache/camel/component/gae/http/ src/main/java/org/apache/camel/component/gae/mail/ src/test/java/com/google/appe

2010-04-04 Thread Claus Ibsen
=org.apache.camel.component.gae.http.GHttpOutboundRouteBuilder     /bean -    bean id=mockUrlFetchService -        class=org.apache.camel.component.gae.http.MockUrlFetchService -    /bean -  /beans -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http

Re: [jira] Commented: (CAMEL-2536) Improved quickfix component

2010-04-07 Thread Claus Ibsen
-tabpanelfocusedCommentId=58169#action_58169 ] Claus Ibsen commented on CAMEL-2536: Do you mind helping with the wiki documentation as well? http://camel.apache.org/contributing.html You may want to sign an ICLA to Apache, which allows you to edit wiki

Re: [HEADS UP] Camel Security

2010-04-07 Thread Claus Ibsen
-- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Re: [HEADS UP] Camel Security

2010-04-07 Thread Claus Ibsen
On Thu, Apr 8, 2010 at 6:40 AM, Willem Jiang willem.ji...@gmail.com wrote: Hi Claus, My comments are in the mail. Claus Ibsen wrote: Hi Willem Looks great. Only think is that I wonder if introducing another schema (spring/security) in Camel. Is it entirely spring-security based

Re: [HEADS UP] Camel Security

2010-04-07 Thread Claus Ibsen
the camel client to deal with authentication work. In the feature we could add some authentication support on the camel-servlet, camel-jetty consumer. Any thought? [1]http://cwiki.apache.org/confluence/display/CAMEL/Camel+Security Willem -- Claus Ibsen Apache Camel Committer Author of Camel

Re: Manually start route in java code

2010-04-08 Thread Claus Ibsen
/tutorial-axis-camel.html Thanks, Cyril Claus Ibsen-2 wrote: Hi See chapter 13 in Camel in Action which covers how to dynamic at runtime to start/stop etc routes. CamelContext have both a start and stop route methods you can use. On Thu, Apr 8, 2010 at 9:41 AM, CyrilForce lum_

Re: Manually start route in java code

2010-04-08 Thread Claus Ibsen
- Cannot start route manual as it is configured with auto startup disabled. 2010-04-08 17:26:24,645 [main           ] INFO  DefaultCamelContext - Apache Camel 2.1.0 (CamelContext:camel) started Thanks Cyril Claus Ibsen-2 wrote: On Thu, Apr 8, 2010 at 10:40 AM, CyrilForce lum_

Re: Manually start route in java code

2010-04-09 Thread Claus Ibsen
: http://old.nabble.com/Manually-start-route-in-java-code-tp28175201p28188199.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com

[HEADS UP] - camel-http and camel-http4 components

2010-04-11 Thread Claus Ibsen
users. Notice: Apache cwiki is temporary out of service, so I cannot update the wiki pages about this. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http

Re: a Flow Relgulator Component

2010-04-13 Thread Claus Ibsen
());                                        }                                });                        }                });                camelContext.start();        } } -- View this message in context: http://old.nabble.com/a-Flow-Relgulator-Component-tp28230406p28230406.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http

Re: svn commit: r936869 [1/2] - in /camel/trunk: camel-core/src/main/java/org/apache/camel/model/ camel-core/src/main/java/org/apache/camel/processor/ camel-core/src/main/java/org/apache/camel/proces

2010-04-22 Thread Claus Ibsen
: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/PolicyPerRouteTest.java --    svn:keywords = Rev Date -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open

Re: Apache camelContext jmxAgent for SSL

2010-04-23 Thread Claus Ibsen
: http://old.nabble.com/Apache-camelContext-jmxAgent-for-SSL-tp28332944p28332944.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http

Re: [Suggestion] : Add jmx @ManagedAttribute to loadbalancer to allow to add/remove endpoints

2010-04-26 Thread Claus Ibsen
*** - Blog : http://cmoulliard.blogspot.com - Twitter : http://twitter.com/cmoulliard - Linkedlin : http://www.linkedin.com/in/charlesmoulliard -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http

Re: Apache Camel 2.3 - Pending SNAPSHOTs before release can be done

2010-05-04 Thread Claus Ibsen
Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On 28 April 2010 17:56, Claus Ibsen claus.ib...@gmail.com wrote: Hi We have some SNAPSHOT deps which we must have GA releases for before we can do Apache Camel 2.3 release. All those deps

Re: Apache Camel 2.3 - Last call

2010-05-05 Thread Claus Ibsen
Claus, one interesting thing could be to wait for CXF 2.2.8 and use this. Dan just proposed a release next week. So it is just a matter of days. Apart from this I am really looking forward to the new release the sooner the better. Greetings Christian Am 05.05.2010 12:37, schrieb Claus Ibsen

Re: svn commit: r941583 - /camel/trunk/components/pom.xml

2010-05-06 Thread Claus Ibsen
/module -- +    modulecamel-blueprint/module     modulecamel-cometd/module     modulecamel-cache/module     modulecamel-castor/module -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http

Re: [DISCUSS] OSGI improvements

2010-05-07 Thread Claus Ibsen
? -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http

Re: [DISCUSS] OSGI improvements

2010-05-07 Thread Claus Ibsen
Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On 7 May 2010 09:19, Claus Ibsen claus.ib...@gmail.com wrote: On Fri, May 7, 2010 at 9:06 AM, Guillaume Nodet gno...@gmail.com wrote: I'm working on improving and refactoring the OSGi

Re: [DISCUSS] OSGI improvements

2010-05-07 Thread Claus Ibsen
-- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http

Re: Asynchronous support in Camel

2010-05-11 Thread Claus Ibsen
://fusesource.com -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source

Re: Asynchronous support in Camel

2010-05-11 Thread Claus Ibsen
://gnodet.blogspot.com/ Open Source SOA http://fusesource.com -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

<    1   2   3   4   5   6   7   8   9   10   >