svn commit: r948371 - /camel/trunk/camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java

2010-05-26 Thread davsclaus
Author: davsclaus Date: Wed May 26 09:15:28 2010 New Revision: 948371 URL: http://svn.apache.org/viewvc?rev=948371view=rev Log: CAMEL-2750: Fixed issue with CGLib enhanced beans being invoked from camel bean. Modified:

[CONF] Apache Camel Exec

2010-05-26 Thread confluence
Exec Page comment added by Mitko Kolev Hi, I found some minor issues in the documentation: The first sentence should be: The exec component can be used to execute system commands. Section URI options: In the description of

[CONF] Apache Camel Enterprise Integration Patterns

2010-05-26 Thread confluence
Enterprise Integration Patterns Page edited by Christian Mueller Comment: Added the Validate EIP Changes (1) ... |

[CONF] Apache Camel Validate

2010-05-26 Thread confluence
Validate Page added by Christian Mueller Validate Available as of Camel 2.3 Validate can be used to validate a message. Imagine you consume text files and before processing each file you want to be sure the content is valid. You can use

[CONF] Apache Camel Camel 2.3.0 Release

2010-05-26 Thread confluence
Camel 2.3.0 Release Page edited by Hadrian Zbarcea Changes (3) ... h2. New and Noteworthy Welcome to the 2.3.0 release which approx XXX 276

[CONF] Apache Camel Camel 2.3.0 Release

2010-05-26 Thread confluence
Camel 2.3.0 Release Page moved by Hadrian Zbarcea From: Apache Camel In Progress To: Apache Camel Download

svn commit: r948643 - /camel/scripts/publish_camel_distro.sh

2010-05-26 Thread hadrian
Author: hadrian Date: Thu May 27 00:16:52 2010 New Revision: 948643 URL: http://svn.apache.org/viewvc?rev=948643view=rev Log: Update to include spring-security and manuals Modified: camel/scripts/publish_camel_distro.sh Modified: camel/scripts/publish_camel_distro.sh URL:

[CONF] Apache Camel Xml Reference

2010-05-26 Thread confluence
Xml Reference Page edited by Hadrian Zbarcea Changes (2) ... || Version || XML Schema || | 2.3.0 |

[CONF] Apache Camel Manual

2010-05-26 Thread confluence
Manual Page edited by Hadrian Zbarcea Changes (1) ... || Manual Versions || | [Camel Manual

svn commit: r948651 - /camel/trunk/pom.xml

2010-05-26 Thread ningjiang
Author: ningjiang Date: Thu May 27 02:01:44 2010 New Revision: 948651 URL: http://svn.apache.org/viewvc?rev=948651view=rev Log: CAMEL-2734 Added bundle version for the source jar by applying patch with thanks to Christian Modified: camel/trunk/pom.xml Modified: camel/trunk/pom.xml URL:

svn commit: r948653 - in /camel/trunk/components/camel-spring-security/src/main: java/org/apache/camel/component/spring/security/ java/org/apache/camel/component/spring/security/config/ java/org/apach

2010-05-26 Thread ningjiang
Author: ningjiang Date: Thu May 27 02:10:51 2010 New Revision: 948653 URL: http://svn.apache.org/viewvc?rev=948653view=rev Log: CAMEL-2756 Introduced plugable AuthenticationConverter into camel-spring-security Added:

svn commit: r948656 - /camel/trunk/components/camel-spring-security/src/main/java/org/apache/camel/component/spring/security/SpringSecurityAuthorizationPolicy.java

2010-05-26 Thread ningjiang
Author: ningjiang Date: Thu May 27 03:01:11 2010 New Revision: 948656 URL: http://svn.apache.org/viewvc?rev=948656view=rev Log: CAMEL-2756 removed the System.out.println Modified:

svn commit: r948659 - in /camel/trunk/tests/camel-itest: ./ src/test/java/org/apache/camel/itest/security/ src/test/resources/org/apache/camel/itest/security/

2010-05-26 Thread ningjiang
Author: ningjiang Date: Thu May 27 03:05:56 2010 New Revision: 948659 URL: http://svn.apache.org/viewvc?rev=948659view=rev Log: CAMEL-2757 Added integration test for this feature Added: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/security/