[CONF] Apache Camel > SQL Component

2011-02-09 Thread confluence
SQL Component Page edited by Christian Mueller Changes (1) ... h4. Using a JDBC based idempotent repository *Available as of Came

[CONF] Apache Camel > Idempotent Consumer

2011-02-09 Thread confluence
Idempotent Consumer Page edited by Christian Mueller Changes (1) ... On completion Camel will remove the message id from the repository if the

[CONF] Apache Camel > SQL Component

2011-02-09 Thread confluence
SQL Component Page edited by Christian Mueller Changes (1) ... {code} h4. Using a JDBC based idempotent repository In this sectio

svn commit: r1069156 - /camel/trunk/components/camel-sql/src/test/resources/org/apache/camel/processor/idempotent/jdbc/spring.xml

2011-02-09 Thread cmueller
Author: cmueller Date: Wed Feb 9 22:48:17 2011 New Revision: 1069156 URL: http://svn.apache.org/viewvc?rev=1069156&view=rev Log: added the SNIPPET tags for the documentation Modified: camel/trunk/components/camel-sql/src/test/resources/org/apache/camel/processor/idempotent/jdbc/spring.xml

[CONF] Apache Camel > Camel 2.7.0 Release

2011-02-09 Thread confluence
Camel 2.7.0 Release Page edited by Christian Mueller Changes (1) ... * [Quartz] update checker is now always disabled, see more [details here|h

svn commit: r1069147 - in /camel/trunk/components/camel-sql: ./ src/main/java/org/apache/camel/processor/ src/main/java/org/apache/camel/processor/idempotent/ src/main/java/org/apache/camel/processor/

2011-02-09 Thread cmueller
Author: cmueller Date: Wed Feb 9 22:21:18 2011 New Revision: 1069147 URL: http://svn.apache.org/viewvc?rev=1069147&view=rev Log: CAMEL-3648: Provide a JdbcMessageIdRepository for the idempotent consumer EIP Added: camel/trunk/components/camel-sql/src/main/java/org/apache/camel/processor/

svn commit: r1069034 - in /camel/trunk/camel-core/src/main/java/org/apache/camel/impl: converter/AnnotationTypeConverterLoader.java osgi/Activator.java

2011-02-09 Thread cmueller
Author: cmueller Date: Wed Feb 9 19:08:21 2011 New Revision: 1069034 URL: http://svn.apache.org/viewvc?rev=1069034&view=rev Log: CAMEL-3647: Fix the Sonar Blocker: Performance - Maps and sets of URLs can be performance hogs Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/im

svn commit: r1068971 - in /camel/trunk/camel-core/src/main/java/org/apache/camel/model: ./ config/ dataformat/ loadbalancer/

2011-02-09 Thread jstrachan
Author: jstrachan Date: Wed Feb 9 16:55:34 2011 New Revision: 1068971 URL: http://svn.apache.org/viewvc?rev=1068971&view=rev Log: removed a bunch more default JAXB default values so that by default we only marshal attributes which are actually configured by hand. this avoids the XML representat

svn commit: r1068934 - in /camel/trunk/platforms/karaf: features/pom.xml features/src/main/resources/features.xml pom.xml

2011-02-09 Thread gertv
Author: gertv Date: Wed Feb 9 15:21:19 2011 New Revision: 1068934 URL: http://svn.apache.org/viewvc?rev=1068934&view=rev Log: CAMEL-3268: Fix features-maven-plugin validate goal, remove tabs and fix a few minor issues in the features.xml Modified: camel/trunk/platforms/karaf/features/pom.xm

svn commit: r1068918 - /camel/trunk/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelEndpointFactoryBean.java

2011-02-09 Thread jstrachan
Author: jstrachan Date: Wed Feb 9 14:47:37 2011 New Revision: 1068918 URL: http://svn.apache.org/viewvc?rev=1068918&view=rev Log: avoid outputting a deprecated attribute when marshalling the XML Modified: camel/trunk/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/Abstract

svn commit: r1068904 - /camel/trunk/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelEndpointFactoryBean.java

2011-02-09 Thread jstrachan
Author: jstrachan Date: Wed Feb 9 14:33:12 2011 New Revision: 1068904 URL: http://svn.apache.org/viewvc?rev=1068904&view=rev Log: ensured that the deprecated attribute is optional, not mandatory for the endpoint element Modified: camel/trunk/components/camel-core-xml/src/main/java/org/apac

[CONF] Apache Camel > Camel 2.7.0 Release

2011-02-09 Thread confluence
Camel 2.7.0 Release Page edited by Claus Ibsen Changes (1) ... h3. New [Examples] * None {{camel-example-osgi-rmi}}

[CONF] Apache Camel > Stream

2011-02-09 Thread confluence
Stream Page edited by Stan Lewis Changes (3) ... | {{fileName}} | {{null}} | *Camel 2.0:* When using the {{stream:file}} URI format, this optio

svn commit: r1068899 - in /camel/trunk: apache-camel/ examples/ examples/camel-example-osgi-rmi/ examples/camel-example-osgi-rmi/src/ examples/camel-example-osgi-rmi/src/main/ examples/camel-example-o

2011-02-09 Thread davsclaus
Author: davsclaus Date: Wed Feb 9 14:11:26 2011 New Revision: 1068899 URL: http://svn.apache.org/viewvc?rev=1068899&view=rev Log: CAMEL-3646: Added rmi example. Added: camel/trunk/examples/camel-example-osgi-rmi/ (with props) camel/trunk/examples/camel-example-osgi-rmi/README.txt (wi

[CONF] Apache Camel > Camel 2.6.0 Release

2011-02-09 Thread confluence
Camel 2.6.0 Release Page edited by Hadrian Zbarcea Changes (1) ... h2. Important changes to consider when upgrading {info:See Cam

svn commit: r1068896 - in /camel/trunk/components/camel-stream/src: main/java/org/apache/camel/component/stream/ test/java/org/apache/camel/component/stream/

2011-02-09 Thread slewis
Author: slewis Date: Wed Feb 9 14:03:38 2011 New Revision: 1068896 URL: http://svn.apache.org/viewvc?rev=1068896&view=rev Log: CAMEL-2853 - camel-stream - tailing logfile does not seem to work when logfile is rolled over update Modified: camel/trunk/components/camel-stream/src/main/java/or

[CONF] Apache Camel > Camel 2.7.0 drops support for java 1.5

2011-02-09 Thread confluence
Camel 2.7.0 drops support for java 1.5 Blog post edited by Hadrian Zbarcea Changes (2) ... * java 1.6 (up to camel-2.6.x: both java 1.5 and jav

[CONF] Apache Camel > Camel 2.7.0 drops support for java 1.5

2011-02-09 Thread confluence
Camel 2.7.0 drops support for java 1.5 Blog post added by Hadrian Zbarcea After the last release camel-2.6.0 a few weeks the focused is changing. It's time to take the lessons learned during the 18 months development of camel-2.x and bring a

[CONF] Apache Camel > RMI

2011-02-09 Thread confluence
RMI Page edited by Claus Ibsen Changes (2) ... || Name || Default Value || Description || | {{method}} | {{null}} | As of *Camel 1.3*, you can

svn commit: r1068866 - /camel/trunk/components/camel-rmi/src/main/java/org/apache/camel/component/rmi/RmiComponent.java

2011-02-09 Thread davsclaus
Author: davsclaus Date: Wed Feb 9 12:42:09 2011 New Revision: 1068866 URL: http://svn.apache.org/viewvc?rev=1068866&view=rev Log: CAMEL-3645: Made it possible to set remoteInterfaces in XML DSL. Modified: camel/trunk/components/camel-rmi/src/main/java/org/apache/camel/component/rmi/RmiCompo

svn commit: r1068824 - /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelConduit.java

2011-02-09 Thread ningjiang
Author: ningjiang Date: Wed Feb 9 10:02:20 2011 New Revision: 1068824 URL: http://svn.apache.org/viewvc?rev=1068824&view=rev Log: CAMEL-3629 Remove creating DefaultCamelContext from CamelCoduit Modified: camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport

svn commit: r1068823 - /camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/converter/CxfPayloadConverterTest.java

2011-02-09 Thread ningjiang
Author: ningjiang Date: Wed Feb 9 10:00:48 2011 New Revision: 1068823 URL: http://svn.apache.org/viewvc?rev=1068823&view=rev Log: removed the System.out.println of CxfPayloadConverterTest Modified: camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/converter/CxfPa

[CONF] Apache Camel > Camel 2.7.0 Release

2011-02-09 Thread confluence
Camel 2.7.0 Release Page edited by willem jiang Changes (1) ... See documentation at [slf4j|http://www.slf4j.org/] for more details. * If you

svn commit: r1068801 - in /camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java test/java/org/apache/camel/component/cxf/mtom/CxfMtomConsumerTest.java

2011-02-09 Thread ningjiang
Author: ningjiang Date: Wed Feb 9 09:19:02 2011 New Revision: 1068801 URL: http://svn.apache.org/viewvc?rev=1068801&view=rev Log: CAMEL-3643 camel-cxf should not copy the attachments between the CXF and Camel message if the endpoint is working POJO DataFormat Modified: camel/trunk/componen

[CONF] Apache Camel > Camel 2.7.0 Release

2011-02-09 Thread confluence
Camel 2.7.0 Release Page edited by Claus Ibsen Changes (2) ... * [HTTP4] is upgraded to use Apache HttpClient 4.1 * Fixed an issue with [File|F

[CONF] Apache Camel > Camel 2.6.0 Release

2011-02-09 Thread confluence
Camel 2.6.0 Release Page edited by Claus Ibsen Changes (1) ... * Stopping a route after using {{adviceWith}} maybe cause issues with error hand