svn commit: r814110 - in /camel/trunk/components/camel-velocity/src: main/java/org/apache/camel/component/velocity/VelocityEndpoint.java test/java/org/apache/camel/component/velocity/VelocitySetTempla

2009-09-11 Thread davsclaus
Author: davsclaus Date: Sat Sep 12 06:09:01 2009 New Revision: 814110 URL: http://svn.apache.org/viewvc?rev=814110&view=rev Log: CAMEL-1850: Applied patch with thanks to Stan Lewis. Velocity component now supports overriding template resource from a message header to dynamic use other templates.

[CONF] Apache Camel > JavaSpace

2009-09-11 Thread confluence
JavaSpace Page edited by Fintan Bolton Copy edits and updated Fuse Maven details Copy edits and updated Fuse Maven details JavaSpace Component The javaspace component is a transport for working with any JavaSpac

svn commit: r813880 - /camel/trunk/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/csv/BindyCsvDataFormat.java

2009-09-11 Thread cmoulliard
Author: cmoulliard Date: Fri Sep 11 15:31:06 2009 New Revision: 813880 URL: http://svn.apache.org/viewvc?rev=813880&view=rev Log: Add additional control in class BindyCsvDataFormat.java for empty file otherwise scanner.nextLine() generates an error Modified: camel/trunk/components/camel-bin

svn commit: r813876 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: CamelContext.java management/DefaultEventFactory.java spi/EventFactory.java util/EventHelper.java

2009-09-11 Thread davsclaus
Author: davsclaus Date: Fri Sep 11 15:23:14 2009 New Revision: 813876 URL: http://svn.apache.org/viewvc?rev=813876&view=rev Log: Renamed a method and added javadoc. Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/CamelContext.java camel/trunk/camel-core/src/main/java/org/

svn commit: r813846 - /camel/trunk/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/format/FormatException.java

2009-09-11 Thread davsclaus
Author: davsclaus Date: Fri Sep 11 14:19:30 2009 New Revision: 813846 URL: http://svn.apache.org/viewvc?rev=813846&view=rev Log: Added missing license header. Modified: camel/trunk/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/format/FormatException.java Modified:

[CONF] Apache Camel > Jetty

2009-09-11 Thread confluence
Jetty Page edited by Fintan Bolton Copy editing and some rephrasing of text Copy editing and some rephrasing of text Jetty Component The jetty component provides HTTP-based endpoints for consuming HTTP requests.

svn commit: r813834 - /camel/trunk/camel-core/src/main/java/org/apache/camel/processor/DefaultChannel.java

2009-09-11 Thread davsclaus
Author: davsclaus Date: Fri Sep 11 14:00:54 2009 New Revision: 813834 URL: http://svn.apache.org/viewvc?rev=813834&view=rev Log: Fixed a potential NPE Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/processor/DefaultChannel.java Modified: camel/trunk/camel-core/src/main/jav

svn commit: r813813 - /camel/trunk/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/format/FormatException.java

2009-09-11 Thread cmoulliard
Author: cmoulliard Date: Fri Sep 11 12:49:40 2009 New Revision: 813813 URL: http://svn.apache.org/viewvc?rev=813813&view=rev Log: Return line number where the error occurs in the exception throwed, test if the format of the string is >= date pattern to avoid to accept 20090911-10:33:00 w

svn commit: r813776 - in /camel/trunk: camel-core/ camel-core/src/main/java/org/apache/camel/ camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/main/java/org/apache/camel/management/mbean

2009-09-11 Thread davsclaus
Author: davsclaus Date: Fri Sep 11 10:58:10 2009 New Revision: 813776 URL: http://svn.apache.org/viewvc?rev=813776&view=rev Log: CAMEL-1679: Added InflightRepository with a very basic implementation that can help with graceful shutdown to avoid shutting down if there are in progress exchanges.

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

2009-09-11 Thread confluence
Advanced configuration of CamelContext using Spring Page edited by Claus Ibsen Advanced configuration of CamelContext using Spring When using Spring the CamelContext can be pre configured based on defined beans in spring XML. This w

svn commit: r813766 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/management/mbean/ManagedPerformanceCounter.java test/java/org/apache/camel/management/JmxInstrumentationUsingDefaultsTe

2009-09-11 Thread davsclaus
Author: davsclaus Date: Fri Sep 11 10:35:33 2009 New Revision: 813766 URL: http://svn.apache.org/viewvc?rev=813766&view=rev Log: Renamed some stats to better reflect what you get Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedPerformanceCounter.java

svn commit: r813750 - in /camel/trunk/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy: ./ csv/ format/ kvp/

2009-09-11 Thread cmoulliard
Author: cmoulliard Date: Fri Sep 11 10:00:06 2009 New Revision: 813750 URL: http://svn.apache.org/viewvc?rev=813750&view=rev Log: Return line number where the error occurs in the exception throwed, test if the format of the string is >= date pattern to avoid to accept 20090911-10:33:00 w

svn commit: r813717 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/ main/java/org/apache/camel/util/ test/java/org/apache/camel/impl/ test/java/org/apache/camel/management/

2009-09-11 Thread davsclaus
Author: davsclaus Date: Fri Sep 11 08:30:41 2009 New Revision: 813717 URL: http://svn.apache.org/viewvc?rev=813717&view=rev Log: CAMEL-1995: Streams are by default not logged to avoid causing the stream to be read and then later not possible to read it again. There is a flag to control this beha

[CONF] Apache Camel > How do I enable streams when debug logging messages in Camel

2009-09-11 Thread confluence
How do I enable streams when debug logging messages in Camel Page added by Claus Ibsen How do I enable streams when debug logging messages in Camel Available as of Camel 2.1 When you run Camel with DEBUG level as logging, it will log the mes

[CONF] Apache Camel > Camel 2.1.0 Release

2009-09-11 Thread confluence
Camel 2.1.0 Release Page edited by Claus Ibsen Camel 2.1.0 release (Work in Progress) New and Noteworthy Welcome to the 2.1.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...) Plug