[CONF] Apache Camel > Simple

2012-03-27 Thread confluence
Simple Page edited by Mark Ford Comment: _expression_ placeholders ${ } were missing around spring xml example Changes (1) ..

[CONF] Apache Camel > Advanced configuration of CamelContext using Spring

2012-03-28 Thread confluence
Advanced configuration of CamelContext using Spring Page edited by Claus Ibsen Changes (1) ... | ManagementStrategy | 0..1 | *Camel 2.1:* To us

[CONF] Apache Camel > Simple

2012-03-31 Thread confluence
Simple Page edited by Claus Ibsen Changes (7) ... | out.body | Object | the output body | | header.foo | Object | refer to the input foo header

[CONF] Apache Camel > Camel 2.10.0 Release

2012-03-31 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Added support for Spring 3.1.x. * Added {{retainFirst}}, and {{retainLast}} o

[CONF] Apache Camel > Jsch

2012-03-31 Thread confluence
Jsch Page added by Hadrian Zbarcea Jsch The camel-jsch component supports the SCP protocol using the Client API of the Jsch project. Jsch is already used in camel by the FTP component for the sftp: protocol. Maven users will need to add the

[CONF] Apache Camel > Camel 2.10.0 Release

2012-03-31 Thread confluence
Camel 2.10.0 Release Page edited by Hadrian Zbarcea Changes (4) ... * Added {{retainFirst}}, and {{retainLast}} options to [Mock] component. *

[CONF] Apache Camel > JSON

2012-04-02 Thread confluence
JSON Page edited by Richard Kettelerij Comment: CAMEL-5135 Changes (2) ... By default Camel uses the XStream libr

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-02 Thread confluence
Camel 2.10.0 Release Page edited by Richard Kettelerij Comment: CAMEL-5135 Changes (1) ... * Improved [Simple] la

[CONF] Apache Camel > SERVLET

2012-04-03 Thread confluence
SERVLET Page edited by Claus Ibsen Changes (1) ... {code} {info:title=Stream} Servlet is stream based, which means the input it r

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-05 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... * Fixed failover [Load Balancer] to perform defensive copy of the message befor

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-05 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Added support for the scp: protocol via [Jsch]. * Added support to exclude ce

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-05 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Fixed issue when restarting application using [Quartz] with a persistent (non

[CONF] Apache Camel > MyBatis

2012-04-06 Thread confluence
MyBatis Page edited by Claus Ibsen Changes (3) ... | {{consumer.useIterator}} | {{boolean}} | {{true}} | If {{true}} each row returned when pol

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-06 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... * Commons-net 2.2 to 3.0.1 * CXF 2.5.1 to 2.5.2 * EHCache 2.4.3 to

[CONF] Apache Camel > iBATIS

2012-04-06 Thread confluence
iBATIS Page edited by Claus Ibsen Changes (2) ... The *ibatis:* component allows you to query, poll, insert, update and delete data in a relati

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-06 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... * Added support to exclude certain fields when marshalling POJO's to [JSON]. Av

[CONF] Apache Camel > MyBatis

2012-04-06 Thread confluence
MyBatis Page edited by Glen Mazza Comment: proofreading Changes (11) ... You can append query options to the URI

[CONF] Apache Camel > Aggregator2

2012-04-07 Thread confluence
Aggregator2 Page edited by Claus Ibsen Changes (2) ... || Option || Default || Description || | correlationExpression | | Mandatory [_expressio

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-07 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Allow to configure frequency of timeout checker when doing request/reply over

[CONF] Apache Camel > HTTP4

2012-04-07 Thread confluence
HTTP4 Page edited by Claus Ibsen Changes (4) ... | {{disableStreamCache}} | {{false}} | DefaultHttpBinding will copy the request input stream i

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-07 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Improved the Java DSL to make it easier to use predicates from the build-in D

[CONF] Apache Camel > Netty

2012-04-08 Thread confluence
Netty Page edited by Claus Ibsen Changes (2) ... | {{sendBufferSize}} | {{65536 bytes}} | The TCP/UDP buffer sizes to be used during outbound c

[CONF] Apache Camel > Netty

2012-04-08 Thread confluence
Netty Page edited by Claus Ibsen Changes (2) ... | {{sendBufferSize}} | {{65536 bytes}} | The TCP/UDP buffer sizes to be used during outbound c

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-08 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (3) ... * Fixed issue when using consumer endpoints with [Property placeholders|Using P

[CONF] Apache Camel > Netty

2012-04-08 Thread confluence
Netty Page edited by Claus Ibsen Changes (16) h2. Netty Component *Available as of Camel 2.3* The *netty* component in Camel is

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-08 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... * Added method {{isTransactedRedelivered}} to [Exchange] * Added method {{isDir

[CONF] Apache Camel > Examples

2012-04-09 Thread confluence
Examples Page edited by Claus Ibsen Changes (2) ... * [Walk through an Example] will walk through the code of the first example so you can unde

[CONF] Apache Camel > Console Example

2012-04-09 Thread confluence
Console Example Page added by Claus Ibsen Console Example Available as of Camel 2.10 This example is located in the Camel distribution at examples/camel-example-console. This is a beginner example that demonstrates how to get started with A

[CONF] Apache Camel > Console Example

2012-04-09 Thread confluence
Console Example Page added by Claus Ibsen Console Example Available as of Camel 2.10 This example is located in the Camel distribution at examples/camel-example-console. This is a beginner example that demonstrates how to get started with A

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-09 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (3) ... * Fixed issue with suspend/resume a [Timer] consumer, not causing timer task to

[CONF] Apache Camel > Console Example

2012-04-09 Thread confluence
Console Example File attached by Claus Ibsen run-as.png (231 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Camel > Console Example

2012-04-09 Thread confluence
Console Example Page edited by Claus Ibsen Changes (2) ... And then open the org.apache.camel.example.console.CamelConsoleMain class, and righ

[CONF] Apache Camel > Mail

2012-04-10 Thread confluence
Mail Page edited by Claus Ibsen Changes (5) ... {code:xml} ...         id="sslContextParameters">                     resource="/

[CONF] Apache Camel > FOP

2012-04-10 Thread confluence
FOP Page added by Bilgin Ibryam FOP Component Available as of Camel 2.9 The FOP component allows you to render a message into different output formats using Apache FOP. Maven users will need to add the following dependency to their pom.xml

[CONF] Apache Camel > Component List

2012-04-10 Thread confluence
Component List Page edited by Bilgin Ibryam Changes (1) ... flatpack:[fixed|delim]:configFile {code} | Processing fixed width or delimited file

[CONF] Apache Camel > FOP

2012-04-10 Thread confluence
FOP Page edited by Bilgin Ibryam Changes (1) h2. FOP Component *Available as of Camel 2.9* 2.10 The FOP component allows you to

[CONF] Apache Camel > Karaf

2012-04-11 Thread confluence
Karaf Page edited by Claus Ibsen Changes (3) ... | 2.7.2 | 2.2.2 | | 2.8.2 | 2.2.4 | | 2.9.0 | 2.2.5 | h2. Preparing

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-11 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Fixed [Netty] producer to re-use existing connections when sending. This avoi

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-11 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Fixed [Netty] producer to re-use existing connections when sending. This avoi

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-11 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Fixed issue with [Simple] invoking overloaded methods using OGNL notation, wh

[CONF] Apache Camel > Blueprint Testing

2012-04-11 Thread confluence
Blueprint Testing Page edited by Claus Ibsen Changes (6) h2. Blueprint Testing *Available as of Camel 2.10* [Testing] is a cruci

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-11 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Fixed continued and handled [Predicate] on [OnException|Exception Clause] to

[CONF] Apache Camel > HTTP4

2012-04-11 Thread confluence
HTTP4 Page edited by Glen Mazza Comment: proofreading Changes (14) ... {info:title=camel-http4 vs camel-jetty}

[CONF] Apache Camel > CronScheduledRoutePolicy

2012-04-12 Thread confluence
CronScheduledRoutePolicy Page edited by Claus Ibsen Changes (6) h2. CronScheduledRoutePolicy *Available as of Camel version 2.6*

[CONF] Apache Camel > Camel Run Maven Goal

2012-04-12 Thread confluence
Camel Run Maven Goal Page edited by Claus Ibsen Changes (5) ... {code} This allows you to boot up any Spring services you wish; w

[CONF] Apache Camel > Camel Run Maven Goal

2012-04-12 Thread confluence
Camel Run Maven Goal Page edited by Claus Ibsen Changes (6) ... {code} If you want to boot up your Camel routes a little faster,

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-12 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * [Aggregate|Aggregator2] EIP now supports {{TimeoutAwareAggregationStrategy}}

[CONF] Apache Camel > CronScheduledRoutePolicy

2012-04-12 Thread confluence
CronScheduledRoutePolicy Page edited by Christian Mueller Changes (1) ... from("direct:start") .routeId("testRoute").routePolicy(

[CONF] Apache Camel > Scala DSL - EIP

2012-04-14 Thread confluence
Scala DSL - EIP Page edited by Claus Ibsen Changes (4) ... h3. Message routing h4. Aggregator The aggregator EIP aggregates messag

[CONF] Apache Camel > Scala DSL - Supported languages

2012-04-14 Thread confluence
Scala DSL - Supported languages Page edited by Claus Ibsen Changes (3) Support for [other languages|Languages] inside Scala DSL routes is delivered through

[CONF] Apache Camel > Scala DSL

2012-04-14 Thread confluence
Scala DSL Page edited by Claus Ibsen Changes (2) ... h3. References * At [ApacheCon Europe 2008|http://www.eu.apachecon.com] there was a Fast F

[CONF] Apache Camel > Scala DSL - EIP

2012-04-14 Thread confluence
Scala DSL - EIP Page edited by Claus Ibsen Changes (1) {info:title=DSL supported} The [Scala DSL] supports *every* DSL from the [Java DSL|DSL]. On this pa

[CONF] Apache Camel > Scala DSL - Getting Started

2012-04-14 Thread confluence
Scala DSL - Getting Started Page edited by Claus Ibsen Changes (1) ... * a route starts directly with a URI instead of {{from(uri)}} * {{→}} is

[CONF] Apache Camel > POJO Producing

2012-04-14 Thread confluence
POJO Producing Page edited by Babak Vahdat Comment: CamelTemplate has been removed in Camel 2.x onwards Changes (2) ...

[CONF] Apache Camel > POJO Producing

2012-04-14 Thread confluence
POJO Producing Page edited by Babak Vahdat Comment: Formatting Changes (0) ... h4. @EndpointInject

[CONF] Apache Camel > CXFRS

2012-04-15 Thread confluence
CXFRS Page edited by Claus Ibsen Changes (2) ... {div:class=confluenceTableSmall} || Name || Description || Example || Required? || default val

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-15 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Removed {{retryWhile(_expression_)}} on {{OnExceptionDefinition}}; use {{retr

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-15 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (3) ... * Fixed [Throttler] and [Delayer] EIPs when evaluating of max/delay _expression

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-16 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... * The default {{Injector}} now performs bean post processing to inject @Produce

[CONF] Apache Camel > Spring Web Services

2012-04-16 Thread confluence
Spring Web Services Page edited by David Valeri Changes (6) ... *Available as of Camel 2.6* The *spring-ws:* component allows you

[CONF] Apache Camel > Spring Testing

2012-04-16 Thread confluence
Spring Testing Page edited by David Valeri Changes (1) ... | org.apache.camel.test.spring.LazyLoadTypeConverters (Deprecated) \\ | Class \\ | I

[CONF] Apache Camel > Support

2012-04-17 Thread confluence
Support Page edited by Claus Ibsen Changes (1) ... * [FAQ] h3. Alternative discussion forums Outside Apache, there is also a numb

[CONF] Apache Camel > HTTP

2012-04-17 Thread confluence
HTTP Page edited by Bilgin Ibryam Changes (1) ... {code} h3. Using client tinmeout - SO_TIMEOUT See the unit test i

[CONF] Apache Camel > Camel JMX

2012-04-18 Thread confluence
Camel JMX Page edited by Claus Ibsen Changes (3) ... If no matching MBeanServer can be found, a new one is created and the new MBeanServer's de

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-18 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * The maven plugin [camel-run|Camel Run Maven Goal] now supports to run OSGi Bl

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-18 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Added utilization statistics to type converter registry which can be access f

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-18 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Added utilization statistics to type converter registry which can be access f

[CONF] Apache Camel > SEDA

2012-04-18 Thread confluence
SEDA Page edited by Claus Ibsen Changes (1) ... | {{blockWhenFull}} | {{false}} | *Camel 2.9:* Whether to block the current thread when sending

[CONF] Apache Camel > Why do my file consumer not pickup the file, and how do I let the file consumer use the Camel error handler

2012-04-18 Thread confluence
Why do my file consumer not pickup the file, and how do I let the file consumer use the Camel error handler Page added by Claus Ibsen Why do my file consumer not pickup the file, and how do I let the file consumer use the Camel error handler

[CONF] Apache Camel > Dynamic Router

2012-04-18 Thread confluence
Dynamic Router Page edited by Claus Ibsen Changes (3) ... {snippet:id=e2|lang=java|url="" Mind that this example is only for show

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-18 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... * Improved [JMX|Camel JMX] to work better with servers such as WebSphere which

[CONF] Apache Camel > Camel 2.9.2 Release

2012-04-18 Thread confluence
Camel 2.9.2 Release Page added by Hadrian Zbarcea Camel 2.9.2 release New and Noteworthy Welcome to the 2.9.2 release which is mainly a bug fix release with 58 issues resolved. For more details see the JIRA tickets Known Issues See

[CONF] Apache Camel > Download

2012-04-18 Thread confluence
Download Page edited by Hadrian Zbarcea Changes (6) ... Grab these releases while they are hot! * The latest release for Camel 2.

[CONF] Apache Camel > Articles

2012-04-18 Thread confluence
Articles Page edited by Claus Ibsen Changes (1) ... * [Easy Handmade SOAP-Webservice-Versioning With Apache Camel|http://waterback.github.com/b

[CONF] Apache Camel > Xml Reference

2012-04-18 Thread confluence
Xml Reference Page edited by Hadrian Zbarcea Changes (7) ... || Version || XML Schema || | 2.9.2 | http://camel.apache.org/schema

[CONF] Apache Camel > Apache Camel 2.9.2 Released

2012-04-18 Thread confluence
Apache Camel 2.9.2 Released Blog post added by Hadrian Zbarcea The Camel community continues its efforts to issue patch releases on a predictable schedule. Today we are proud to announce a new patch release Apache Camel 2.9.2. This release co

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-18 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * The [File|File2] and [FTP|FTP2] consumers will now let {{org.apache.camel.spi

[CONF] Apache Camel > Component List

2012-04-18 Thread confluence
Component List Page edited by Hadrian Zbarcea Changes (1) ... jpa://entityName {code} | For using a database as a queue via the JPA specificati

[CONF] Apache Camel > Jsch

2012-04-18 Thread confluence
Jsch Page edited by Hadrian Zbarcea Changes (2) ... {code} You can append query options to the URI in the following format, {{?op

[CONF] Apache Camel > Jsch

2012-04-18 Thread confluence
Jsch Page edited by Hadrian Zbarcea Changes (7) ... You can append query options to the URI in the following format, {{?option=value&option=val

[CONF] Apache Camel > Walk through another example

2012-04-19 Thread confluence
Walk through another example Page edited by Reuben Garrett Comment: minor editorial changes Changes (3) ... h3.

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-19 Thread confluence
Camel 2.10.0 Release Page edited by Reuben Garrett Comment: added reference links for new components Changes (15) ...

[CONF] Apache Camel > Websocket

2012-04-19 Thread confluence
Websocket Page edited by charles Moulliard Changes (2) ... *Available as of Camel 2.10* The *websocket* component provides websoc

[CONF] Apache Camel > Articles

2012-04-21 Thread confluence
Articles Page edited by Claus Ibsen Changes (1) ... * [Devoxx 2011 - Introduction to Apache ActiveMQ, ServiceMix, Camel and CXF|http://devoxx.c

[CONF] Apache Camel > SERVLET

2012-04-21 Thread confluence
SERVLET Page edited by Claus Ibsen Changes (1) ... You can consume only from endpoints generated by the Servlet component. Therefore, it should

[CONF] Apache Camel > Articles

2012-04-21 Thread confluence
Articles Page edited by Claus Ibsen Changes (1) ... * [Using twitter and web socket with Apache Camel|http://davsclaus.blogspot.se/2012/03/came

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-22 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Reduce the logging level from ERROR to WARN on the default {{LoggingException

[CONF] Apache Camel > SEDA

2012-04-22 Thread confluence
SEDA Page edited by Claus Ibsen Changes (1) ... | {{blockWhenFull}} | {{false}} | *Camel 2.9:* Whether to block the current thread when sending

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-22 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (6) ... * Reduce the logging level from ERROR to WARN on the default {{LoggingException

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-23 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * [Wire Tap] can no longer change destination from [JMX|Camel JMX] * Camel now

[CONF] Apache Camel > Index

2012-04-23 Thread confluence
Index Page edited by Hadrian Zbarcea Changes (0) ... {blog-posts:5} [RSS Feed|https://cwiki.apache.org/confluence

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-24 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... h2. Dependency Upgrades * AHC 1.6.5 to 1.7.34 * AWS

[CONF] Apache Camel > Log

2012-04-24 Thread confluence
Log Page edited by Glen Mazza Comment: clarified LOG_DEBUG_BODY_STREAMS use Changes (4) ... || Option || Default

[CONF] Apache Camel > SERVLET

2012-04-24 Thread confluence
SERVLET Page edited by Claus Ibsen Changes (3) ... h3. Using multiple Camel applications in the same servlet container If you us

[CONF] Apache Camel > Asynchronous Routing Engine

2012-04-24 Thread confluence
Asynchronous Routing Engine Page edited by Claus Ibsen Changes (2) ... - [JMS] *Camel 2.9:* (also consumer) - [NMR] (both consumer and producer

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-24 Thread confluence
Camel 2.10.0 Release Page edited by Christian Mueller Changes (1) ... * [Wire Tap] can no longer change destination from [JMX|Camel JMX] * Came

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-24 Thread confluence
Camel 2.10.0 Release Page edited by Daniel Kulp Changes (1) ... * Commons-codec 1.4 to 1.6 * Commons-net 2.2 to 3.1.0 * CXF 2.5.1

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-25 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Fixed method call [_expression_] to preserve headers and [Exchange] propertie

[CONF] Apache Camel > Camel 2.10.0 Release

2012-04-25 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (2) ... * Fixed locale issue with configuring endpoints using uris, such as Turkish wit

[CONF] Apache Camel > Error Handler

2012-04-25 Thread confluence
Error Handler Page edited by Christian Mueller Changes (20) ... For introduction and background material see [Error handling in Camel].

  1   2   3   4   5   6   7   8   9   10   >