svn commit: r793781 - in /camel/trunk: apache-camel/bundle/pom.xml apache-camel/pom.xml apache-camel/src/main/descriptors/common-bin.xml components/camel-servlet/pom.xml parent/pom.xml

2009-07-13 Thread ningjiang
Author: ningjiang Date: Tue Jul 14 03:37:32 2009 New Revision: 793781 URL: http://svn.apache.org/viewvc?rev=793781&view=rev Log: Added camel-servlet to the kit Modified: camel/trunk/apache-camel/bundle/pom.xml camel/trunk/apache-camel/pom.xml camel/trunk/apache-camel/src/main/descript

svn commit: r793675 - /camel/trunk/pom.xml

2009-07-13 Thread janstey
Author: janstey Date: Mon Jul 13 19:25:33 2009 New Revision: 793675 URL: http://svn.apache.org/viewvc?rev=793675&view=rev Log: ah, silly me... 1.4 was just in the process of being deployed Modified: camel/trunk/pom.xml Modified: camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/camel/tr

svn commit: r793670 - /camel/trunk/pom.xml

2009-07-13 Thread janstey
Author: janstey Date: Mon Jul 13 19:20:20 2009 New Revision: 793670 URL: http://svn.apache.org/viewvc?rev=793670&view=rev Log: get around busted build-helper-maven-plugin 1.4 artifact at central Modified: camel/trunk/pom.xml Modified: camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/ca

svn commit: r793603 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/mock/MockEndpoint.java test/java/org/apache/camel/processor/RoutePerformanceTest.java

2009-07-13 Thread davsclaus
Author: davsclaus Date: Mon Jul 13 15:02:21 2009 New Revision: 793603 URL: http://svn.apache.org/viewvc?rev=793603&view=rev Log: removed option on mock endpoint at it caused harm Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/component/mock/MockEndpoint.java camel/trunk

svn commit: r793601 - in /camel/trunk/camel-core/src/main/java/org/apache/camel/component/dataset: DataSet.java DataSetEndpoint.java

2009-07-13 Thread davsclaus
Author: davsclaus Date: Mon Jul 13 14:58:03 2009 New Revision: 793601 URL: http://svn.apache.org/viewvc?rev=793601&view=rev Log: polished code Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/component/dataset/DataSet.java camel/trunk/camel-core/src/main/java/org/apache/c

svn commit: r793596 - /camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsProducer.java

2009-07-13 Thread davsclaus
Author: davsclaus Date: Mon Jul 13 14:45:02 2009 New Revision: 793596 URL: http://svn.apache.org/viewvc?rev=793596&view=rev Log: fixed a potential NPE Modified: camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsProducer.java Modified: camel/trunk/components/c

svn commit: r793586 - /camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spring/camel-server-aop.xml

2009-07-13 Thread janstey
Author: janstey Date: Mon Jul 13 13:48:20 2009 New Revision: 793586 URL: http://svn.apache.org/viewvc?rev=793586&view=rev Log: Remove parameter that no longer exists (append=false behavior is default now) Modified: camel/trunk/examples/camel-example-spring-jms/src/main/resources/META-INF/spr

svn commit: r793557 - in /camel/branches/camel-1.x: ./ components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/ components/camel-jaxb/src/test/java/org/apache/camel/example/ components/cam

2009-07-13 Thread ningjiang
Author: ningjiang Date: Mon Jul 13 11:44:49 2009 New Revision: 793557 URL: http://svn.apache.org/viewvc?rev=793557&view=rev Log: Merged revisions 793547,793555 via svnmerge from https://svn.apache.org/repos/asf/camel/trunk r793547 | ningjiang | 2009-07-13 19:24:46 +0800 (Mon, 13 Jul 2

svn commit: r793555 - /camel/trunk/components/camel-jaxb/src/test/resources/org/apache/camel/example/springDataFormatWithEncoding.xml

2009-07-13 Thread ningjiang
Author: ningjiang Date: Mon Jul 13 11:40:53 2009 New Revision: 793555 URL: http://svn.apache.org/viewvc?rev=793555&view=rev Log: Fixed the unit test error of my last commit Modified: camel/trunk/components/camel-jaxb/src/test/resources/org/apache/camel/example/springDataFormatWithEncoding.xm

svn commit: r793547 - in /camel/trunk/components/camel-jaxb/src: main/java/org/apache/camel/converter/jaxb/JaxbDataFormat.java test/java/org/apache/camel/example/DataFormatTest.java

2009-07-13 Thread ningjiang
Author: ningjiang Date: Mon Jul 13 11:24:46 2009 New Revision: 793547 URL: http://svn.apache.org/viewvc?rev=793547&view=rev Log: CAMEL-1828 Fixed the pretty print setting issue Modified: camel/trunk/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/JaxbDataFormat.java

svn commit: r793522 - in /camel/branches/camel-1.x: ./ platforms/karaf/features/src/main/resources/features.xml

2009-07-13 Thread ningjiang
Author: ningjiang Date: Mon Jul 13 09:59:47 2009 New Revision: 793522 URL: http://svn.apache.org/viewvc?rev=793522&view=rev Log: Merged revisions 793518 via svnmerge from https://svn.apache.org/repos/asf/camel/trunk r793518 | ningjiang | 2009-07-13 17:40:18 +0800 (Mon, 13 Jul 2009) |

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

2009-07-13 Thread ningjiang
Author: ningjiang Date: Mon Jul 13 09:40:18 2009 New Revision: 793518 URL: http://svn.apache.org/viewvc?rev=793518&view=rev Log: CAMEL-1827 fixed the camel-cxf features error Modified: camel/trunk/platforms/karaf/features/pom.xml camel/trunk/platforms/karaf/features/src/main/resources/fea

[CONF] Apache Camel > SQL Component

2009-07-13 Thread confluence
SQL Component Page edited by Fintan Bolton Minor copy edits and re-wrote the section, 'Rules of treating message body' (renamed to 'Treatment of the message body') Minor copy edits and re-wrote the section, 'Rules of treating message body' (ren