svn commit: r928575 - in /camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/jaxrs/ test/java/org/apache/camel/component/cxf/jaxrs/ test/resources/org/apache/camel/componen

2010-03-28 Thread ningjiang
Author: ningjiang Date: Mon Mar 29 02:51:41 2010 New Revision: 928575 URL: http://svn.apache.org/viewvc?rev=928575&view=rev Log: CAMEL-2575 Fix the CXFRS routing issue Modified: camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/DefaultCxfRsBinding.java

svn commit: r928564 - in /camel/trunk/components: camel-jms/src/test/resources/org/apache/camel/component/jms/tx/ camel-spring/src/main/java/org/apache/camel/spring/ camel-spring/src/main/java/org/apa

2010-03-28 Thread ningjiang
Author: ningjiang Date: Mon Mar 29 01:56:53 2010 New Revision: 928564 URL: http://svn.apache.org/viewvc?rev=928564&view=rev Log: CAMEL-1799 clean up the ErrorHandler SpringDSL implementation Added: camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/ErrorHandlerDefiniti

[CONF] Apache Camel > XQuery Endpoint

2010-03-28 Thread confluence
XQuery Endpoint Page edited by willem jiang XQuery The xquery: component allows you to process a message using an XQuery template. This can be ideal when using Templating to generate respopnses for requests. Maven users will need t

[CONF] Apache Camel > XMPP

2010-03-28 Thread confluence
XMPP Page edited by willem jiang XMPP Component The xmpp: component implements an XMPP (Jabber) transport. Maven users will need to add the following dependency to their pom.xml for this component: org.apache.camel camel

[CONF] Apache Camel > StringTemplate

2010-03-28 Thread confluence
StringTemplate Page edited by willem jiang String Template The string-template: component allows you to process a message using a String Template. This can be ideal when using Templating to generate responses for requests. Maven us

[CONF] Apache Camel > SQL Component

2010-03-28 Thread confluence
SQL Component Page edited by willem jiang SQL Component The sql: component allows you to work with databases using JDBC queries. The difference between this component and JDBC component is that in case of SQL the query is a property

[CONF] Apache Camel > SpringIntegration

2010-03-28 Thread confluence
SpringIntegration Page edited by willem jiang Spring Integration Component The spring-integration: component provides a bridge for Camel components to talk to spring integration endpoints. Maven users will need to add the following

[CONF] Apache Camel > Stream

2010-03-28 Thread confluence
Stream Page edited by willem jiang Stream Component The stream: component provides access to the System.in, System.out and System.err streams as well as allowing streaming of file and URL. Maven users will need to add the following

[CONF] Apache Camel > SNMP

2010-03-28 Thread confluence
SNMP Page edited by willem jiang SNMP Component Available as of Camel 2.1 The snmp: component gives you the ability to poll SNMP capable devices or receiving traps. Maven users will need to add the following dependency to their pom

[CONF] Apache Camel > SMPP

2010-03-28 Thread confluence
SMPP Page edited by willem jiang SMPP Component This component provides access to an SMSC (Short Message Service Center) over the SMPP protocol to send and receive SMS. The JSMPP is used. Maven users will need to add the following

[CONF] Apache Camel > Scalate

2010-03-28 Thread confluence
Scalate Page edited by willem jiang Scalate Available as of Camel 2.3 The scalate: component allows you to process a message using Scalate template, which supports either SSP or Scaml format templates. This can be ideal when using T

[CONF] Apache Camel > RSS

2010-03-28 Thread confluence
RSS Page edited by willem jiang RSS Component The rss: component is used for polling RSS feeds. Camel will default poll the feed every 60th seconds. Maven users will need to add the following dependency to their pom.xml for this co

[CONF] Apache Camel > RMI

2010-03-28 Thread confluence
RMI Page edited by willem jiang RMI Component The rmi: component binds PojoExchanges to the RMI protocol (JRMP). Since this binding is just using RMI, normal RMI rules still apply regarding what methods can be invoked. This compon

[CONF] Apache Camel > Jing

2010-03-28 Thread confluence
Jing Page edited by willem jiang Jing Component The Jing component uses the Jing Library to perform XML validation of the message body using either RelaxNG XML Syntax RelaxNG Compact Syntax Maven users will need to add the fo

[CONF] Apache Camel > Restlet

2010-03-28 Thread confluence
Restlet Page edited by willem jiang Restlet Component The Restlet component provides Restlet based endpoints for consuming and producing RESTful resources. Maven users will need to add the following dependency to their pom.xml for

[CONF] Apache Camel > Quickfix

2010-03-28 Thread confluence
Quickfix Page edited by willem jiang Quickfix Component Available as of Camel 2.0 The quickfix component is an implementation of the QuickFix engine for Java . This engine allows to connect to a FIX server which is used to exchange

[CONF] Apache Camel > Nagios

2010-03-28 Thread confluence
Nagios Page edited by willem jiang Nagios Available as of Camel 2.3 The Nagios component allows you to send passive checks to Nagios. Maven users will need to add the following dependency to their pom.xml for this component:

[CONF] Apache Camel > MINA

2010-03-28 Thread confluence
MINA Page edited by willem jiang MINA Component The mina: component is a transport for working with Apache MINA Maven users will need to add the following dependency to their pom.xml for this component: org.apache.camel

[CONF] Apache Camel > MSV

2010-03-28 Thread confluence
MSV Page edited by willem jiang MSV Component The MSV component performs XML validation of the message body using the MSV Library and any of the supported XML schema languages, such as XML Schema or RelaxNG XML Syntax. Maven users

[CONF] Apache Camel > Lucene

2010-03-28 Thread confluence
Lucene Page edited by willem jiang Lucene (Indexer and Search) Component Available as of Camel 2.2 The lucene component is based on the Apache Lucene project. Apache Lucene is a powerful high-performance, full-featured text search

[CONF] Apache Camel > JPA

2010-03-28 Thread confluence
JPA Page edited by willem jiang 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

[CONF] Apache Camel > JT400

2010-03-28 Thread confluence
JT400 Page edited by willem jiang JT/400 Component The jt400 component allows you to exchanges messages with an AS/400 system using data queues. This components is only available in Camel 1.5 and above. Maven users will need to ad

[CONF] Apache Camel > LDAP

2010-03-28 Thread confluence
LDAP Page edited by willem jiang LDAP Component The ldap component allows you to perform searches in LDAP servers using filters as the message payload. This component uses standard JNDI (javax.naming package) to access the server.

[CONF] Apache Camel > JPA

2010-03-28 Thread confluence
JPA Page edited by willem jiang 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

[CONF] Apache Camel > JCR

2010-03-28 Thread confluence
JCR Page edited by willem jiang JCR Component The jcr component allows you to add nodes to a JCR (JSR-170) compliant content repository (for example, Apache Jackrabbit ). Maven users will need to add the following dependency to the

[CONF] Apache Camel > JDBC

2010-03-28 Thread confluence
JDBC Page edited by willem jiang JDBC Component The jdbc component enables you to access databases through JDBC, where SQL queries and operations are sent in the message body. This component uses the standard JDBC API, unlike the SQ

[CONF] Apache Camel > JCR

2010-03-28 Thread confluence
JCR Page edited by willem jiang JCR Component The jcr component allows you to add nodes to a JCR (JSR-170) compliant content repository (for example, Apache Jackrabbit ). org.apache.camel camel-jcr x.x.x URI

[CONF] Apache Camel > IRC

2010-03-28 Thread confluence
IRC Page edited by willem jiang IRC Component The irc component implements an IRC (Internet Relay Chat) transport. Maven users will need to add the following dependency to their pom.xml for this component: org.apache.camel

[CONF] Apache Camel > JavaSpace

2010-03-28 Thread confluence
JavaSpace Page edited by willem jiang JavaSpace Component Available as of Camel 2.1 The javaspace component is a transport for working with any JavaSpace compliant implementation and this component has been tested with both the Blit

[CONF] Apache Camel > HL7

2010-03-28 Thread confluence
HL7 Page edited by willem jiang HL7 Component The hl7 component is used for working with the HL7 MLLP protocol and the HL7 model using the HAPI library. This component supports the following: HL7 MLLP codec for Mina Agnostic dat

[CONF] Apache Camel > Mail

2010-03-28 Thread confluence
Mail Page edited by willem jiang 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 th

[CONF] Apache Camel > iBATIS

2010-03-28 Thread confluence
iBATIS Page edited by willem jiang iBATIS The ibatis: component allows you to query, poll, insert, update and delete data in a relational database using Apache iBATIS. Maven users will need to add the following dependency to their

[CONF] Apache Camel > Mail

2010-03-28 Thread confluence
Mail Page edited by willem jiang 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 th

[CONF] Apache Camel > iBATIS

2010-03-28 Thread confluence
iBATIS Page edited by willem jiang iBATIS The ibatis: component allows you to query, poll, insert, update and delete data in a relational database using Apache iBATIS. Maven users will need to add the following dependency to their

[CONF] Apache Camel > FTP2

2010-03-28 Thread confluence
FTP2 Page edited by willem jiang FTP/SFTP/FTPS Component - Camel 2.0 onwards 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.

[CONF] Apache Camel > FTP

2010-03-28 Thread confluence
FTP Page edited by willem jiang 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 > Freemarker

2010-03-28 Thread confluence
Freemarker Page edited by willem jiang Freemarker Available as of Camel 1.6 The freemarker: component allows you to process a message using a Freemarker template. This can be ideal when using Templating to generate responses for req

[CONF] Apache Camel > Flatpack

2010-03-28 Thread confluence
Flatpack Page edited by willem jiang Flatpack Component The Flatpack component supports fixed width and delimited file parsing via the FlatPack library. Notice: This component only supports consuming from flatpack files to Object mo

[CONF] Apache Camel > Freemarker

2010-03-28 Thread confluence
Freemarker Page edited by willem jiang Freemarker Available as of Camel 1.6 The freemarker: component allows you to process a message using a Freemarker template. This can be ideal when using Templating to generate responses for req

[CONF] Apache Camel > Cometd

2010-03-28 Thread confluence
Cometd Page edited by willem jiang Cometd Component The cometd: component is a transport for working with the jetty implementation of the cometd/bayeux protocol. Using this component in combination with the dojo toolkit library it's

[CONF] Apache Camel > Cache

2010-03-28 Thread confluence
Cache Page edited by willem jiang Cache Component Available as of Camel 2.1 The cache component enables you to perform caching operations using EHCache as the Cache Implementation. The cache itself is created on demand or if a cach

[CONF] Apache Camel > Atom

2010-03-28 Thread confluence
Atom Page edited by willem jiang Atom Component The atom: component is used for polling atom feeds. Camel will default poll the feed every 60th seconds. Note: The component currently only supports polling (consuming) feeds. Maven

[CONF] Apache Camel > AMQP

2010-03-28 Thread confluence
AMQP Page edited by willem jiang AMQP The AMQP component supports the AMQP protocol via the Qpid project. Maven users will need to add the following dependency to their pom.xml for this component: org.apache.camel camel-

[CONF] Apache Camel > Printer

2010-03-28 Thread confluence
Printer Page edited by willem jiang Printer Component Available as of Camel 2.1 The printer component provides a way to direct payloads on a route to a printer. Obviously the payload has to be a formatted piece of payload in order

[CONF] Apache Camel > HTTP

2010-03-28 Thread confluence
HTTP Page edited by willem jiang CAMEL-2592 CAMEL-2592 HTTP Component The http: component provides HTTP based endpoints for consuming external HTTP resources (as a client to call external servers using HTTP). M

[CONF] Apache Camel > Quartz

2010-03-28 Thread confluence
Quartz Page edited by willem jiang Quartz Component The quartz: component provides a scheduled delivery of messages using the Quartz scheduler. Each endpoint represents a different timer (in Quartz terms, a Trigger and JobDetail).

svn commit: r928427 - in /camel/trunk: components/camel-blueprint/pom.xml components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java parent/pom.xml

2010-03-28 Thread davsclaus
Author: davsclaus Date: Sun Mar 28 15:07:49 2010 New Revision: 928427 URL: http://svn.apache.org/viewvc?rev=928427&view=rev Log: CAMEL-2586: camel-blueprint uses camel-osgi for class resolver. Thanks to Johan Edstrom for patch. Modified: camel/trunk/components/camel-blueprint/pom.xml ca

svn commit: r928423 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/direct/ test/java/org/apache/camel/processor/

2010-03-28 Thread davsclaus
Author: davsclaus Date: Sun Mar 28 15:00:56 2010 New Revision: 928423 URL: http://svn.apache.org/viewvc?rev=928423&view=rev Log: CAMEL-2590: routes from direct endpoint is automatic deferred on shutdown to offer better graceful shutdown when using direct endpoints. Added: camel/trunk/camel-

[CONF] Apache Camel > XSLT

2010-03-28 Thread confluence
XSLT Page edited by Claus Ibsen XSLT The xslt: component allows you to process a message using an XSLT template. This can be ideal when using Templating to generate respopnses for requests. URI format xslt:templateName[?options]

svn commit: r928359 - /camel/trunk/components/camel-spring/src/main/java/org/apache/camel/component/xslt/XsltComponent.java

2010-03-28 Thread davsclaus
Author: davsclaus Date: Sun Mar 28 08:31:38 2010 New Revision: 928359 URL: http://svn.apache.org/viewvc?rev=928359&view=rev Log: CAMEL-2588: Added more options to xslt component. Modified: camel/trunk/components/camel-spring/src/main/java/org/apache/camel/component/xslt/XsltComponent.java M

[CONF] Apache Camel > Graceful Shutdown

2010-03-28 Thread confluence
Graceful Shutdown Page edited by Claus Ibsen Graceful Shutdown Available as of Camel 2.2 Camel now supports a pluggable shutdown strategy using org.apache.camel.spi.ShutdownStrategy. Its responsible for shutting down routes in a gra

[CONF] Apache Camel > Camel 2.3.0 Release

2010-03-28 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: r928357 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/impl/ main/java/org/apache/camel/spi/ test/java/org/apache/camel/processor/

2010-03-28 Thread davsclaus
Author: davsclaus Date: Sun Mar 28 08:14:34 2010 New Revision: 928357 URL: http://svn.apache.org/viewvc?rev=928357&view=rev Log: CAMEL-2587: Routes is now shutdown in reverse order as they were started. Added: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RouteShutdownNotRe