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

2010-04-20 Thread davsclaus
Author: davsclaus Date: Tue Apr 20 08:54:37 2010 New Revision: 935833 URL: http://svn.apache.org/viewvc?rev=935833view=rev Log: Improved shutdown Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultCamelContext.java Modified:

svn commit: r935875 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/processor/aggregate/ components/camel-hawtdb/src/test/java/org/apache/camel/component/hawtdb/ components/camel-jms/src/

2010-04-20 Thread davsclaus
Author: davsclaus Date: Tue Apr 20 11:33:35 2010 New Revision: 935875 URL: http://svn.apache.org/viewvc?rev=935875view=rev Log: Have unit tests class and method name be logged when using camel-test. Fixed tests on other boxes. Modified:

svn commit: r936136 - in /camel/trunk/components/camel-restlet/src: main/java/org/apache/camel/component/restlet/DefaultRestletBinding.java test/java/org/apache/camel/component/restlet/RestletRouteBui

2010-04-20 Thread wtam
Author: wtam Date: Wed Apr 21 01:51:03 2010 New Revision: 936136 URL: http://svn.apache.org/viewvc?rev=936136view=rev Log: Applied patch from Rich Bolen to address [CAMEL-2638] Restlet component is URL encoding the POST message body. It should encode it based on content-type request header

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

2010-04-20 Thread ningjiang
Author: ningjiang Date: Wed Apr 21 01:58:21 2010 New Revision: 936137 URL: http://svn.apache.org/viewvc?rev=936137view=rev Log: Updated the plugin configuration of the camel-1.x pom Modified: camel/branches/camel-1.x/pom.xml Modified: camel/branches/camel-1.x/pom.xml URL:

svn commit: r936162 - in /camel/trunk/components/camel-test/src/main/java/org/apache/camel/test: CamelTestSupport.java TestSupport.java junit4/CamelTestSupport.java junit4/TestSupport.java

2010-04-20 Thread davsclaus
Author: davsclaus Date: Wed Apr 21 05:47:03 2010 New Revision: 936162 URL: http://svn.apache.org/viewvc?rev=936162view=rev Log: Fixed get test name on junit 4.x Modified: camel/trunk/components/camel-test/src/main/java/org/apache/camel/test/CamelTestSupport.java