Re: Checkstyle plugin no longer works

2012-09-19 Thread Willem jiang
Hi Claus, I just tried to run the "mvn clean install -Dtest=false" from the camel root directory, I didn't get the error that you have. Here is my system info Apache Maven 3.0.3 (r1075438; 2011-03-01 01:31:09+0800) Maven home: /usr/share/maven Java version: 1.6.0_31, vendor: Apple Inc. Java hom

Re: Checkstyle plugin no longer works

2012-09-19 Thread Claus Ibsen
Hi This problem continues this morning. Doing a mvn clean install -Dtest=false renders this problem now [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total

Re: svn commit: r1387808 - in /camel/trunk/components/camel-jms/src: main/java/org/apache/camel/component/jms/ test/java/org/apache/camel/component/jms/issues/

2012-09-19 Thread Christian Müller
Rauls first commit! Sent from a mobile device Am 20.09.2012 01:03 schrieb : > Author: raulk > Date: Wed Sep 19 23:02:40 2012 > New Revision: 1387808 > > URL: http://svn.apache.org/viewvc?rev=1387808&view=rev > Log: > CAMEL-5390: Option to assign unique correlation ID to JMS messages. Fixed. > > A

Re: Com between beans

2012-09-19 Thread Claus Ibsen
Hi Please next time use the @user mailing list for you Camel questions. This is for talking about development of the *actual* project itself. I suggest to take a look at the EIPs in Camel. http://camel.apache.org/eip There is a Splitter EIP you may be able to use to split the list. http://camel.

Com between beans

2012-09-19 Thread kikou1984
Hi, I have a little problem, I do not know how to implement this idea. I explained the idea. I have this bean: .bean(EclatCCTIBean.class,"eclatCCTI"); That it returns: ArrayList > I want that each element of this table leads to another Beans that takes as input: ArrayList Here is an example

Adding custom soap header in camel spring-ws

2012-09-19 Thread cgsk
Hi there, Is there a way to add custom header to Soap message as below. I am using Camel-SpringWS. where CustomerObject being a java object generated using cxf-codegen-plugin Regards, Karthik -- View this message in context: http://camel.465427.n5.nabble.com/Adding-cu

Re: Checkstyle plugin no longer works

2012-09-19 Thread Willem jiang
Yes, we need that camel-buildtools dependency to locate the check style file. BTW, the cycle reference is resolved by using the camel pom in camel-buildtools. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com (http://www.fusesource.com/) Blog: http:/

Re: Checkstyle plugin no longer works

2012-09-19 Thread Babak Vahdat
Hi O.K. the problem is the revision 1385198: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?r1=1385198&r2=1385197&pathrev=1385198 If you would put that REMOVED dependency BACK then the sourcecheck profile will be happy again (right now I can't commit any changes by myself). Babak Cla

Re: Checkstyle plugin no longer works

2012-09-19 Thread Bruno . Barin
Hi there, Are there any intentions to ditch checkstyle in favor of sonar. To me, would be good to remove the checkstyle plugin from the poms. Cheers, Bruno Barin Purchasing/Warranty Business Support Toyota Motor Europe 60 Avenue du Bourget, 1140 Brussels, Belgium Ph: +32 (0) 2 745 5606 www.toy

Re: Checkstyle plugin no longer works

2012-09-19 Thread Claus Ibsen
On Wed, Sep 19, 2012 at 9:14 AM, Babak Vahdat wrote: > Good morning > > I've experienced the same as well. The workaround for me was to go to > ../buildingtools and do a "maven clean install" beforehand. Then it works > again. > It still fails for me, after doing this also. I always do a full mv

Re: Checkstyle plugin no longer works

2012-09-19 Thread Babak Vahdat
Good morning I've experienced the same as well. The workaround for me was to go to ../buildingtools and do a "maven clean install" beforehand. Then it works again. Babak -- View this message in context: http://camel.465427.n5.nabble.com/Checkstyle-plugin-no-longer-works-tp5719570p5719572.htm