svn commit: r1237570 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/direct/ camel-core/src/main/java/org/apache/camel/component/seda/ camel-core/src/main/java/org/apache/camel/

2012-01-30 Thread davsclaus
Author: davsclaus Date: Mon Jan 30 08:39:25 2012 New Revision: 1237570 URL: http://svn.apache.org/viewvc?rev=1237570view=rev Log: CAMEL-4953: Added ShutdownPrepare interface to allow Services in routes to do custom shutdown logic. For example the Aggregate EIP. Added:

[CONF] Apache Camel Camel 2.10.0 Release

2012-01-30 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... * Added {{dumpRouteStatsAsXml}} methods to [JMX|Camel JMX] to make it easier

svn commit: r1237589 - in /camel/trunk/camel-core: ./ src/main/java/org/apache/camel/processor/aggregate/AggregateProcessor.java

2012-01-30 Thread davsclaus
Author: davsclaus Date: Mon Jan 30 10:16:23 2012 New Revision: 1237589 URL: http://svn.apache.org/viewvc?rev=1237589view=rev Log: Polished Modified: camel/trunk/camel-core/ (props changed)

[CONF] Apache Camel Component List

2012-01-30 Thread confluence
Component List Page edited by Claus Ibsen Changes (1) ... sql:select * from table where id=# {code} | Performing SQL queries using JDBC |

[CONF] Apache Camel SSH

2012-01-30 Thread confluence
SSH Page added by Claus Ibsen SSH Available as of Camel 2.10 The SSH component enables access to SSH servers such that you can send an SSH command, and process the response. Maven users will need to add the following dependency to their

[CONF] Apache Camel Camel 2.10.0 Release

2012-01-30 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * {{camel-gson}} - For [JSON] data format using Google GSon project *

svn commit: r1237603 [2/2] - in /camel/trunk: apache-camel/ apache-camel/src/main/descriptors/ components/ components/camel-routebox/ components/camel-routebox/src/test/resources/ components/camel-ssh

2012-01-30 Thread davsclaus
Added: camel/trunk/examples/camel-example-ssh/src/main/resources/META-INF/LICENSE.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-ssh/src/main/resources/META-INF/LICENSE.txt?rev=1237603view=auto

svn commit: r1237666 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/seda/ camel-core/src/main/java/org/apache/camel/management/ camel-core/src/main/java/org/apache/camel/manage

2012-01-30 Thread davsclaus
Author: davsclaus Date: Mon Jan 30 14:11:10 2012 New Revision: 1237666 URL: http://svn.apache.org/viewvc?rev=1237666view=rev Log: CAMEL-4938: Fixed seda endpoint with JMX not being able to invoke certain methods. Added:

svn commit: r1237671 - in /camel/branches/camel-2.9.x: ./ camel-core/src/main/java/org/apache/camel/component/seda/ camel-core/src/main/java/org/apache/camel/management/ camel-core/src/main/java/org/a

2012-01-30 Thread davsclaus
Author: davsclaus Date: Mon Jan 30 14:23:50 2012 New Revision: 1237671 URL: http://svn.apache.org/viewvc?rev=1237671view=rev Log: CAMEL-4938: Fixed seda endpoint with JMX not being able to invoke certain methods. Added:

svn commit: r1237676 - /camel/trunk/components/camel-spring/pom.xml

2012-01-30 Thread davsclaus
Author: davsclaus Date: Mon Jan 30 14:26:32 2012 New Revision: 1237676 URL: http://svn.apache.org/viewvc?rev=1237676view=rev Log: Derby log in target dir Modified: camel/trunk/components/camel-spring/pom.xml Modified: camel/trunk/components/camel-spring/pom.xml URL:

svn commit: r1237681 - in /camel/trunk/components: camel-test-spring/ camel-websocket/

2012-01-30 Thread davsclaus
Author: davsclaus Date: Mon Jan 30 14:34:35 2012 New Revision: 1237681 URL: http://svn.apache.org/viewvc?rev=1237681view=rev Log: svn ignore Modified: camel/trunk/components/camel-test-spring/ (props changed) camel/trunk/components/camel-websocket/ (props changed) Propchange:

[CONF] Apache Camel Loop

2012-01-30 Thread confluence
Loop Page edited by Glen Mazza Comment: editorial cleanup Changes (11) h2. Loop The Loop allows to process the

svn commit: r1237807 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/seda/ camel-core/src/main/java/org/apache/camel/management/ camel-core/src/main/java/org/apache/camel/manage

2012-01-30 Thread davsclaus
Author: davsclaus Date: Mon Jan 30 17:22:16 2012 New Revision: 1237807 URL: http://svn.apache.org/viewvc?rev=1237807view=rev Log: CAMEL-4938: Fixed seda endpoint with JMX not being able to invoke certain methods. Removed:

svn commit: r1237810 - in /camel/branches/camel-2.9.x: ./ camel-core/src/main/java/org/apache/camel/component/seda/ camel-core/src/main/java/org/apache/camel/management/ camel-core/src/main/java/org/a

2012-01-30 Thread davsclaus
Author: davsclaus Date: Mon Jan 30 17:26:56 2012 New Revision: 1237810 URL: http://svn.apache.org/viewvc?rev=1237810view=rev Log: CAMEL-4938: Fixed seda endpoint with JMX not being able to invoke certain methods. Removed:

svn commit: r1238060 - /camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/BrowsableQueueTest.java

2012-01-30 Thread bvahdat
Author: bvahdat Date: Mon Jan 30 22:44:31 2012 New Revision: 1238060 URL: http://svn.apache.org/viewvc?rev=1238060view=rev Log: CAMEL-4938: Undo the unintended changes with Thread.sleep() and enableJMX() calls. Modified:

svn commit: r1238063 - in /camel/branches/camel-2.9.x/components/camel-jms: ./ src/test/java/org/apache/camel/component/jms/BrowsableQueueTest.java

2012-01-30 Thread bvahdat
Author: bvahdat Date: Mon Jan 30 22:49:45 2012 New Revision: 1238063 URL: http://svn.apache.org/viewvc?rev=1238063view=rev Log: CAMEL-4938: Undo the unintended changes with Thread.sleep() and enableJMX() calls. Modified: camel/branches/camel-2.9.x/components/camel-jms/ (props changed)

[CONF] Apache Camel Camel 2.8.4 Release

2012-01-30 Thread confluence
Camel 2.8.4 Release Page added by Hadrian Zbarcea Camel 2.8.4 release New and Noteworthy Welcome to the 2.8.4 release which is mainly a bug fix release with 89 issues resolved. For more details see the JIRA tickets Known Issues

[CONF] Apache Camel Download

2012-01-30 Thread confluence
Download Page edited by Hadrian Zbarcea Changes (5) ... * The latest release for Camel 2.9.x is [Camel 2.9.0 Release]. * The

[CONF] Apache Camel Xml Reference

2012-01-30 Thread confluence
Xml Reference Page edited by Hadrian Zbarcea Changes (7) ... || Version || XML Schema || | 2.9.0 |

[CONF] Apache Camel Apache Camel 2.8.4 Released

2012-01-30 Thread confluence
Apache Camel 2.8.4 Released Blog post added by Hadrian Zbarcea The Camel PMC just issued a new patch release: Apache Camel 2.8.4. This release includes almost 90 bug fixes and comes about eight weeks after the previous patch release on the

svn commit: r1238145 - in /camel/trunk: parent/pom.xml platforms/karaf/features/pom.xml

2012-01-30 Thread davsclaus
Author: davsclaus Date: Tue Jan 31 04:52:01 2012 New Revision: 1238145 URL: http://svn.apache.org/viewvc?rev=1238145view=rev Log: Upgraded to Jasypt 1.8 Modified: camel/trunk/parent/pom.xml camel/trunk/platforms/karaf/features/pom.xml Modified: camel/trunk/parent/pom.xml URL:

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

2012-01-30 Thread davsclaus
Author: davsclaus Date: Tue Jan 31 04:56:26 2012 New Revision: 1238147 URL: http://svn.apache.org/viewvc?rev=1238147view=rev Log: Polished Modified: camel/trunk/platforms/karaf/features/pom.xml camel/trunk/platforms/karaf/features/src/main/resources/features.xml Modified:

svn commit: r1238149 - in /camel/trunk/tooling/archetypes: camel-archetype-activemq/src/main/resources/archetype-resources/ camel-archetype-blueprint/src/main/resources/archetype-resources/ camel-arch

2012-01-30 Thread davsclaus
Author: davsclaus Date: Tue Jan 31 05:36:09 2012 New Revision: 1238149 URL: http://svn.apache.org/viewvc?rev=1238149view=rev Log: CAMEL-4957: camel-archetype-java is now a pure Java based project. Thanks to Bilgin for the patch. Polished ReadMe.txt in archetypes. Added:

[CONF] Apache Camel Camel 2.10.0 Release

2012-01-30 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * [Graceful Shutdown] is now more aggressive if timeout occurred during