[CONF] Apache Camel > Camel 2.3.0 Release

2010-04-15 Thread confluence
Camel 2.3.0 Release Page edited by willem jiang Added camel spring security component Added camel spring security component Camel 2.3.0 release (currently in progress) New and Noteworthy Welcome to the 2.3.0

[CONF] Apache Camel > Crypto (Digital Signatures)

2010-04-15 Thread confluence
Crypto (Digital Signatures) Page edited by Claus Ibsen Crypto component for Digital Signatures Available as of Camel 2.3 Using Camel cryptographic endpoints and Java's Cryptographic extension it is easy to create Digital Signatures

svn commit: r934684 - /camel/trunk/tooling/camel-manual/pom.xml

2010-04-15 Thread ningjiang
Author: ningjiang Date: Fri Apr 16 04:32:34 2010 New Revision: 934684 URL: http://svn.apache.org/viewvc?rev=934684&view=rev Log: CAMEL-1898 changed the url to get the Html from wiki Modified: camel/trunk/tooling/camel-manual/pom.xml Modified: camel/trunk/tooling/camel-manual/pom.xml URL: ht

[CONF] Apache Camel > Component List

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

[CONF] Apache Camel > Crypto (Digital Signatures)

2010-04-15 Thread confluence
Crypto (Digital Signatures) Page added by Stephen Gargan 2. Crypto component for Digital Signatures Available as of Camel 2.3 Using Camel cryptographic endpoints and Java's Cryptographic extension it is easy to create Digital Signatures for

[CONF] Apache Camel > Crypto

2010-04-15 Thread confluence
Crypto Page edited by Stephen Gargan Crypto The Crypto DataFormat integrates the Java Cryptographic Extension into Camel, allowing simple and flexible encryption and decryption of messages using Camel's familiar marshall and unmarsh

[CONF] Apache Camel > Crypto

2010-04-15 Thread confluence
Crypto Page added by Stephen Gargan Crypto The Crypto DataFormat integrates the Java Cryptographic Extension into Camel, allowing simple and flexible encryption and decryption of messages using Camel's familiar marshall and unmarshal formatt

[CONF] Apache Camel > Bean Validation

2010-04-15 Thread confluence
Bean Validation Page edited by Christian Mueller Bean Validation Component - Camel 2.3 onwards The Validation component performs bean validation of the message body using the Java Bean Validation API (JSR 303). Camel uses the refere

[CONF] Apache Camel > Camel 2.3.0 Release

2010-04-15 Thread confluence
Camel 2.3.0 Release Page edited by Christian Mueller added new component camel-bean-validator added new component camel-bean-validator Camel 2.3.0 release (currently in progress) New and Noteworthy Welcome t

[CONF] Apache Camel > Bean Validation

2010-04-15 Thread confluence
Bean Validation Page edited by Christian Mueller Bean Validation Component - Camel 2.3 onwards The Validation component performs bean validation of the message body using the Java Bean Validation API (JSR 303). Camel uses the refere

[CONF] Apache Camel > Component List

2010-04-15 Thread confluence
Component List Page edited by Christian Mueller Component / ArtifactId / URI Description ActiveMQ / activemq-camel For JMS Messaging with Apache ActiveMQ ActiveMQ Journal / activemq-core Uses ActiveMQ's fast di

[CONF] Apache Camel > bean-validation

2010-04-15 Thread confluence
bean-validation Page added by Christian Mueller Bean Validation Component - Camel 2.3 onwards The Validation component performs bean validation of the message body using the Java Bean Validation API (JSR 303). Camel uses the reference implem

[CONF] Apache Camel > Netty

2010-04-15 Thread confluence
Netty Page edited by Ashwin Karpe Netty Component Available as of Camel 2.3 The netty component in Camel is a socket communication component, based on the JBoss Netty community offering (available under an Apache 2.0 license). Net

[CONF] Apache Camel > Netty

2010-04-15 Thread confluence
Netty Page edited by Ashwin Karpe Netty Component Available as of Camel 2.3 The netty component in Camel is a socket communication component, based on the JBoss Netty community offering (available under an Apache 2.0 license). Net

[CONF] Apache Camel > Camel 2.3.0 Release

2010-04-15 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: r934376 - in /camel/trunk/components/camel-spring/src/test: java/org/apache/camel/spring/config/ resources/org/apache/camel/spring/config/

2010-04-15 Thread davsclaus
Author: davsclaus Date: Thu Apr 15 11:40:17 2010 New Revision: 934376 URL: http://svn.apache.org/viewvc?rev=934376&view=rev Log: CAMEL-2649: FactoryBean for ProducerTemplate and ConsumerTemplate should return singleton instances. Added: camel/trunk/components/camel-spring/src/test/java/org/

svn commit: r934375 - in /camel/trunk/components/camel-spring/src: main/java/org/apache/camel/spring/ main/java/org/apache/camel/spring/remoting/ test/java/org/apache/camel/spring/config/

2010-04-15 Thread davsclaus
Author: davsclaus Date: Thu Apr 15 11:36:25 2010 New Revision: 934375 URL: http://svn.apache.org/viewvc?rev=934375&view=rev Log: CAMEL-2649: FactoryBean for ProducerTemplate and ConsumerTemplate should return singleton instances. Modified: camel/trunk/components/camel-spring/src/main/java/o

svn commit: r934374 - /camel/trunk/examples/camel-example-gauth/README.txt

2010-04-15 Thread ningjiang
Author: ningjiang Date: Thu Apr 15 11:36:16 2010 New Revision: 934374 URL: http://svn.apache.org/viewvc?rev=934374&view=rev Log: Fixed a typo of the camel-example-gauth README Modified: camel/trunk/examples/camel-example-gauth/README.txt Modified: camel/trunk/examples/camel-example-gauth/REA

svn commit: r934334 - 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-15 Thread davsclaus
Author: davsclaus Date: Thu Apr 15 09:04:00 2010 New Revision: 934334 URL: http://svn.apache.org/viewvc?rev=934334&view=rev Log: CAMEL-2645: Added authMethodPriority option to camel-http. Added: camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/NTLMAuthenticatio

[CONF] Apache Camel > HTTP

2010-04-15 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 > Spring Security Example

2010-04-15 Thread confluence
Spring Security Example Page edited by willem jiang Spring Security Example This example shows you how to leverage the Spring Security already provides authentication mechanism and authoriationPolicy which is provided in camel-sprin

svn commit: r934327 - in /camel/trunk/examples/camel-example-spring-security: README.txt src/main/resources/org/apache/camel/example/spring/security/camel-context.xml

2010-04-15 Thread ningjiang
Author: ningjiang Date: Thu Apr 15 08:22:33 2010 New Revision: 934327 URL: http://svn.apache.org/viewvc?rev=934327&view=rev Log: CAMEL-2582 added wiki tag for camel-example-spring-security Modified: camel/trunk/examples/camel-example-spring-security/README.txt camel/trunk/examples/camel

svn commit: r934325 - /camel/trunk/examples/camel-example-spring-security/src/main/resources/org/apache/camel/example/spring/security/camel-context.xml

2010-04-15 Thread ningjiang
Author: ningjiang Date: Thu Apr 15 08:13:37 2010 New Revision: 934325 URL: http://svn.apache.org/viewvc?rev=934325&view=rev Log: CAMEL-2582 added wiki tag for camel-example-spring-security Modified: camel/trunk/examples/camel-example-spring-security/src/main/resources/org/apache/camel/examp

[CONF] Apache Camel > Spring Security Example

2010-04-15 Thread confluence
Spring Security Example Page added by willem jiang Spring Security Example This example shows you how to leverage the Spring Security already provides authentication mechanism and authoriationPolicy which is provided in camel-spring-security

[CONF] Apache Camel > Examples

2010-04-15 Thread confluence
Examples Page edited by willem jiang Examples Once you have read about Getting Started and looked at the Enterprise Integration Patterns you might want to try out some examples. Before starting to work on example you may want to ch

[CONF] Apache Camel > Spring Security

2010-04-15 Thread confluence
Spring Security Page added by willem jiang Spring Security Available as of Camel 2.3 Spring Security is a poplar security framework to provides the authentication and authorization for the Spring application. It allows together with Camel to

svn commit: r934308 - /camel/trunk/camel-core/src/main/java/org/apache/camel/util/IntrospectionSupport.java

2010-04-15 Thread davsclaus
Author: davsclaus Date: Thu Apr 15 07:18:07 2010 New Revision: 934308 URL: http://svn.apache.org/viewvc?rev=934308&view=rev Log: CAMEL-2642: Added javadoc and TODO Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/util/IntrospectionSupport.java Modified: camel/trunk/camel-cor

svn commit: r934302 - in /camel/trunk/components/camel-spring-security/src/test/resources/org/apache/camel/component/spring/security: SpringSecurityCamelContext.xml commonSecurity.xml

2010-04-15 Thread ningjiang
Author: ningjiang Date: Thu Apr 15 07:07:57 2010 New Revision: 934302 URL: http://svn.apache.org/viewvc?rev=934302&view=rev Log: CAMEL-2582 added wiki tag for camel-spring-security example Modified: camel/trunk/components/camel-spring-security/src/test/resources/org/apache/camel/component/sp