svn commit: r1209846 - in /camel/trunk/camel-core/src/test/java/org/apache/camel/util: DumpModelAsXmlRouteExpressionTest.java DumpModelAsXmlSetBodyRouteTest.java

2011-12-02 Thread davsclaus
Author: davsclaus Date: Sat Dec 3 07:43:51 2011 New Revision: 1209846 URL: http://svn.apache.org/viewvc?rev=1209846&view=rev Log: CAMEL-4733: Fixed issue with Java DSL creating expression with expression clause, not ensuring the model is update with the expression definition being used. This wo

svn commit: r1209845 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/builder/ main/java/org/apache/camel/model/ main/java/org/apache/camel/model/language/ test/java/org/apache/camel/util/

2011-12-02 Thread davsclaus
Author: davsclaus Date: Sat Dec 3 07:42:56 2011 New Revision: 1209845 URL: http://svn.apache.org/viewvc?rev=1209845&view=rev Log: CAMEL-4733: Fixed issue with Java DSL creating expression with expression clause, not ensuring the model is update with the expression definition being used. This wo

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

2011-12-02 Thread dkulp
Author: dkulp Date: Fri Dec 2 20:04:15 2011 New Revision: 1209676 URL: http://svn.apache.org/viewvc?rev=1209676&view=rev Log: [CAMEL-3731] Enhance how the bus wiring is done for cxf endpoints Support both CXF >=2.5.1 and older CXF versions that don't have the bug fixed there. Also fix some tests

svn commit: r1209592 - in /camel/trunk/tests/camel-itest-osgi/src/test: java/org/apache/camel/itest/osgi/xstream/ resources/org/apache/camel/itest/osgi/xstream/

2011-12-02 Thread iocanel
Author: iocanel Date: Fri Dec 2 17:17:15 2011 New Revision: 1209592 URL: http://svn.apache.org/viewvc?rev=1209592&view=rev Log: [CAMEL-4736] Added camel-xstream osgi itest that uses the blueprint. Added: camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/xstream/

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

2011-12-02 Thread iocanel
Author: iocanel Date: Fri Dec 2 17:14:50 2011 New Revision: 1209590 URL: http://svn.apache.org/viewvc?rev=1209590&view=rev Log: [CAMEL-4735] Updated to camel-xstream feature to use woodstox 4.1.1 to be consistent with cxf 2.5.0. Modified: camel/trunk/platforms/karaf/features/pom.xml cam

svn commit: r1209589 - /camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/

2011-12-02 Thread dkulp
Author: dkulp Date: Fri Dec 2 17:10:06 2011 New Revision: 1209589 URL: http://svn.apache.org/viewvc?rev=1209589&view=rev Log: Add Apache license headers to files missing it Fix FileToFtpsWithFtpClientConfigRefTest to use separate FTPClient things for to and from since they aren't thread safe. Mo

svn commit: r1209585 [17/22] - in /camel/trunk: ./ apache-camel/ buildingtools/ camel-core/ camel-core/src/main/java/org/apache/camel/ camel-core/src/main/java/org/apache/camel/api/management/ camel-c

2011-12-02 Thread dkulp
Modified: camel/trunk/components/camel-solr/src/test/java/org/apache/camel/component/solr/SolrUpdateTest.java URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-solr/src/test/java/org/apache/camel/component/solr/SolrUpdateTest.java?rev=1209585&r1=1209584&r2=1209585&view=diff =

svn commit: r1209585 [22/22] - in /camel/trunk: ./ apache-camel/ buildingtools/ camel-core/ camel-core/src/main/java/org/apache/camel/ camel-core/src/main/java/org/apache/camel/api/management/ camel-c

2011-12-02 Thread dkulp
Propchange: camel/trunk/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/blueprint/blueprint-12.xml -- svn:eol-style = native Propchange: camel/trunk/tests/camel-itest-osgi/src/test/resources/org

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

2011-12-02 Thread iocanel
Author: iocanel Date: Fri Dec 2 16:47:49 2011 New Revision: 1209576 URL: http://svn.apache.org/viewvc?rev=1209576&view=rev Log: [CAMEL-4735] Added woodstox bundle to camel-xstream feature. Modified: camel/trunk/platforms/karaf/features/pom.xml camel/trunk/platforms/karaf/features/src/mai

svn commit: r1209477 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/builder/ main/java/org/apache/camel/model/ test/java/org/apache/camel/language/ test/java/org/apache/camel/util/

2011-12-02 Thread davsclaus
Author: davsclaus Date: Fri Dec 2 13:49:09 2011 New Revision: 1209477 URL: http://svn.apache.org/viewvc?rev=1209477&view=rev Log: CAMEL-4733: Fixed issue with Java DSL creating expression with expression clause, not ensuring the model is update with the expression definition being used. This wo

svn commit: r1209475 - /camel/trunk/components/camel-freemarker/src/test/java/org/apache/camel/component/freemarker/FreemarkerContentCacheTest.java

2011-12-02 Thread ningjiang
Author: ningjiang Date: Fri Dec 2 13:38:20 2011 New Revision: 1209475 URL: http://svn.apache.org/viewvc?rev=1209475&view=rev Log: CAMEL-4732 updated the cached time value of the test Modified: camel/trunk/components/camel-freemarker/src/test/java/org/apache/camel/component/freemarker/Freema

svn commit: r1209457 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ChoiceWhenBeanExpressionWithExceptionTest.java

2011-12-02 Thread davsclaus
Author: davsclaus Date: Fri Dec 2 13:21:09 2011 New Revision: 1209457 URL: http://svn.apache.org/viewvc?rev=1209457&view=rev Log: polished Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ChoiceWhenBeanExpressionWithExceptionTest.java Modified: camel/trunk/camel-c

[CONF] Apache Camel > FreeMarker

2011-12-02 Thread confluence
FreeMarker Page edited by Rich Newcomb Changes (1) ... | {{contentCache}} | {{true}} | Cache for the resource content when its loaded. | | {{en

svn commit: r1209449 - in /camel/branches/camel-2.8.x: ./ camel-core/src/main/java/org/apache/camel/component/seda/ camel-core/src/main/java/org/apache/camel/util/ camel-core/src/test/java/org/apache/

2011-12-02 Thread ningjiang
Author: ningjiang Date: Fri Dec 2 12:38:22 2011 New Revision: 1209449 URL: http://svn.apache.org/viewvc?rev=1209449&view=rev Log: Merged revisions 1209401 via svnmerge from https://svn.apache.org/repos/asf/camel/trunk r1209401 | ningjiang | 2011-12-02 18:56:36 +0800 (Fri, 02 Dec 2011

svn commit: r1209403 - /camel/trunk/components/camel-jclouds/src/test/resources/log4j.properties

2011-12-02 Thread davsclaus
Author: davsclaus Date: Fri Dec 2 10:58:53 2011 New Revision: 1209403 URL: http://svn.apache.org/viewvc?rev=1209403&view=rev Log: Polished Modified: camel/trunk/components/camel-jclouds/src/test/resources/log4j.properties Modified: camel/trunk/components/camel-jclouds/src/test/resources/lo

svn commit: r1209401 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/seda/ main/java/org/apache/camel/util/ test/java/org/apache/camel/component/vm/

2011-12-02 Thread ningjiang
Author: ningjiang Date: Fri Dec 2 10:56:36 2011 New Revision: 1209401 URL: http://svn.apache.org/viewvc?rev=1209401&view=rev Log: CAMEL-4724 reset the camel-context of the exchange on the seda producer Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/component/seda/SedaConsum

svn commit: r1209392 - /camel/trunk/tooling/archetypes/camel-archetype-dataformat/

2011-12-02 Thread davsclaus
Author: davsclaus Date: Fri Dec 2 10:43:29 2011 New Revision: 1209392 URL: http://svn.apache.org/viewvc?rev=1209392&view=rev Log: Added svn ignore Modified: camel/trunk/tooling/archetypes/camel-archetype-dataformat/ (props changed) Propchange: camel/trunk/tooling/archetypes/camel-archetyp

svn commit: r1209391 - in /camel/trunk/components/camel-solr: ./ pom.xml src/test/resources/log4j.properties

2011-12-02 Thread davsclaus
Author: davsclaus Date: Fri Dec 2 10:43:03 2011 New Revision: 1209391 URL: http://svn.apache.org/viewvc?rev=1209391&view=rev Log: CAMEL-4539: Polished and fixed so using log4j logging. Added: camel/trunk/components/camel-solr/src/test/resources/log4j.properties Modified: camel/trunk/comp

[CONF] Apache Camel > Camel 2.9.0 Release

2011-12-02 Thread confluence
Camel 2.9.0 Release Page edited by Claus Ibsen Changes (5) ... h3. New [Components] * [Zookeeper] * [Krati] * [jclou

[CONF] Apache Camel > SEDA

2011-12-02 Thread confluence
SEDA Page edited by willem jiang Comment: CAMEL-4729 Changes (1) ... {div} You can set these defaul

svn commit: r1209383 - in /camel/branches/camel-2.8.x: ./ components/camel-guice/pom.xml parent/pom.xml platforms/karaf/features/pom.xml

2011-12-02 Thread davsclaus
Author: davsclaus Date: Fri Dec 2 08:09:34 2011 New Revision: 1209383 URL: http://svn.apache.org/viewvc?rev=1209383&view=rev Log: CAMEL-4674: Use hamcrest 1.1 which is in central repo. Only used by camel-guice for testing. Modified: camel/branches/camel-2.8.x/ (props changed) camel/br

svn commit: r1209382 - in /camel/trunk: components/camel-guice/pom.xml parent/pom.xml platforms/karaf/features/pom.xml

2011-12-02 Thread davsclaus
Author: davsclaus Date: Fri Dec 2 08:06:29 2011 New Revision: 1209382 URL: http://svn.apache.org/viewvc?rev=1209382&view=rev Log: CAMEL-4674: Use hamcrest 1.1 which is in central repo. Only used by camel-guice for testing. Modified: camel/trunk/components/camel-guice/pom.xml camel/trunk