Netty
Page edited by Claus Ibsen
Changes (1)
...
| {{disconnectOnNoReply}} | {{true}} | If sync is enabled then this option dictates MinaConsumer if it shou
Author: davsclaus
Date: Sat May 15 17:32:15 2010
New Revision: 944686
URL: http://svn.apache.org/viewvc?rev=944686&view=rev
Log:
CAMEL-2721: Added options on mina/netty to control what to do in consumer if no
reply to send back.
Removed:
camel/trunk/components/camel-mina/src/test/java/org/a
Netty
Page edited by Claus Ibsen
Changes (1)
...
| {{lazyChannelCreation}} | {{true}} | Channels can be lazily created to avoid exceptions, if the remote se
MINA
Page edited by Claus Ibsen
Changes (1)
...
| {{producerPoolSize}} | 16 | *1.6.2 (only in 1.6.x)*: The TCP producer is now thread safe and supports conc
Author: davsclaus
Date: Sat May 15 16:51:29 2010
New Revision: 944681
URL: http://svn.apache.org/viewvc?rev=944681&view=rev
Log:
Add tests how to add routes at runtime using a RouteBuilder skeleton
Added:
camel/trunk/camel-core/src/test/java/org/apache/camel/builder/AddRoutesAtRuntimeTest.ja
Exec
Page edited by Claus Ibsen
Changes (2)
...
| {{binding}} | a {{DefaultExecBinding}} instance | A reference to a {{org.apache.commons.exec.ExecBinding}}
Author: davsclaus
Date: Sat May 15 15:06:21 2010
New Revision: 944656
URL: http://svn.apache.org/viewvc?rev=944656&view=rev
Log:
CAMEL-2706: Added option useStderrOnEmptyStdout
Modified:
camel/trunk/components/camel-exec/src/main/java/org/apache/camel/component/exec/ExecBinding.java
cam
Author: davsclaus
Date: Sat May 15 13:35:38 2010
New Revision: 944643
URL: http://svn.apache.org/viewvc?rev=944643&view=rev
Log:
Removed @Converter on deprecated as it should not be picked up by Camel
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/converter/jaxp/XmlConverter
Author: davsclaus
Date: Sat May 15 08:56:30 2010
New Revision: 944597
URL: http://svn.apache.org/viewvc?rev=944597&view=rev
Log:
CAMEL-2725: Fixed String to Source type converter.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/converter/jaxp/DomConverter.java
camel/trun