svn commit: r611197 - in /activemq/camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/ test/java/org/apache/camel/component/cxf/

2008-01-11 Thread ningjiang
Author: ningjiang Date: Fri Jan 11 07:06:13 2008 New Revision: 611197 URL: http://svn.apache.org/viewvc?rev=611197view=rev Log: Added the supporting of calling the service with the different operation target namespace Added: activemq/camel/trunk/components/camel-cxf/src/test/java/org

svn commit: r611382 - in /activemq/camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/ test/java/org/apache/camel/component/cxf/

2008-01-11 Thread ningjiang
Author: ningjiang Date: Fri Jan 11 23:22:41 2008 New Revision: 611382 URL: http://svn.apache.org/viewvc?rev=611382view=rev Log: camel-286 Fixed the NPE of the cxf router Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfExchange.java

svn commit: r611549 - in /activemq/camel/trunk: apache-camel/pom.xml pom.xml

2008-01-13 Thread ningjiang
Author: ningjiang Date: Sun Jan 13 00:47:08 2008 New Revision: 611549 URL: http://svn.apache.org/viewvc?rev=611549view=rev Log: Camel-287 added the missing modules in the relese pom Modified: activemq/camel/trunk/apache-camel/pom.xml activemq/camel/trunk/pom.xml Modified: activemq/camel

svn commit: r611554 - in /activemq/camel/trunk/components/camel-jhc/src/main/java/org/apache/camel/component/jhc: JhcComponent.java JhcEndpoint.java JhcProducer.java JhcServerEngine.java

2008-01-13 Thread ningjiang
Author: ningjiang Date: Sun Jan 13 02:04:51 2008 New Revision: 611554 URL: http://svn.apache.org/viewvc?rev=611554view=rev Log: Just rolled back the missing committed component Modified: activemq/camel/trunk/components/camel-jhc/src/main/java/org/apache/camel/component/jhc/JhcComponent.java

svn commit: r611560 - in /activemq/camel/trunk/camel-core/src: main/java/org/apache/camel/model/ main/java/org/apache/camel/processor/ test/java/org/apache/camel/processor/

2008-01-13 Thread ningjiang
Author: ningjiang Date: Sun Jan 13 04:28:59 2008 New Revision: 611560 URL: http://svn.apache.org/viewvc?rev=611560view=rev Log: CAMEL-260, CAMEL-288 supporting setting aggregator to Splitter and Multicaster Added: activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor

svn commit: r612747 - in /activemq/camel/trunk: ./ components/camel-stream/ components/camel-stream/src/main/java/org/apache/camel/component/stream/

2008-01-17 Thread ningjiang
Author: ningjiang Date: Thu Jan 17 00:03:38 2008 New Revision: 612747 URL: http://svn.apache.org/viewvc?rev=612747view=rev Log: Added the missing files Added: activemq/camel/trunk/components/camel-stream/src/main/java/org/apache/camel/component/stream/StdInHandler.java (with props

svn commit: r613764 - /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/RouteBuilder.java

2008-01-20 Thread ningjiang
Author: ningjiang Date: Sun Jan 20 21:33:13 2008 New Revision: 613764 URL: http://svn.apache.org/viewvc?rev=613764view=rev Log: CAMEL-269 added the getter method for routeCollection property in RouterBuilder class Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel

svn commit: r615759 - in /activemq/camel/trunk/examples/camel-example-cxf/src/main/java/org/apache/camel/example/camel: ./ transport/

2008-01-28 Thread ningjiang
Author: ningjiang Date: Mon Jan 28 00:37:55 2008 New Revision: 615759 URL: http://svn.apache.org/viewvc?rev=615759view=rev Log: CAMEL-259 Added an example to show how to use camel transport Added: activemq/camel/trunk/examples/camel-example-cxf/src/main/java/org/apache/camel/example/camel

svn commit: r615767 - in /activemq/camel/trunk/examples/camel-example-cxf/src/main/java/org/apache/camel/example/camel/transport: CamelTransportExample.java GreeterImpl.java

2008-01-28 Thread ningjiang
Author: ningjiang Date: Mon Jan 28 00:51:55 2008 New Revision: 615767 URL: http://svn.apache.org/viewvc?rev=615767view=rev Log: Fixed some typo errors Modified: activemq/camel/trunk/examples/camel-example-cxf/src/main/java/org/apache/camel/example/camel/transport/CamelTransportExample.java

svn commit: r615761 - /activemq/camel/trunk/examples/camel-example-cxf/src/main/java/org/apache/camel/example/camel/transport/ReaderToStringProcessor.java

2008-01-28 Thread ningjiang
Author: ningjiang Date: Mon Jan 28 00:40:57 2008 New Revision: 615761 URL: http://svn.apache.org/viewvc?rev=615761view=rev Log: Removed the useless processor Removed: activemq/camel/trunk/examples/camel-example-cxf/src/main/java/org/apache/camel/example/camel/transport

svn commit: r617756 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/converter/ components/camel-cxf/src/main/java/org/apache/camel/component/cxf/ components/camel-cxf/src/test/re

2008-02-01 Thread ningjiang
Author: ningjiang Date: Fri Feb 1 22:21:49 2008 New Revision: 617756 URL: http://svn.apache.org/viewvc?rev=617756view=rev Log: CAMEL-311 using the IOConverter to covert the message body to stream objects for CXF to use Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache

svn commit: r620391 - /activemq/camel/trunk/components/camel-stream/

2008-02-10 Thread ningjiang
Author: ningjiang Date: Sun Feb 10 19:04:48 2008 New Revision: 620391 URL: http://svn.apache.org/viewvc?rev=620391view=rev Log: Added the svn:ignore property to the camel-stream directory Modified: activemq/camel/trunk/components/camel-stream/ (props changed) Propchange: activemq/camel

svn commit: r627325 - in /activemq/camel/trunk/examples/camel-example-cxf/src/main: java/org/apache/camel/example/camel/transport/ java/org/apache/camel/example/cxf/provider/ resources/org/ resources/

2008-02-13 Thread ningjiang
Author: ningjiang Date: Wed Feb 13 01:35:02 2008 New Revision: 627325 URL: http://svn.apache.org/viewvc?rev=627325view=rev Log: Moved the spring configuration file to src/main/resources directory Added: activemq/camel/trunk/examples/camel-example-cxf/src/main/resources/org/ activemq

svn commit: r627682 - in /activemq/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf: CXFGreeterRouterTest.java CXFRouterSpringTest.java CxfSpringRouterTest.java

2008-02-14 Thread ningjiang
Author: ningjiang Date: Thu Feb 14 00:41:21 2008 New Revision: 627682 URL: http://svn.apache.org/viewvc?rev=627682view=rev Log: Mini refactor the camel-cxf test class Added: activemq/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfSpringRouterTest.java

svn commit: r628427 - /activemq/camel/trunk/components/camel-sql/

2008-02-16 Thread ningjiang
Author: ningjiang Date: Sat Feb 16 20:59:13 2008 New Revision: 628427 URL: http://svn.apache.org/viewvc?rev=628427view=rev Log: Added the svn:ignore property to camel-sql Modified: activemq/camel/trunk/components/camel-sql/ (props changed) Propchange: activemq/camel/trunk/components

svn commit: r629003 - in /activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/invoker: AbstractInvokingContext.java PayloadInvokingContext.java RawMessageInvokingCon

2008-02-18 Thread ningjiang
Author: ningjiang Date: Mon Feb 18 22:32:39 2008 New Revision: 629003 URL: http://svn.apache.org/viewvc?rev=629003view=rev Log: CAMEL-339 clean up the get*Interceptor methods in the InvokingContexts Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component

svn commit: r629005 - in /activemq/camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/interceptors/ main/java/org/apache/camel/component/cxf/invoker/ main/java/org/apache/c

2008-02-18 Thread ningjiang
Author: ningjiang Date: Mon Feb 18 22:44:02 2008 New Revision: 629005 URL: http://svn.apache.org/viewvc?rev=629005view=rev Log: CAMEL-339 clean up the PhaseManagers and unused interceptors Removed: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf

svn commit: r629333 - in /activemq/camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/ main/java/org/apache/camel/component/cxf/feature/ main/java/org/apache/camel/componen

2008-02-19 Thread ningjiang
Author: ningjiang Date: Tue Feb 19 19:35:01 2008 New Revision: 629333 URL: http://svn.apache.org/viewvc?rev=629333view=rev Log: CAMEL-339 Added the support of throw the customer exception in MESSAGE and PAYLOAD mode Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org

svn commit: r631083 - in /activemq/camel/trunk/examples/camel-example-cxf/src/main: java/org/apache/camel/example/cxf/provider/ resources/org/apache/camel/example/cxf/provider/

2008-02-25 Thread ningjiang
Author: ningjiang Date: Mon Feb 25 20:51:10 2008 New Revision: 631083 URL: http://svn.apache.org/viewvc?rev=631083view=rev Log: Added the snippet tages for the wiki CXF webservice provider example doc Modified: activemq/camel/trunk/examples/camel-example-cxf/src/main/java/org/apache/camel

svn commit: r631877 - /activemq/camel/trunk/camel-core/pom.xml

2008-02-27 Thread ningjiang
Author: ningjiang Date: Wed Feb 27 23:24:44 2008 New Revision: 631877 URL: http://svn.apache.org/viewvc?rev=631877view=rev Log: CAMEL-345 Applied the patch with thanks to Jonathan Modified: activemq/camel/trunk/camel-core/pom.xml Modified: activemq/camel/trunk/camel-core/pom.xml URL: http

svn commit: r633362 - /activemq/camel/trunk/apache-camel/pom.xml

2008-03-03 Thread ningjiang
Author: ningjiang Date: Mon Mar 3 20:35:30 2008 New Revision: 633362 URL: http://svn.apache.org/viewvc?rev=633362view=rev Log: CAME-353 patch appiled with thanks to Stephen Modified: activemq/camel/trunk/apache-camel/pom.xml Modified: activemq/camel/trunk/apache-camel/pom.xml URL: http

svn commit: r634102 - in /activemq/camel/trunk: components/camel-amqp/pom.xml components/camel-mina/pom.xml components/camel-ognl/pom.xml components/camel-script/pom.xml pom.xml

2008-03-05 Thread ningjiang
Author: ningjiang Date: Wed Mar 5 17:08:04 2008 New Revision: 634102 URL: http://svn.apache.org/viewvc?rev=634102view=rev Log: CAMEL-351 upgraded the mina, OGNL, jython and ActiveMQ's version with thanks to Claus Modified: activemq/camel/trunk/components/camel-amqp/pom.xml activemq

svn commit: r634196 - in /activemq/camel/trunk/components/camel-mina/src: main/java/org/apache/camel/component/mina/MinaConsumer.java test/java/org/apache/camel/component/mina/MinaTcpWithInOutUsingPla

2008-03-06 Thread ningjiang
Author: ningjiang Date: Thu Mar 6 00:55:05 2008 New Revision: 634196 URL: http://svn.apache.org/viewvc?rev=634196view=rev Log: CAMEL-356 Applied the patch with thanks to Claus Modified: activemq/camel/trunk/components/camel-mina/src/main/java/org/apache/camel/component/mina

svn commit: r634296 - in /activemq/camel/trunk: components/camel-cxf/ components/camel-cxf/src/main/resources/META-INF/ components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/ componen

2008-03-06 Thread ningjiang
Author: ningjiang Date: Thu Mar 6 07:17:28 2008 New Revision: 634296 URL: http://svn.apache.org/viewvc?rev=634296view=rev Log: CAMEL-289 updated the cxf endpoint schema url Modified: activemq/camel/trunk/components/camel-cxf/pom.xml activemq/camel/trunk/components/camel-cxf/src/main

svn commit: r634450 - /activemq/camel/trunk/components/camel-cxf/pom.xml

2008-03-06 Thread ningjiang
Author: ningjiang Date: Thu Mar 6 15:06:06 2008 New Revision: 634450 URL: http://svn.apache.org/viewvc?rev=634450view=rev Log: Removed the optional classifier in the camel-cxf pom Modified: activemq/camel/trunk/components/camel-cxf/pom.xml Modified: activemq/camel/trunk/components/camel

svn commit: r634698 - in /activemq/camel/trunk: ./ components/camel-jms/src/test/java/org/apache/camel/component/jms/tx/ components/camel-jms/src/test/resources/org/apache/camel/component/jms/tx/ comp

2008-03-07 Thread ningjiang
Author: ningjiang Date: Fri Mar 7 06:46:24 2008 New Revision: 634698 URL: http://svn.apache.org/viewvc?rev=634698view=rev Log: CAMEL-358 Applied the JMS transcation test patch with thanks to Kevin Added: activemq/camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms

svn commit: r634981 - in /activemq/camel/trunk/components/camel-mina: ./ src/main/java/org/apache/camel/component/mina/ src/test/java/org/apache/camel/component/mina/ src/test/resources/

2008-03-08 Thread ningjiang
Author: ningjiang Date: Sat Mar 8 06:56:00 2008 New Revision: 634981 URL: http://svn.apache.org/viewvc?rev=634981view=rev Log: CAMEL-356 patch applied with thanks to Claus Added: activemq/camel/trunk/components/camel-mina/src/test/java/org/apache/camel/component/mina/MinaConverterTest.java

svn commit: r635171 - in /activemq/camel/trunk/components/camel-mina/src: main/java/org/apache/camel/component/mina/ test/java/org/apache/camel/component/mina/

2008-03-08 Thread ningjiang
Author: ningjiang Date: Sat Mar 8 21:06:41 2008 New Revision: 635171 URL: http://svn.apache.org/viewvc?rev=635171view=rev Log: CAMEL-375 Applied the patch with thanks to Claus, also changed the MinaProducer's default time out to 30 sec Added: activemq/camel/trunk/components/camel-mina/src

svn commit: r635181 - /activemq/camel/trunk/components/camel-mina/src/test/java/org/apache/camel/component/mina/MinaUdpUsingTemplateTest.java

2008-03-08 Thread ningjiang
Author: ningjiang Date: Sat Mar 8 23:31:04 2008 New Revision: 635181 URL: http://svn.apache.org/viewvc?rev=635181view=rev Log: Fixed the CI's unit test error Modified: activemq/camel/trunk/components/camel-mina/src/test/java/org/apache/camel/component/mina/MinaUdpUsingTemplateTest.java

svn commit: r635206 - in /activemq/camel/trunk/components/camel-mina/src: main/java/org/apache/camel/component/mina/ test/java/org/apache/camel/component/mina/

2008-03-09 Thread ningjiang
Author: ningjiang Date: Sun Mar 9 01:51:11 2008 New Revision: 635206 URL: http://svn.apache.org/viewvc?rev=635206view=rev Log: CAMEL-257 CAMEL-371 patch applied with thanks to Claus Added: activemq/camel/trunk/components/camel-mina/src/test/java/org/apache/camel/component/mina

svn commit: r635415 - in /activemq/camel/trunk/components/camel-mina/src: main/java/org/apache/camel/component/mina/ test/java/org/apache/camel/component/mina/ test/resources/

2008-03-09 Thread ningjiang
Author: ningjiang Date: Sun Mar 9 19:27:48 2008 New Revision: 635415 URL: http://svn.apache.org/viewvc?rev=635415view=rev Log: CAMEL-380 patch applied with thanks to Claus Modified: activemq/camel/trunk/components/camel-mina/src/main/java/org/apache/camel/component/mina/MinaComponent.java

svn commit: r635561 - in /activemq/camel/trunk/tooling/archetypes: ./ camel-component/ camel-component/src/ camel-component/src/main/ camel-component/src/main/resources/ camel-component/src/main/resou

2008-03-10 Thread ningjiang
Author: ningjiang Date: Mon Mar 10 07:10:32 2008 New Revision: 635561 URL: http://svn.apache.org/viewvc?rev=635561view=rev Log: CAMEL-48 Added an archetype for creating a new camel component Added: activemq/camel/trunk/tooling/archetypes/camel-component/ activemq/camel/trunk/tooling

svn commit: r635572 - in /activemq/camel/trunk/tooling/archetypes/camel-component/src/main/resources: META-INF/maven/ archetype-resources/ archetype-resources/src/main/java/ archetype-resources/src/ma

2008-03-10 Thread ningjiang
Author: ningjiang Date: Mon Mar 10 07:50:58 2008 New Revision: 635572 URL: http://svn.apache.org/viewvc?rev=635572view=rev Log: CAMEL-48 Changed files to use the packageName and Updated the ReadMe.txt Modified: activemq/camel/trunk/tooling/archetypes/camel-component/src/main/resources/META

svn commit: r635944 - in /activemq/camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/feature/ main/java/org/apache/camel/component/cxf/interceptors/ test/java/org/apache/c

2008-03-11 Thread ningjiang
Author: ningjiang Date: Tue Mar 11 07:34:21 2008 New Revision: 635944 URL: http://svn.apache.org/viewvc?rev=635944view=rev Log: CAMEL-363 Added the support for throwing the customized exception from Camel Processor Added: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache

svn commit: r636956 - in /activemq/camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/ main/java/org/apache/camel/component/cxf/interceptors/ test/java/org/apache/camel/com

2008-03-13 Thread ningjiang
Author: ningjiang Date: Thu Mar 13 19:19:00 2008 New Revision: 636956 URL: http://svn.apache.org/viewvc?rev=636956view=rev Log: CAMEL-384 patch applied with thanks to Marc Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CamelInvoker.java

svn commit: r636979 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/util/ camel-core/src/test/java/org/apache/camel/util/ components/camel-mina/src/main/java/org/apache/camel/com

2008-03-13 Thread ningjiang
Author: ningjiang Date: Thu Mar 13 20:32:25 2008 New Revision: 636979 URL: http://svn.apache.org/viewvc?rev=636979view=rev Log: CAMEL-381 patch applied with thanks to Claus Added: activemq/camel/trunk/components/camel-mina/src/test/java/org/apache/camel/component/mina/MinaEncodingTest.java

svn commit: r636990 - /activemq/camel/trunk/examples/camel-example-spring-xquery/src/main/resources/META-INF/spring/camelContext.xml

2008-03-13 Thread ningjiang
Author: ningjiang Date: Thu Mar 13 21:27:59 2008 New Revision: 636990 URL: http://svn.apache.org/viewvc?rev=636990view=rev Log: Revert my last commit of the camelContext.xml which introduced a local file test Modified: activemq/camel/trunk/examples/camel-example-spring-xquery/src/main

svn commit: r636994 - /activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfProducer.java

2008-03-13 Thread ningjiang
Author: ningjiang Date: Thu Mar 13 22:05:07 2008 New Revision: 636994 URL: http://svn.apache.org/viewvc?rev=636994view=rev Log: CAMEL-386 copy the response context back to out going message in camel-cxf Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel

svn commit: r637698 - /activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/invoker/CxfClient.java

2008-03-16 Thread ningjiang
Author: ningjiang Date: Sun Mar 16 18:26:09 2008 New Revision: 637698 URL: http://svn.apache.org/viewvc?rev=637698view=rev Log: CAMEL-386 added the endpoint properties into message with thanks to Marc Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel

svn commit: r637707 - /activemq/camel/trunk/pom.xml

2008-03-16 Thread ningjiang
Author: ningjiang Date: Sun Mar 16 20:18:50 2008 New Revision: 637707 URL: http://svn.apache.org/viewvc?rev=637707view=rev Log: CAMEL-351 Upgraded some components in root pom.xml with thanks to Claus Modified: activemq/camel/trunk/pom.xml Modified: activemq/camel/trunk/pom.xml URL: http

svn commit: r637721 - in /activemq/camel/trunk/components/camel-mina/src: main/java/org/apache/camel/component/mina/ test/java/org/apache/camel/component/mina/

2008-03-16 Thread ningjiang
Author: ningjiang Date: Sun Mar 16 22:16:03 2008 New Revision: 637721 URL: http://svn.apache.org/viewvc?rev=637721view=rev Log: CAMEL-383 patch applied with thanks to George and Claus Added: activemq/camel/trunk/components/camel-mina/src/main/java/org/apache/camel/component/mina

svn commit: r638830 - in /activemq/camel/trunk: camel-core/pom.xml camel-core/src/main/java/org/apache/camel/processor/MulticastProcessor.java components/camel-juel/pom.xml

2008-03-19 Thread ningjiang
Author: ningjiang Date: Wed Mar 19 06:42:01 2008 New Revision: 638830 URL: http://svn.apache.org/viewvc?rev=638830view=rev Log: Fixed the build failed that caused by my last commit Modified: activemq/camel/trunk/camel-core/pom.xml activemq/camel/trunk/camel-core/src/main/java/org/apache

svn commit: r639152 - /activemq/camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms/requestor/Requestor.java

2008-03-19 Thread ningjiang
Author: ningjiang Date: Wed Mar 19 21:06:34 2008 New Revision: 639152 URL: http://svn.apache.org/viewvc?rev=639152view=rev Log: CAMEL-388 patch applied with thanks to Mikhail Modified: activemq/camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms/requestor

svn commit: r639154 - /activemq/camel/trunk/components/camel-ftp/pom.xml

2008-03-19 Thread ningjiang
Author: ningjiang Date: Wed Mar 19 21:17:03 2008 New Revision: 639154 URL: http://svn.apache.org/viewvc?rev=639154view=rev Log: CAMEL-387 applied path with thanks to Lars, also upgraded the jsch to 0.1.31 Modified: activemq/camel/trunk/components/camel-ftp/pom.xml Modified: activemq/camel

svn commit: r639250 - in /activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf: ./ invoker/

2008-03-20 Thread ningjiang
Author: ningjiang Date: Thu Mar 20 04:28:02 2008 New Revision: 639250 URL: http://svn.apache.org/viewvc?rev=639250view=rev Log: CAMEL-392 patch applied with thanks to Marc Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfProducer.java

svn commit: r639302 - /activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpBinding.java

2008-03-20 Thread ningjiang
Author: ningjiang Date: Thu Mar 20 07:53:31 2008 New Revision: 639302 URL: http://svn.apache.org/viewvc?rev=639302view=rev Log: CAMEL-374 Path applied with thanks to David Modified: activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpBinding.java

svn commit: r640137 - in /activemq/camel/trunk: apache-camel/pom.xml apache-camel/src/main/descriptors/unix-bin.xml apache-camel/src/main/descriptors/windows-bin.xml components/camel-spring/pom.xml

2008-03-22 Thread ningjiang
Author: ningjiang Date: Sat Mar 22 19:47:35 2008 New Revision: 640137 URL: http://svn.apache.org/viewvc?rev=640137view=rev Log: Added the camel-core and camel-spring java docs into the release kit Modified: activemq/camel/trunk/apache-camel/pom.xml activemq/camel/trunk/apache-camel/src

svn commit: r640335 - /activemq/camel/trunk/tooling/archetypes/camel-component/

2008-03-24 Thread ningjiang
Author: ningjiang Date: Mon Mar 24 00:20:02 2008 New Revision: 640335 URL: http://svn.apache.org/viewvc?rev=640335view=rev Log: Added the svn:ignore property to the camel-componnet directory Modified: activemq/camel/trunk/tooling/archetypes/camel-component/ (props changed) Propchange

svn commit: r641189 - /activemq/camel/trunk/components/camel-spring/pom.xml

2008-03-26 Thread ningjiang
Author: ningjiang Date: Wed Mar 26 00:43:05 2008 New Revision: 641189 URL: http://svn.apache.org/viewvc?rev=641189view=rev Log: CAMEL-397 fixed the assebly build Modified: activemq/camel/trunk/components/camel-spring/pom.xml Modified: activemq/camel/trunk/components/camel-spring/pom.xml URL

svn commit: r641199 - in /activemq/camel/trunk/components/camel-mail/src: main/java/org/apache/camel/component/mail/ test/java/org/apache/camel/component/mail/

2008-03-26 Thread ningjiang
Author: ningjiang Date: Wed Mar 26 01:25:05 2008 New Revision: 641199 URL: http://svn.apache.org/viewvc?rev=641199view=rev Log: Fixed the CS errors in camel-mail Modified: activemq/camel/trunk/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailComponent.java

svn commit: r641674 - in /activemq/camel/trunk/components/camel-ognl/src: main/java/org/apache/camel/language/ognl/OGNL.java main/java/org/apache/camel/language/ognl/OgnlExpression.java test/java/org/

2008-03-26 Thread ningjiang
Author: ningjiang Date: Wed Mar 26 18:09:13 2008 New Revision: 641674 URL: http://svn.apache.org/viewvc?rev=641674view=rev Log: Fixed the camel-ognl CS erros Modified: activemq/camel/trunk/components/camel-ognl/src/main/java/org/apache/camel/language/ognl/OGNL.java activemq/camel/trunk

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

2008-03-26 Thread ningjiang
Author: ningjiang Date: Wed Mar 26 18:17:06 2008 New Revision: 641677 URL: http://svn.apache.org/viewvc?rev=641677view=rev Log: Fixed the camel-stream CS errors Modified: activemq/camel/trunk/components/camel-stream/src/main/java/org/apache/camel/component/stream/ConsumingException.java

svn commit: r641682 - /activemq/camel/trunk/pom.xml

2008-03-26 Thread ningjiang
Author: ningjiang Date: Wed Mar 26 18:25:32 2008 New Revision: 641682 URL: http://svn.apache.org/viewvc?rev=641682view=rev Log: CAMEL-397 Reduced the Java doc's max memory size to 500m Modified: activemq/camel/trunk/pom.xml Modified: activemq/camel/trunk/pom.xml URL: http://svn.apache.org

svn commit: r641686 - in /activemq/camel/trunk: tests/camel-partial-classpath-test/src/test/java/org/apache/camel/tests/partialclasspath/ tooling/maven/camel-maven-plugin/src/main/java/org/apache/came

2008-03-26 Thread ningjiang
Author: ningjiang Date: Wed Mar 26 19:04:22 2008 New Revision: 641686 URL: http://svn.apache.org/viewvc?rev=641686view=rev Log: Fixed the other components CS errors Modified: activemq/camel/trunk/tests/camel-partial-classpath-test/src/test/java/org/apache/camel/tests/partialclasspath

svn commit: r641781 - in /activemq/camel/trunk/camel-core/src: main/java/org/apache/camel/component/dataset/ main/java/org/apache/camel/model/ main/java/org/apache/camel/processor/ test/java/org/apach

2008-03-27 Thread ningjiang
Author: ningjiang Date: Thu Mar 27 03:59:45 2008 New Revision: 641781 URL: http://svn.apache.org/viewvc?rev=641781view=rev Log: Fixed the CS errors in camel-core Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/component/dataset/DataSetConsumer.java activemq

svn commit: r642875 - in /activemq/camel/trunk/camel-core/src: main/java/org/apache/camel/model/ main/java/org/apache/camel/processor/ main/java/org/apache/camel/processor/interceptor/ main/java/org/a

2008-03-30 Thread ningjiang
Author: ningjiang Date: Sun Mar 30 21:49:50 2008 New Revision: 642875 URL: http://svn.apache.org/viewvc?rev=642875view=rev Log: Fixed some CS errors of camel-core Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/model/RoutingSlipType.java activemq/camel/trunk

svn commit: r643773 - in /activemq/camel/trunk/examples/camel-example-cxf: ./ src/main/java/org/apache/camel/example/camel/transport/ src/main/java/org/apache/camel/example/cxf/ src/main/java/org/apac

2008-04-02 Thread ningjiang
Author: ningjiang Date: Wed Apr 2 00:37:54 2008 New Revision: 643773 URL: http://svn.apache.org/viewvc?rev=643773view=rev Log: CAMEL-425 Applied the patch with thanks to Glen, also changed the cxf-codegen-plugin to the parent version Modified: activemq/camel/trunk/examples/camel-example

svn commit: r643788 - in /activemq/camel/trunk: components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/ components/camel-mina/src/test/java/org/apache/camel/component/mina/ componen

2008-04-02 Thread ningjiang
Author: ningjiang Date: Wed Apr 2 01:28:05 2008 New Revision: 643788 URL: http://svn.apache.org/viewvc?rev=643788view=rev Log: Fixed some CS errors Modified: activemq/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FromFtpToAsciiFileTest.java

svn commit: r643899 - in /activemq/camel/trunk/components: camel-jxpath/ camel-swing/ camel-uface/

2008-04-02 Thread ningjiang
Author: ningjiang Date: Wed Apr 2 06:14:25 2008 New Revision: 643899 URL: http://svn.apache.org/viewvc?rev=643899view=rev Log: Set the camel-swing, camel-uface, camel-jxpatch svn:ignore property Modified: activemq/camel/trunk/components/camel-jxpath/ (props changed) activemq/camel

svn commit: r644142 - in /activemq/camel/trunk: camel-core/pom.xml components/camel-spring/pom.xml

2008-04-02 Thread ningjiang
Author: ningjiang Date: Wed Apr 2 19:49:01 2008 New Revision: 644142 URL: http://svn.apache.org/viewvc?rev=644142view=rev Log: CAMEL-428 moved the javadoc build to the release profile Modified: activemq/camel/trunk/camel-core/pom.xml activemq/camel/trunk/components/camel-spring/pom.xml

svn commit: r644222 - /activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/MultiCastAggregatorTest.java

2008-04-03 Thread ningjiang
Author: ningjiang Date: Thu Apr 3 01:33:55 2008 New Revision: 644222 URL: http://svn.apache.org/viewvc?rev=644222view=rev Log: Added the snippte comments for the Multicast wiki page Modified: activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor

svn commit: r645038 - in /activemq/camel/trunk/components/camel-jxpath/src: main/java/org/apache/camel/language/jxpath/ test/java/org/apache/camel/language/jxpath/

2008-04-05 Thread ningjiang
Author: ningjiang Date: Sat Apr 5 00:30:44 2008 New Revision: 645038 URL: http://svn.apache.org/viewvc?rev=645038view=rev Log: CAMLE-439 patch applied with thanks to Art Modified: activemq/camel/trunk/components/camel-jxpath/src/main/java/org/apache/camel/language/jxpath

svn commit: r645039 - in /activemq/camel/trunk/components: camel-http/src/main/java/org/apache/camel/component/http/ camel-scala/src/main/scala/org/apache/camel/scala/dsl/ camel-scala/src/test/scala/o

2008-04-05 Thread ningjiang
Author: ningjiang Date: Sat Apr 5 00:35:47 2008 New Revision: 645039 URL: http://svn.apache.org/viewvc?rev=645039view=rev Log: Added the Apache license header to the files in the camel-scala component Modified: activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel

svn commit: r645052 - in /activemq/camel/trunk/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven: EmbeddedMojo.java RunMojo.java

2008-04-05 Thread ningjiang
Author: ningjiang Date: Sat Apr 5 02:12:29 2008 New Revision: 645052 URL: http://svn.apache.org/viewvc?rev=645052view=rev Log: CAMEL-434 support to specify the camel spring context file uri by the configuration property 'applicationContextUri' Modified: activemq/camel/trunk/tooling/maven

svn commit: r645543 - in /activemq/camel/trunk: components/ components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/ components/camel-ftp/src/test/java/org/apache/camel/component/fil

2008-04-07 Thread ningjiang
Author: ningjiang Date: Mon Apr 7 07:40:32 2008 New Revision: 645543 URL: http://svn.apache.org/viewvc?rev=645543view=rev Log: Fixed the CS errors in the camel-jms and camel-jxpath component Modified: activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file

svn commit: r645546 - in /activemq/camel/trunk/components: camel-scala/ pom.xml

2008-04-07 Thread ningjiang
Author: ningjiang Date: Mon Apr 7 07:48:19 2008 New Revision: 645546 URL: http://svn.apache.org/viewvc?rev=645546view=rev Log: Revert the component/pom.xml and add the svn:ignor property on camel-scala Modified: activemq/camel/trunk/components/camel-scala/ (props changed) activemq

svn commit: r645747 - in /activemq/camel/trunk: components/camel-scala/ components/pom.xml tooling/archetypes/camel-component/src/main/resources/archetype-resources/pom.xml

2008-04-07 Thread ningjiang
Author: ningjiang Date: Mon Apr 7 17:54:50 2008 New Revision: 645747 URL: http://svn.apache.org/viewvc?rev=645747view=rev Log: Fixed the camel-scala's properties and a mini error in camel-component's archetype-resources Modified: activemq/camel/trunk/components/camel-scala/ (props

svn commit: r645763 - in /activemq/camel/trunk/components: camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfComponent.java pom.xml

2008-04-07 Thread ningjiang
Author: ningjiang Date: Mon Apr 7 21:46:22 2008 New Revision: 645763 URL: http://svn.apache.org/viewvc?rev=645763view=rev Log: Removed the camel-spring-integration module to fix the build Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf

svn commit: r646168 - in /activemq/camel/trunk: ./ components/camel-cxf/src/main/java/org/apache/camel/component/cxf/

2008-04-08 Thread ningjiang
Author: ningjiang Date: Tue Apr 8 18:20:03 2008 New Revision: 646168 URL: http://svn.apache.org/viewvc?rev=646168view=rev Log: CAMEL-455 Upgraded CXF version from 2.0.4 to 2.0.5, also changed CxfBinding to the static helper class Modified: activemq/camel/trunk/components/camel-cxf/src

svn commit: r647667 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/builder/xml/ camel-core/src/main/java/org/apache/camel/component/file/ camel-core/src/main/java/org/apache/cam

2008-04-13 Thread ningjiang
Author: ningjiang Date: Sun Apr 13 22:27:43 2008 New Revision: 647667 URL: http://svn.apache.org/viewvc?rev=647667view=rev Log: Added the missing Apache Header and fixed some CS errors Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XsltBuilder.java

svn commit: r648279 - in /activemq/camel/trunk/components/camel-scala/src: main/scala/org/apache/camel/scala/ main/scala/org/apache/camel/scala/dsl/ test/scala/org/apache/camel/scala/ test/scala/org/a

2008-04-15 Thread ningjiang
Author: ningjiang Date: Tue Apr 15 08:16:05 2008 New Revision: 648279 URL: http://svn.apache.org/viewvc?rev=648279view=rev Log: CAMEL-463 Applied the patch with thanks to Gert Added: activemq/camel/trunk/components/camel-scala/src/main/scala/org/apache/camel/scala/Preamble.scala

svn commit: r650390 - in /activemq/camel/trunk/components/camel-spring-integration/src: main/resources/META-INF/services/org/apache/camel/component/ test/resources/org/apache/camel/component/spring/in

2008-04-22 Thread ningjiang
Author: ningjiang Date: Tue Apr 22 00:00:43 2008 New Revision: 650390 URL: http://svn.apache.org/viewvc?rev=650390view=rev Log: Changed the spring-integration url protocol name to be spirng-integration Added: activemq/camel/trunk/components/camel-spring-integration/src/main/resources/META

svn commit: r650758 - in /activemq/camel/trunk/examples/camel-example-spring-jms/src/main: java/org/apache/ java/org/apache/camel/ java/org/apache/camel/example/ java/org/apache/camel/example/client/

2008-04-23 Thread ningjiang
Author: ningjiang Date: Tue Apr 22 23:14:26 2008 New Revision: 650758 URL: http://svn.apache.org/viewvc?rev=650758view=rev Log: Renamed the spring jms example's package name Added: activemq/camel/trunk/examples/camel-example-spring-jms/src/main/java/org/apache/ activemq/camel/trunk

svn commit: r651196 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/ camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/test/java/org/apache/camel/ components/camel-m

2008-04-24 Thread ningjiang
Author: ningjiang Date: Thu Apr 24 01:37:07 2008 New Revision: 651196 URL: http://svn.apache.org/viewvc?rev=651196view=rev Log: CAMEL-385 applied the patch from Lars Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Message.java activemq/camel/trunk/camel-core/src

svn commit: r651239 - in /activemq/camel/trunk/components/camel-http: ./ src/main/java/org/apache/camel/component/http/ src/main/java/org/apache/camel/component/http/helper/ src/test/java/org/apache/c

2008-04-24 Thread ningjiang
Author: ningjiang Date: Thu Apr 24 05:14:09 2008 New Revision: 651239 URL: http://svn.apache.org/viewvc?rev=651239view=rev Log: CAMEL-479 appiled patch with thanks to Justin, also fixed some warnning message from the method.getResponse() by copying the inputstream Added: activemq/camel

svn commit: r652049 - /activemq/camel/trunk/components/camel-jms/pom.xml

2008-04-27 Thread ningjiang
Author: ningjiang Date: Sun Apr 27 20:17:23 2008 New Revision: 652049 URL: http://svn.apache.org/viewvc?rev=652049view=rev Log: Fixed the build failure of TransactedJmsRouteTest Modified: activemq/camel/trunk/components/camel-jms/pom.xml Modified: activemq/camel/trunk/components/camel-jms

svn commit: r653177 - in /activemq/camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/ test/java/org/apache/camel/component/cxf/

2008-05-03 Thread ningjiang
Author: ningjiang Date: Sat May 3 20:41:40 2008 New Revision: 653177 URL: http://svn.apache.org/viewvc?rev=653177view=rev Log: CAMEL-487, CAMEL488 Did some improvement on camel-cxf component Added: activemq/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf

svn commit: r653179 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/model/ camel-core/src/main/java/org/apache/camel/processor/ components/camel-cxf/src/main/java/org/apache/came

2008-05-03 Thread ningjiang
Author: ningjiang Date: Sat May 3 21:58:47 2008 New Revision: 653179 URL: http://svn.apache.org/viewvc?rev=653179view=rev Log: Fixed the CS errors Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorType.java activemq/camel/trunk/camel-core/src/main

svn commit: r653667 - in /activemq/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf: CxfConsumerTest.java HelloService.java HelloServiceImpl.java

2008-05-05 Thread ningjiang
Author: ningjiang Date: Mon May 5 19:02:32 2008 New Revision: 653667 URL: http://svn.apache.org/viewvc?rev=653667view=rev Log: Added test to show how to return the Boolean response from camel-cxf endpoint Modified: activemq/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel

svn commit: r653697 - in /activemq/camel/trunk/components/camel-mail/src: main/java/org/apache/camel/component/mail/ test/java/org/apache/camel/component/mail/

2008-05-06 Thread ningjiang
Author: ningjiang Date: Tue May 6 00:25:22 2008 New Revision: 653697 URL: http://svn.apache.org/viewvc?rev=653697view=rev Log: Fixed the CS errors in camel-mail component Modified: activemq/camel/trunk/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailBinding.java

svn commit: r654029 - /activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/spring/AbstractCamelContextBeanDefinitionParser.java

2008-05-07 Thread ningjiang
Author: ningjiang Date: Wed May 7 01:26:52 2008 New Revision: 654029 URL: http://svn.apache.org/viewvc?rev=654029view=rev Log: Fixed some typos in the camel-cxf AbstractCamontextBeanDefinitionParser Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel

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

2008-05-12 Thread ningjiang
Author: ningjiang Date: Mon May 12 20:10:59 2008 New Revision: 655720 URL: http://svn.apache.org/viewvc?rev=655720view=rev Log: CAMEL-508 patch applied with thanks to William, also fixed some CS errors in camel-core Added: activemq/camel/trunk/camel-core/src/test/java/org/apache/camel

svn commit: r655792 - in /activemq/camel/trunk/components/camel-spring/src/test: java/org/apache/camel/spring/config/scan/route/MyRouteBuilder.java resources/org/apache/camel/spring/config/scan/compon

2008-05-13 Thread ningjiang
Author: ningjiang Date: Tue May 13 03:04:42 2008 New Revision: 655792 URL: http://svn.apache.org/viewvc?rev=655792view=rev Log: CAMEL-361 added test case to verify the error Modified: activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/scan/route

svn commit: r656103 - in /activemq/camel/trunk/components/camel-spring/src: main/java/org/apache/camel/spring/ main/java/org/apache/camel/spring/handler/ test/java/org/apache/camel/spring/config/scan/

2008-05-13 Thread ningjiang
Author: ningjiang Date: Tue May 13 21:57:24 2008 New Revision: 656103 URL: http://svn.apache.org/viewvc?rev=656103view=rev Log: CAMEL-361 Get CamelProcessor work with RouterBuilder Modified: activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring

svn commit: r657094 - in /activemq/camel/trunk: components/camel-atom/src/main/java/org/apache/camel/component/atom/ components/camel-atom/src/test/java/org/apache/camel/component/atom/ tooling/maven/

2008-05-16 Thread ningjiang
Author: ningjiang Date: Fri May 16 08:03:16 2008 New Revision: 657094 URL: http://svn.apache.org/viewvc?rev=657094view=rev Log: Fixed some CS errors Modified: activemq/camel/trunk/components/camel-atom/src/main/java/org/apache/camel/component/atom/AtomConsumerSupport.java activemq

svn commit: r658119 - in /activemq/camel/trunk: ./ components/camel-cxf/src/main/java/org/apache/camel/component/cxf/feature/ components/camel-cxf/src/main/java/org/apache/camel/component/cxf/intercep

2008-05-20 Thread ningjiang
Author: ningjiang Date: Mon May 19 23:33:34 2008 New Revision: 658119 URL: http://svn.apache.org/viewvc?rev=658119view=rev Log: CAMEL-497 upgraded CXF version from 2.0.5 to 2.0.6, also fixed some camel-cxf component bugs Modified: activemq/camel/trunk/components/camel-cxf/src/main/java/org

svn commit: r658164 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/management/ camel-core/src/main/java/org/apache/camel/processor/ components/camel-cxf/src/main/java/org/apache

2008-05-20 Thread ningjiang
Author: ningjiang Date: Tue May 20 01:35:07 2008 New Revision: 658164 URL: http://svn.apache.org/viewvc?rev=658164view=rev Log: CAMEL-530 applied patch with thanks to Glen Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/management

svn commit: r658580 - in /activemq/camel/trunk/components/camel-mina/src: main/java/org/apache/camel/component/mina/MinaComponent.java main/java/org/apache/camel/component/mina/MinaConverter.java test

2008-05-21 Thread ningjiang
Author: ningjiang Date: Wed May 21 01:01:37 2008 New Revision: 658580 URL: http://svn.apache.org/viewvc?rev=658580view=rev Log: CAMEL-534 Fixed the camel mina udp throws exception [Already released buffer] Modified: activemq/camel/trunk/components/camel-mina/src/main/java/org/apache/camel

svn commit: r658966 - /activemq/camel/trunk/components/camel-mina/src/main/java/org/apache/camel/component/mina/MinaConverter.java

2008-05-21 Thread ningjiang
Author: ningjiang Date: Wed May 21 18:15:52 2008 New Revision: 658966 URL: http://svn.apache.org/viewvc?rev=658966view=rev Log: Added a try catch in the MinaConverter to fix the build failure in my windows box Modified: activemq/camel/trunk/components/camel-mina/src/main/java/org/apache

svn commit: r658972 - /activemq/camel/trunk/components/camel-mina/src/main/java/org/apache/camel/component/mina/MinaConverter.java

2008-05-21 Thread ningjiang
Author: ningjiang Date: Wed May 21 18:33:32 2008 New Revision: 658972 URL: http://svn.apache.org/viewvc?rev=658972view=rev Log: remove the System.out.println line Modified: activemq/camel/trunk/components/camel-mina/src/main/java/org/apache/camel/component/mina/MinaConverter.java Modified

svn commit: r659491 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/component/file/ camel-core/src/main/java/org/apache/camel/component/file/strategy/ camel-core/src/main/java/or

2008-05-23 Thread ningjiang
Author: ningjiang Date: Fri May 23 03:26:49 2008 New Revision: 659491 URL: http://svn.apache.org/viewvc?rev=659491view=rev Log: Fixed some CS errors Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/component/file/FileEndpoint.java activemq/camel/trunk/camel-core

svn commit: r659924 - /activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/Main.java

2008-05-25 Thread ningjiang
Author: ningjiang Date: Sat May 24 23:24:13 2008 New Revision: 659924 URL: http://svn.apache.org/viewvc?rev=659924view=rev Log: CAMEL-549 changed to use x as the debug option Modified: activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/Main.java Modified

svn commit: r660841 - /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/UuidGenerator.java

2008-05-28 Thread ningjiang
Author: ningjiang Date: Wed May 28 00:17:46 2008 New Revision: 660841 URL: http://svn.apache.org/viewvc?rev=660841view=rev Log: Revert the change of UuidGenerator Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/util/UuidGenerator.java Modified: activemq/camel

svn commit: r661231 - in /activemq/camel/trunk/examples/camel-example-spring-jms: README.txt pom.xml src/main/resources/camel-client-remoting.xml src/main/resources/log4j.xml

2008-05-29 Thread ningjiang
Author: ningjiang Date: Thu May 29 00:12:45 2008 New Revision: 661231 URL: http://svn.apache.org/viewvc?rev=661231view=rev Log: CAMEL-471 Added REAME.txt for the spring-jms example Added: activemq/camel/trunk/examples/camel-example-spring-jms/README.txt (with props) Modified: activemq

svn commit: r661249 - in /activemq/camel/trunk/examples: ./ camel-example-loan-broker/ camel-example-loan-broker/src/ camel-example-loan-broker/src/data/ camel-example-loan-broker/src/main/ camel-exam

2008-05-29 Thread ningjiang
Author: ningjiang Date: Thu May 29 01:11:36 2008 New Revision: 661249 URL: http://svn.apache.org/viewvc?rev=661249view=rev Log: CAMEL-555 Added the loan broker queue version Added: activemq/camel/trunk/examples/camel-example-loan-broker/ (with props) activemq/camel/trunk/examples/camel

svn commit: r661252 - /activemq/camel/trunk/examples/camel-example-loan-broker/src/data/

2008-05-29 Thread ningjiang
Author: ningjiang Date: Thu May 29 01:22:41 2008 New Revision: 661252 URL: http://svn.apache.org/viewvc?rev=661252view=rev Log: Removed the useless data directory Removed: activemq/camel/trunk/examples/camel-example-loan-broker/src/data/

svn commit: r661584 - /activemq/camel/trunk/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ConvertersMojo.java

2008-05-30 Thread ningjiang
Author: ningjiang Date: Fri May 30 00:55:03 2008 New Revision: 661584 URL: http://svn.apache.org/viewvc?rev=661584view=rev Log: Fixed CS error of the ConvertersMojo Modified: activemq/camel/trunk/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ConvertersMojo.java

svn commit: r662215 - in /activemq/camel/trunk: apache-camel/pom.xml pom.xml

2008-06-01 Thread ningjiang
Author: ningjiang Date: Sun Jun 1 07:02:38 2008 New Revision: 662215 URL: http://svn.apache.org/viewvc?rev=662215view=rev Log: Added spring-integration component and loan-broker sample into apache-camel pom Modified: activemq/camel/trunk/apache-camel/pom.xml activemq/camel/trunk/pom.xml

svn commit: r662301 - in /activemq/camel/trunk: buildingtools/src/main/resources/ camel-core/src/main/java/org/apache/camel/component/bean/ camel-core/src/main/java/org/apache/camel/converter/ camel-c

2008-06-01 Thread ningjiang
Author: ningjiang Date: Sun Jun 1 17:44:02 2008 New Revision: 662301 URL: http://svn.apache.org/viewvc?rev=662301view=rev Log: Applied the svn auto properties Modified: activemq/camel/trunk/buildingtools/src/main/resources/notice-supplements.xml (props changed) activemq/camel/trunk

svn commit: r662940 - /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/MulticastProcessor.java

2008-06-03 Thread ningjiang
Author: ningjiang Date: Tue Jun 3 18:43:50 2008 New Revision: 662940 URL: http://svn.apache.org/viewvc?rev=662940view=rev Log: CAMEL-574 Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/MulticastProcessor.java Modified: activemq/camel/trunk/camel-core

  1   2   3   4   5   >