svn commit: r905241 - in /camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/ test/java/org/apache/camel/component/cxf/ test/resources/org/apache/camel/component/cxf/

2010-02-01 Thread ningjiang
Author: ningjiang Date: Mon Feb 1 10:43:36 2010 New Revision: 905241 URL: http://svn.apache.org/viewvc?rev=905241view=rev Log: CAMEL-2432 camel-cxf endpoint should support to take the configuration information from the application context Added:

svn commit: r905256 - in /camel/branches/camel-1.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf: CxfEndpoint.java spring/CxfEndpointBeanDefinitionParser.java

2010-02-01 Thread ningjiang
Author: ningjiang Date: Mon Feb 1 11:29:45 2010 New Revision: 905256 URL: http://svn.apache.org/viewvc?rev=905256view=rev Log: CAMEL-2433 Camel CxfEndpoint should support the set the bus from URI Modified:

svn commit: r905262 - /camel/trunk/components/camel-ruby/src/test/java/org/apache/camel/ruby/RubyTest.java

2010-02-01 Thread davsclaus
Author: davsclaus Date: Mon Feb 1 11:48:03 2010 New Revision: 905262 URL: http://svn.apache.org/viewvc?rev=905262view=rev Log: Skipping tests on Windows which has problem loading jruby currently. Modified: camel/trunk/components/camel-ruby/src/test/java/org/apache/camel/ruby/RubyTest.java

svn commit: r905269 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/mock/MockEndpoint.java test/java/org/apache/camel/component/mock/MockEndpointTest.java

2010-02-01 Thread davsclaus
Author: davsclaus Date: Mon Feb 1 12:21:20 2010 New Revision: 905269 URL: http://svn.apache.org/viewvc?rev=905269view=rev Log: CAMEL-2434: Better failure messages for expected header or property. Modified:

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/apache/cam

2010-02-01 Thread ningjiang
Author: ningjiang Date: Mon Feb 1 12:52:16 2010 New Revision: 905273 URL: http://svn.apache.org/viewvc?rev=905273view=rev Log: CAMEL-2433, CAMEL-2434 Fixed the cxf configure issue in camel-cxf Added:

[CONF] Apache Camel Camel 2.2.0 Release

2010-02-01 Thread confluence
Camel 2.2.0 Release Page edited by willem jiang Camel 2.2.0 release (currently in progress) New and Noteworthy Welcome to the 2.2.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

[CONF] Apache Camel Camel 2.2.0 Release

2010-02-01 Thread confluence
Camel 2.2.0 Release Page edited by willem jiang Camel 2.2.0 release (currently in progress) New and Noteworthy Welcome to the 2.2.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

[CONF] Apache Camel Camel 2.2.0 Release

2010-02-01 Thread confluence
Camel 2.2.0 Release Page edited by Claus Ibsen Camel 2.2.0 release (currently in progress) New and Noteworthy Welcome to the 2.2.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

[CONF] Apache Camel Dead Letter Channel

2010-02-01 Thread confluence
Dead Letter Channel Page edited by Claus Ibsen Dead Letter Channel Camel supports the Dead Letter Channel from the EIP patterns using the DeadLetterChannel processor which is an Error Handler. Difference between Dead Letter

svn commit: r905292 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/management/mbean/ManagedErrorHandler.java test/java/org/apache/camel/management/ManagedErrorHandlerRedeliveryTest.java

2010-02-01 Thread davsclaus
Author: davsclaus Date: Mon Feb 1 14:47:17 2010 New Revision: 905292 URL: http://svn.apache.org/viewvc?rev=905292view=rev Log: CAMEL-2435: maanged error handler as well. Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedErrorHandler.java

svn commit: r905315 - in /camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest: greeter/ jetty/ jms/ tx/

2010-02-01 Thread davsclaus
Author: davsclaus Date: Mon Feb 1 15:56:52 2010 New Revision: 905315 URL: http://svn.apache.org/viewvc?rev=905315view=rev Log: Reduced the need for AMQ broker with live TCP connection. Modified:

svn commit: r905320 - in /camel/trunk/examples/camel-example-spring-jms/src/main/resources: META-INF/spring/camel-server-aop.xml META-INF/spring/camel-server.xml camel-client-remoting.xml camel-client

2010-02-01 Thread davsclaus
Author: davsclaus Date: Mon Feb 1 16:04:45 2010 New Revision: 905320 URL: http://svn.apache.org/viewvc?rev=905320view=rev Log: Changed AMQ port to avoid clash with default port which causes port number already in use on CI tests. Modified:

[CONF] Apache Camel Tutorial-JmsRemoting

2010-02-01 Thread confluence
Tutorial-JmsRemoting Page edited by Claus Ibsen Tutorial on Spring Remoting with JMS ThanksThis tutorial was kindly donated to Apache Camel by Martin Gilday. Preface This tutorial aims to guide the reader through the stages of

svn commit: r905324 - /camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/interceptor/TransactionalClientDataSourceTransactedWithFileTest.java

2010-02-01 Thread davsclaus
Author: davsclaus Date: Mon Feb 1 16:19:15 2010 New Revision: 905324 URL: http://svn.apache.org/viewvc?rev=905324view=rev Log: Fixing test on other boxes Modified:

svn commit: r905499 - in /camel/trunk/components/camel-web/src/test/java/org/apache/camel/web/groovy: AggregateDSLTest.java BeanDSLTest.java DeadLetterDSLTest.java

2010-02-01 Thread ningjiang
Author: ningjiang Date: Tue Feb 2 03:17:29 2010 New Revision: 905499 URL: http://svn.apache.org/viewvc?rev=905499view=rev Log: Fixed the unit test errors of camel-web Modified: camel/trunk/components/camel-web/src/test/java/org/apache/camel/web/groovy/AggregateDSLTest.java