svn commit: r952562 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/ components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/ components/camel-spring-sec

2010-06-08 Thread ningjiang
Author: ningjiang Date: Tue Jun 8 08:00:47 2010 New Revision: 952562 URL: http://svn.apache.org/viewvc?rev=952562view=rev Log: CAMEL-2796 provides policy referece id in CamelAuthorizationException Modified:

svn commit: r952564 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/ main/java/org/apache/camel/builder/ main/java/org/apache/camel/language/simple/ test/java/org/apache/camel/language/

2010-06-08 Thread ningjiang
Author: ningjiang Date: Tue Jun 8 08:13:06 2010 New Revision: 952564 URL: http://svn.apache.org/viewvc?rev=952564view=rev Log: CAMEL-2797 Added exchange exception ognl expression supports to simple language Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/Exchange.java

svn commit: r952570 - in /camel/trunk: parent/ tests/camel-itest-osgi/ tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/blueprint/ tests/camel-itest-osgi/src/test/resources/org/apache/

2010-06-08 Thread gnodet
Author: gnodet Date: Tue Jun 8 08:45:08 2010 New Revision: 952570 URL: http://svn.apache.org/viewvc?rev=952570view=rev Log: Add some blueprint integration tests Added: camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/blueprint/

[CONF] Apache Camel Simple

2010-06-08 Thread confluence
Simple Page comment added by Tarjei Huse Minor nitpick: Most of the examples uses functions that need a static import, but the import is not very obvious. It would be nice to add the import to the first example like: # import

svn commit: r952640 - in /camel/trunk/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi: OsgiComponentResolver.java OsgiFactoryFinder.java OsgiTypeConverter.java

2010-06-08 Thread ningjiang
Author: ningjiang Date: Tue Jun 8 12:47:41 2010 New Revision: 952640 URL: http://svn.apache.org/viewvc?rev=952640view=rev Log: Fixed the IDE warning of camel-core-osgi Modified: camel/trunk/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi/OsgiComponentResolver.java

svn commit: r952644 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/ main/java/org/apache/camel/impl/ main/java/org/apache/camel/management/mbean/ main/java/org/apache/camel/util/ test/ja

2010-06-08 Thread davsclaus
Author: davsclaus Date: Tue Jun 8 13:16:05 2010 New Revision: 952644 URL: http://svn.apache.org/viewvc?rev=952644view=rev Log: CAMEL-2628: Uptime is now logged when stopping Camel and avail in JMX as well. Added: camel/trunk/camel-core/src/main/java/org/apache/camel/util/TimeUtils.java

[CONF] Apache Camel Download

2010-06-08 Thread confluence
Download Page edited by Hadrian Zbarcea Changes (5) ... |Windows Distribution|

[CONF] Apache Camel Scripting Languages Context

2010-06-08 Thread confluence
Scripting Languages Context Page edited by willem jiang Changes (1) ... || Attribute || Type || Value || | camelContext |

svn commit: r952896 - in /camel/trunk/components/camel-http4/src/test/java/org/apache/camel/component/http4: HttpNoConnectionTest.java HttpSOTimeoutTest.java HttpThrowExceptionOnFailureTest.java

2010-06-08 Thread davsclaus
Author: davsclaus Date: Wed Jun 9 04:09:18 2010 New Revision: 952896 URL: http://svn.apache.org/viewvc?rev=952896view=rev Log: CAMEL-2795: Fixed tests Modified: camel/trunk/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpNoConnectionTest.java

[CONF] Apache Camel Articles

2010-06-08 Thread confluence
Articles Page edited by Claus Ibsen Changes (1) ... * [Camel + Smooks|http://blog.smooks.org/2010/02/22/apache-camel-smooks/] from the official Smooks blog

[CONF] Apache Camel Scripting Languages Context

2010-06-08 Thread confluence
Scripting Languages Context Page edited by willem jiang Changes (1) ... || Attribute || Type || Value || | camelContext |

svn commit: r952904 - in /camel/trunk/camel-core/src/main/java/org/apache/camel/impl: DefaultCamelContext.java converter/DefaultTypeConverter.java

2010-06-08 Thread davsclaus
Author: davsclaus Date: Wed Jun 9 05:10:38 2010 New Revision: 952904 URL: http://svn.apache.org/viewvc?rev=952904view=rev Log: CAMEL-2628: Output duration in more human reable format for time taken to start/stop Camel. Modified: