[CONF] Apache Camel > Exec

2010-04-14 Thread confluence
Exec Page edited by Claus Ibsen Exec component Available in Camel 2.3 The exec component can be used to execute a system command. Dependencies Maven users need to add the following dependency to their pom.xml where ${camel-vers

[CONF] Apache Camel > Exec

2010-04-14 Thread confluence
Exec Page edited by Claus Ibsen Exec component Available in Camel 2.3 The exec component can be used to execute a system command. Dependencies Maven users need to add the following dependency to their pom.xml where ${camel-vers

[CONF] Apache Camel > Exec

2010-04-14 Thread confluence
Exec Page added by Claus Ibsen Exec component Available in Camel 2.3 The exec component can be used to execute a system command. URI format where executable is the name, or file path, of the system command that will be executed. If exe

[CONF] Apache Camel > Component List

2010-04-14 Thread confluence
Component List Page edited by Claus Ibsen Component / ArtifactId / URI Description ActiveMQ / activemq-camel For JMS Messaging with Apache ActiveMQ ActiveMQ Journal / activemq-core Uses ActiveMQ's fast disk jou

svn commit: r934297 - in /camel/trunk/components/camel-exec/src: main/java/org/apache/camel/component/exec/ main/java/org/apache/camel/component/exec/impl/ test/java/org/apache/camel/component/exec/ t

2010-04-14 Thread davsclaus
Author: davsclaus Date: Thu Apr 15 06:35:26 2010 New Revision: 934297 URL: http://svn.apache.org/viewvc?rev=934297&view=rev Log: CAMEL-2549: Applied patch with thanks to Mitko Kolev. Added: camel/trunk/components/camel-exec/src/test/java/org/apache/camel/component/exec/impl/ExecDocumentation

[CONF] Apache Camel > Mail

2010-04-14 Thread confluence
Mail Page edited by Claus Ibsen Mail Component The mail component provides access to Email via Spring's Mail support and the underlying JavaMail system. Maven users will need to add the following dependency to their pom.xml for thi

[CONF] Apache Camel > JPA

2010-04-14 Thread confluence
JPA Page edited by Claus Ibsen JPA Component The jpa component enables you to store and retrieve Java objects from persistent storage using EJB 3's Java Persistence Architecture (JPA), which is a standard interface layer that wraps

svn commit: r934296 - in /camel/trunk/components/camel-jpa/src: main/java/org/apache/camel/component/jpa/JpaComponent.java test/java/org/apache/camel/processor/jpa/JpaRouteTest.java

2010-04-14 Thread davsclaus
Author: davsclaus Date: Thu Apr 15 05:55:12 2010 New Revision: 934296 URL: http://svn.apache.org/viewvc?rev=934296&view=rev Log: CAMEL-2647: JpaComponent will not lookup in registry and use EMF and TM if found. Convention over configuration. Modified: camel/trunk/components/camel-jpa/src/ma

svn commit: r934264 - /camel/trunk/platforms/karaf/features/pom.xml

2010-04-14 Thread ningjiang
Author: ningjiang Date: Thu Apr 15 02:12:42 2010 New Revision: 934264 URL: http://svn.apache.org/viewvc?rev=934264&view=rev Log: CAMEL-2646 updated the apache-camel features for it Modified: camel/trunk/platforms/karaf/features/pom.xml Modified: camel/trunk/platforms/karaf/features/pom.xml U

svn commit: r934260 - /camel/trunk/components/camel-ftp/pom.xml

2010-04-14 Thread ningjiang
Author: ningjiang Date: Thu Apr 15 01:46:01 2010 New Revision: 934260 URL: http://svn.apache.org/viewvc?rev=934260&view=rev Log: CAMEL-2646 Upgraded jsch version of camel-ftp to 0.1.42 Modified: camel/trunk/components/camel-ftp/pom.xml Modified: camel/trunk/components/camel-ftp/pom.xml URL:

[CONF] Apache Camel > Tutorial-OAuth

2010-04-14 Thread confluence
Tutorial-OAuth Page edited by Martin Krasser Camel OAuth Tutorial Overview Goal of this tutorial is to demonstrate how to implement an OAuth consumer with Apache Camel. In this tutorial, the OAuth consumer is a simple web applicati

[CONF] Apache Camel > Book Front Cover

2010-04-14 Thread confluence
Book Front Cover Page edited by Claus Ibsen Apache Camel User Guide Version 2.3-SNAPSHOT Copyright 2007-2010, Apache Software Foundation Change Notification Preferences View Online

svn commit: r933947 - in /camel/trunk/components: camel-http/src/main/java/org/apache/camel/component/http/ camel-http/src/test/java/org/apache/camel/component/http/ camel-jetty/src/test/java/org/apac

2010-04-14 Thread davsclaus
Author: davsclaus Date: Wed Apr 14 13:43:06 2010 New Revision: 933947 URL: http://svn.apache.org/viewvc?rev=933947&view=rev Log: CAMEL-2645: Make it easier to configure authentication and proxy authentication on camel-http. Added: camel/trunk/components/camel-http/src/main/java/org/apache/c

[CONF] Apache Camel > FTP

2010-04-14 Thread confluence
FTP Page edited by Arjan Moraal FTP/SFTP Component - Camel 1.x only This component provides access to remote file systems over the FTP and SFTP protocols. Maven users will need to add the following dependency to their pom.xml for t

[CONF] Apache Camel > Tutorial-OAuth

2010-04-14 Thread confluence
Tutorial-OAuth Page edited by Martin Krasser Camel OAuth Tutorial Overview Goal of this tutorial is to demonstrate how to implement an OAuth consumer with Apache Camel. In this tutorial, the OAuth consumer is a simple web applicati

[CONF] Apache Camel > HTTP

2010-04-14 Thread confluence
HTTP Page edited by Claus Ibsen HTTP Component The http: component provides HTTP based endpoints for consuming external HTTP resources (as a client to call external servers using HTTP). Maven users will need to add the following de

[CONF] Apache Camel > HTTP

2010-04-14 Thread confluence
HTTP Page edited by Claus Ibsen HTTP Component The http: component provides HTTP based endpoints for consuming external HTTP resources (as a client to call external servers using HTTP). Maven users will need to add the following de

svn commit: r933905 - in /camel/trunk/examples/camel-example-spring-security: ./ src/test/

2010-04-14 Thread ningjiang
Author: ningjiang Date: Wed Apr 14 10:12:29 2010 New Revision: 933905 URL: http://svn.apache.org/viewvc?rev=933905&view=rev Log: CAMEL-2581 clean up the directories of camel-example-spring-security Removed: camel/trunk/examples/camel-example-spring-security/src/test/ Modified: camel/trunk

svn commit: r933904 - in /camel/trunk/examples/camel-example-spring-security: ./ client/ src/ src/main/ src/main/resources/ src/main/resources/META-INF/ src/main/resources/org/ src/main/resources/org/

2010-04-14 Thread ningjiang
Author: ningjiang Date: Wed Apr 14 10:08:41 2010 New Revision: 933904 URL: http://svn.apache.org/viewvc?rev=933904&view=rev Log: CAMEL-2581 Added camel-example-spring-security Added: camel/trunk/examples/camel-example-spring-security/ camel/trunk/examples/camel-example-spring-security/REA

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

2010-04-14 Thread ningjiang
Author: ningjiang Date: Wed Apr 14 10:01:31 2010 New Revision: 933901 URL: http://svn.apache.org/viewvc?rev=933901&view=rev Log: CAMEL-2643 Using CamelAuthorizationException to avoid the NPE of Authentication Modified: camel/trunk/components/camel-spring-security/src/main/java/org/apache/cam

svn commit: r933898 - in /camel/trunk/components/camel-spring-security/src: main/resources/schema/camel-spring-security.xsd test/java/org/apache/camel/component/spring/security/SpringSecurityAuthoriza

2010-04-14 Thread ningjiang
Author: ningjiang Date: Wed Apr 14 09:47:57 2010 New Revision: 933898 URL: http://svn.apache.org/viewvc?rev=933898&view=rev Log: CAMEL-2643 Added test and update the schema file for it Modified: camel/trunk/components/camel-spring-security/src/main/resources/schema/camel-spring-security.xsd

svn commit: r933892 - in /camel/trunk/components/camel-spring-security/src/main: java/org/apache/camel/component/spring/security/SpringSecurityAuthorizationPolicy.java resources/schema/camel-spring-se

2010-04-14 Thread ningjiang
Author: ningjiang Date: Wed Apr 14 09:34:30 2010 New Revision: 933892 URL: http://svn.apache.org/viewvc?rev=933892&view=rev Log: CAMEL-2643 Supported to get the authentication object from SecurityContextHolder Modified: camel/trunk/components/camel-spring-security/src/main/java/org/apache/ca

svn commit: r933891 - in /camel/trunk/components/camel-servlet/src: main/java/org/apache/camel/component/servlet/CamelHttpTransportServlet.java test/resources/org/apache/camel/component/servlet/web-sp

2010-04-14 Thread ningjiang
Author: ningjiang Date: Wed Apr 14 09:29:04 2010 New Revision: 933891 URL: http://svn.apache.org/viewvc?rev=933891&view=rev Log: CAMEL-2641 Camel-Servlet component should support to load more than one application context file Modified: camel/trunk/components/camel-servlet/src/main/java/org/

svn commit: r933877 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/file/ camel-core/src/test/java/org/apache/camel/component/file/ camel-core/src/test/java/org/apache/camel/com

2010-04-14 Thread davsclaus
Author: davsclaus Date: Wed Apr 14 08:22:01 2010 New Revision: 933877 URL: http://svn.apache.org/viewvc?rev=933877&view=rev Log: CAMEL-2640: Fixed file consumer with recursive and noop enable would not pick files with similar name in sibling folders. Added: camel/trunk/camel-core/src/test/j

[CONF] Apache Camel > Camel 2.3.0 Release

2010-04-14 Thread confluence
Camel 2.3.0 Release Page edited by Claus Ibsen Camel 2.3.0 release (currently in progress) New and Noteworthy Welcome to the 2.3.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

svn commit: r933865 - /camel/trunk/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/JpaShutdownCompleteAllTasksTest.java

2010-04-14 Thread davsclaus
Author: davsclaus Date: Wed Apr 14 07:10:50 2010 New Revision: 933865 URL: http://svn.apache.org/viewvc?rev=933865&view=rev Log: Fixed test on other boxes Modified: camel/trunk/components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/JpaShutdownCompleteAllTasksTest.java Modified: