svn commit: r1296457 - in /camel/trunk/camel-core/src/main/java/org/apache/camel/impl: DefaultMessage.java MessageSupport.java

2012-03-02 Thread bvahdat
Author: bvahdat Date: Fri Mar 2 21:00:22 2012 New Revision: 1296457 URL: http://svn.apache.org/viewvc?rev=1296457&view=rev Log: Implement Message.copyFrom() solely at one class level. Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultMessage.java camel/trunk/c

svn commit: r1296314 - in /camel/trunk/camel-core/src/main/java/org/apache/camel/component/stub: StubComponent.java package.html

2012-03-02 Thread davsclaus
Author: davsclaus Date: Fri Mar 2 17:17:26 2012 New Revision: 1296314 URL: http://svn.apache.org/viewvc?rev=1296314&view=rev Log: CAMEL-5057: Fixed CS Added: camel/trunk/camel-core/src/main/java/org/apache/camel/component/stub/package.html - copied, changed from r1296310, camel/trunk

[CONF] Apache Camel > Camel 2.10.0 Release

2012-03-02 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * {{camel-mongodb}} - for [MongoDB] integration * {{camel-ssh}} - For executing

[CONF] Apache Camel > Stub

2012-03-02 Thread confluence
Stub Page edited by James Strachan Changes (1) ... Under the covers the Stub component creates [VM] endpoints. So if you are in d

[CONF] Apache Camel > Stub

2012-03-02 Thread confluence
Stub Page edited by James Strachan Changes (1) ... Under the covers the Stub component creates [VM] endpoints. So if you are in d

[CONF] Apache Camel > Stub

2012-03-02 Thread confluence
Stub Page edited by James Strachan Changes (1) ... Under the covers the Stub component creates [VM] endpoints. So if you are in d

[CONF] Apache Camel > Stub

2012-03-02 Thread confluence
Stub Page edited by James Strachan Changes (2) ... {code} Where *{{someUri}}* can be any URI at all with any query.

[CONF] Apache Camel > Component List

2012-03-02 Thread confluence
Component List Page edited by James Strachan Changes (1) ... string-template:someTemplateResource {code} | Generates a response using a [String

[CONF] Apache Camel > Stub

2012-03-02 Thread confluence
Stub Page edited by James Strachan Changes (2) h2. Stub Component *Available as of Camel 2.10* The *stub:* component provides a

[CONF] Apache Camel > Stub

2012-03-02 Thread confluence
Stub Page added by James Strachan Stub Component The stub: component provides a simple way to stub out any physical endpoints for easy testing. Just add stub: in front of any endpoint URI and things just work. Under the covers the Stub comp

svn commit: r1296215 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/stub/ main/resources/META-INF/services/org/apache/camel/component/ test/java/org/apache/camel/component/stub

2012-03-02 Thread jstrachan
Author: jstrachan Date: Fri Mar 2 14:10:03 2012 New Revision: 1296215 URL: http://svn.apache.org/viewvc?rev=1296215&view=rev Log: added a first spike of a stub component for CAMEL-5057 Added: camel/trunk/camel-core/src/main/java/org/apache/camel/component/stub/ camel/trunk/camel-core/sr

[CONF] Apache Camel > Spring Testing

2012-03-02 Thread confluence
Spring Testing Page edited by Babak Vahdat Changes (1) ... h3. See Also * a A [real example test case using Mock and Spring|http:

[CONF] Apache Camel > Team

2012-03-02 Thread confluence
Team Page edited by Brett E. Meyer Changes (1) ... | Arjan Moraal | | | Barry Kaplan | | | Brett Meyer | [3River Development|http:

[CONF] Apache Camel > Camel 2.10.0 Release

2012-03-02 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... * The {{errorHandler}} method in {{RouteBuilder}} now returns {{void}}, as its

svn commit: r1296196 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/main/java/org/apache/camel/management/ camel-core/src/main/java/org/apache/camel/model/ camel-cor

2012-03-02 Thread davsclaus
Author: davsclaus Date: Fri Mar 2 13:26:05 2012 New Revision: 1296196 URL: http://svn.apache.org/viewvc?rev=1296196&view=rev Log: CAMEL-5041: Fixed so route scoped error handlers is removed from JMX when removing a route, to not leak memory. Added: camel/trunk/camel-core/src/test/java/org/