svn commit: r743254 - /camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/http/HttpMaxConnectionPerHostTest-context.xml

2009-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 11 07:23:45 2009 New Revision: 743254 URL: http://svn.apache.org/viewvc?rev=743254&view=rev Log: Update sample according to customer findings Modified: camel/trunk/tests/camel-itest/src/test/resources/org/apache/camel/itest/http/HttpMaxConnectionPerHostTest-co

svn commit: r743243 - in /camel/branches/camel-1.x/components/camel-cxf: ./ src/main/java/org/apache/camel/component/cxf/ src/main/java/org/apache/camel/component/cxf/util/ src/test/java/org/apache/ca

2009-02-10 Thread ningjiang
Author: ningjiang Date: Wed Feb 11 06:13:10 2009 New Revision: 743243 URL: http://svn.apache.org/viewvc?rev=743243&view=rev Log: CAMEL-1330 added a unit test for testing the response code, also fixed this issue in Camel 1.x branch Modified: camel/branches/camel-1.x/components/camel-cxf/pom.x

svn commit: r743229 - in /camel/trunk/components/camel-cxf: pom.xml src/test/java/org/apache/camel/component/cxf/CXFGreeterRouterTest.java

2009-02-10 Thread ningjiang
Author: ningjiang Date: Wed Feb 11 05:18:20 2009 New Revision: 743229 URL: http://svn.apache.org/viewvc?rev=743229&view=rev Log: CAMEL-1330 added a unit test for testing the response code Modified: camel/trunk/components/camel-cxf/pom.xml camel/trunk/components/camel-cxf/src/test/java/o

svn commit: r743193 - /camel/branches/camel-1.x/pom.xml

2009-02-10 Thread hadrian
Author: hadrian Date: Wed Feb 11 01:47:52 2009 New Revision: 743193 URL: http://svn.apache.org/viewvc?rev=743193&view=rev Log: CAMEL-1333. Modified: camel/branches/camel-1.x/pom.xml Modified: camel/branches/camel-1.x/pom.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/pom.xml

svn commit: r743113 - in /camel/trunk/components/camel-scala/src: main/scala/org/apache/camel/scala/dsl/ main/scala/org/apache/camel/scala/dsl/builder/ test/scala/org/apache/camel/scala/dsl/

2009-02-10 Thread gertv
Author: gertv Date: Tue Feb 10 21:40:37 2009 New Revision: 743113 URL: http://svn.apache.org/viewvc?rev=743113&view=rev Log: CAMEL-463: Adding support for setting the MEP from the DSL Added: camel/trunk/components/camel-scala/src/test/scala/org/apache/camel/scala/dsl/SetExchangePatternTest.s

[CONF] Apache Camel: Velocity (page edited)

2009-02-10 Thread confluence
Page Edited : CAMEL : Velocity Velocity has been edited by Claus Ibsen (Feb 10, 2009). (View changes) Content: Velocity The veloci

svn commit: r743031 - in /camel/trunk/components/camel-velocity/src: main/java/org/apache/camel/component/velocity/ test/java/org/apache/camel/component/velocity/

2009-02-10 Thread davsclaus
Author: davsclaus Date: Tue Feb 10 17:43:02 2009 New Revision: 743031 URL: http://svn.apache.org/viewvc?rev=743031&view=rev Log: CAMEL-1291: content cache is default for Velocity. Fixed using @deprecated stuff from Velocity. Modified: camel/trunk/components/camel-velocity/src/main/java/org/

svn commit: r743010 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/builder/xml/ components/camel-spring/src/main/java/org/apache/camel/spring/handler/ components/camel-spring/src/test/ja

2009-02-10 Thread davsclaus
Author: davsclaus Date: Tue Feb 10 16:29:35 2009 New Revision: 743010 URL: http://svn.apache.org/viewvc?rev=743010&view=rev Log: CAMEL-1205: endpoints defined in the route in to/from with and id attribute is now also registered in the registry as an endpoint. Added: camel/trunk/components/c

[CONF] Apache Camel: Enterprise Integration Patterns (page edited)

2009-02-10 Thread confluence
Page Edited : CAMEL : Enterprise Integration Patterns Enterprise Integration Patterns has been edited by Jonathan Anstey (Feb 10, 2009). (View cha

[CONF] Apache Camel: Detour (page created)

2009-02-10 Thread confluence
Page Created : CAMEL : Detour Detour has been created by Jonathan Anstey (Feb 10, 2009). Content: Detour The Detour from the EIP patterns allows you to send messages

svn commit: r742980 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DetourTest.java

2009-02-10 Thread janstey
Author: janstey Date: Tue Feb 10 14:24:35 2009 New Revision: 742980 URL: http://svn.apache.org/viewvc?rev=742980&view=rev Log: remove some unused imports Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DetourTest.java Modified: camel/trunk/camel-core/src/test/java

svn commit: r742976 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DetourTest.java

2009-02-10 Thread janstey
Author: janstey Date: Tue Feb 10 14:19:17 2009 New Revision: 742976 URL: http://svn.apache.org/viewvc?rev=742976&view=rev Log: CAMEL-1331 - Detour EIP example Added: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/DetourTest.java (with props) Added: camel/trunk/camel-cor

svn commit: r742953 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/TraceableUnitOfWorkTest.java

2009-02-10 Thread davsclaus
Author: davsclaus Date: Tue Feb 10 12:42:42 2009 New Revision: 742953 URL: http://svn.apache.org/viewvc?rev=742953&view=rev Log: CAMEL-699: Added example for traceable unit of work Added: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/TraceableUnitOfWorkTest.java (content

svn commit: r742906 - in /camel/trunk/components/camel-jetty/src/test/java/org/apache/camel/component/jetty: JettyContentTypeTest.java JettyImageFileTest.java

2009-02-10 Thread ningjiang
Author: ningjiang Date: Tue Feb 10 09:22:13 2009 New Revision: 742906 URL: http://svn.apache.org/viewvc?rev=742906&view=rev Log: CAMEL-1327 little refactoring of camel-jetty unit tests Modified: camel/trunk/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/JettyContentTyp

svn commit: r742898 - in /camel/trunk/components: camel-http/src/main/java/org/apache/camel/component/http/ camel-http/src/main/java/org/apache/camel/component/http/helper/ camel-http/src/test/java/or

2009-02-10 Thread ningjiang
Author: ningjiang Date: Tue Feb 10 09:07:49 2009 New Revision: 742898 URL: http://svn.apache.org/viewvc?rev=742898&view=rev Log: CAMEL-1327 applied the patch with thanks to Roberto, also added some unit tests in camel-jetty Added: camel/trunk/components/camel-http/src/main/java/org/apache/c

svn commit: r742894 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/SetHeaderUsingDslExpressionsTest.java

2009-02-10 Thread ningjiang
Author: ningjiang Date: Tue Feb 10 08:47:37 2009 New Revision: 742894 URL: http://svn.apache.org/viewvc?rev=742894&view=rev Log: Added a unit test of setHeader with Object value Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/SetHeaderUsingDslExpressionsTest.java M

[CONF] Apache Camel: HTTP (page edited)

2009-02-10 Thread confluence
Page Edited : CAMEL : HTTP HTTP has been edited by Claus Ibsen (Feb 10, 2009). (View changes) Content: HTTP Component The http: co

svn commit: r742887 - in /camel/trunk/tests/camel-itest/src/test: java/org/apache/camel/itest/http/ resources/org/apache/camel/itest/http/

2009-02-10 Thread davsclaus
Author: davsclaus Date: Tue Feb 10 08:30:24 2009 New Revision: 742887 URL: http://svn.apache.org/viewvc?rev=742887&view=rev Log: Sample how to set max connection per host with the http component Added: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/http/ camel/trunk/t

svn commit: r742880 - /camel/trunk/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpToFileTest.java

2009-02-10 Thread davsclaus
Author: davsclaus Date: Tue Feb 10 08:09:50 2009 New Revision: 742880 URL: http://svn.apache.org/viewvc?rev=742880&view=rev Log: Fixed build failure Modified: camel/trunk/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpToFileTest.java Modified: camel/trunk/compone