Author: ningjiang
Date: Fri Apr 23 06:07:03 2010
New Revision: 937165
URL: http://svn.apache.org/viewvc?rev=937165&view=rev
Log:
Updated the PolicyPerRouteTest and PolicyPerProcessTest
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/PolicyPerProcessorTest.java
Author: davsclaus
Date: Fri Apr 23 05:19:08 2010
New Revision: 937158
URL: http://svn.apache.org/viewvc?rev=937158&view=rev
Log:
Fixed shutting down aggregator. More standard classes can be loaded without
java.lanng prefix.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/imp
Author: davsclaus
Date: Fri Apr 23 04:27:55 2010
New Revision: 937148
URL: http://svn.apache.org/viewvc?rev=937148&view=rev
Log:
CAMEL-2667: Ported unit tests from 2.x to 1.x
Added:
camel/branches/camel-1.x/camel-core/src/test/java/org/apache/camel/processor/PolicyPerProcessorTest.java
(w
Netty
Page edited by Stephen Gargan
Netty Component
Available as of Camel 2.3
The netty component in Camel is a socket communication component, based on the
JBoss Netty community offering (available under an Apache 2.0 license). N
Author: davsclaus
Date: Thu Apr 22 15:04:17 2010
New Revision: 936888
URL: http://svn.apache.org/viewvc?rev=936888&view=rev
Log:
Add name.ext to file language.
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/language/simple/SimpleLanguage.java
camel/trunk/camel-core/src/
Author: davsclaus
Date: Thu Apr 22 14:49:02 2010
New Revision: 936879
URL: http://svn.apache.org/viewvc?rev=936879&view=rev
Log:
Added test for proxy auth
Added:
camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpQueryGoogleProxyTest.java
(with props)
Modi
Modified:
camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/springTransactionalClientDataSource.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/interceptor/springTransactionalClientDataSo
Author: ningjiang
Date: Thu Apr 22 12:10:40 2010
New Revision: 936807
URL: http://svn.apache.org/viewvc?rev=936807&view=rev
Log:
CAMEL-2668 Fixed more warning messages
Modified:
camel/trunk/apache-camel/pom.xml
camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
camel/trunk/p
Author: davsclaus
Date: Thu Apr 22 12:02:44 2010
New Revision: 936801
URL: http://svn.apache.org/viewvc?rev=936801&view=rev
Log:
Refined tests due sync and flush is default now. Also refined default segmenet
and page sizes to be less big.
Modified:
camel/trunk/components/camel-hawtdb/src/ma
Author: ningjiang
Date: Thu Apr 22 11:26:55 2010
New Revision: 936788
URL: http://svn.apache.org/viewvc?rev=936788&view=rev
Log:
CAMEL-2668 Fixed the warning of missing components
Modified:
camel/trunk/apache-camel/pom.xml
camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
c
Author: chirino
Date: Thu Apr 22 11:22:13 2010
New Revision: 936787
URL: http://svn.apache.org/viewvc?rev=936787&view=rev
Log:
Bring the test size down since the new flush() change increases commit latency
Modified:
camel/trunk/components/camel-hawtdb/src/test/java/org/apache/camel/component
Author: chirino
Date: Thu Apr 22 11:20:58 2010
New Revision: 936786
URL: http://svn.apache.org/viewvc?rev=936786&view=rev
Log:
Bring the test size down since the new flush() change increases commit latency
Modified:
camel/trunk/components/camel-hawtdb/src/test/java/org/apache/camel/component
Author: chirino
Date: Thu Apr 22 10:44:27 2010
New Revision: 936770
URL: http://svn.apache.org/viewvc?rev=936770&view=rev
Log:
- do a pageFile.flush() after every commit garantee that the data is persisted
to disk on commit.
- better initialization logic to cope with the case were page file is cr
Author: davsclaus
Date: Thu Apr 22 10:36:24 2010
New Revision: 936762
URL: http://svn.apache.org/viewvc?rev=936762&view=rev
Log:
In read only operations avoid creating new index if index did not exist already.
Modified:
camel/trunk/components/camel-hawtdb/src/main/java/org/apache/camel/compo
Author: ningjiang
Date: Thu Apr 22 09:51:04 2010
New Revision: 936699
URL: http://svn.apache.org/viewvc?rev=936699&view=rev
Log:
Added ignore on the CamelSpringJavaconfigTest as it need to be run with Spring
3.x
Modified:
camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/it
Author: ningjiang
Date: Thu Apr 22 09:49:15 2010
New Revision: 936698
URL: http://svn.apache.org/viewvc?rev=936698&view=rev
Log:
CAMEL-2668 Added the new components into apache-camel kit
Modified:
camel/trunk/apache-camel/pom.xml
camel/trunk/apache-camel/src/main/descriptors/common-bin.xm
Author: davsclaus
Date: Thu Apr 22 08:49:35 2010
New Revision: 936658
URL: http://svn.apache.org/viewvc?rev=936658&view=rev
Log:
CAMEL-2657: Applied patch with thanks to Stephen Gargan
Added:
camel/trunk/components/camel-netty/src/test/java/org/apache/camel/component/netty/MultipleCodecsSpri
Author: davsclaus
Date: Thu Apr 22 08:47:40 2010
New Revision: 936656
URL: http://svn.apache.org/viewvc?rev=936656&view=rev
Log:
CAMEL-2657: Applied patch with thanks to Stephen Gargan
Modified:
camel/trunk/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyConfigurat
Author: ningjiang
Date: Thu Apr 22 08:32:02 2010
New Revision: 936648
URL: http://svn.apache.org/viewvc?rev=936648&view=rev
Log:
Fixed the camel-example-spring-javaconfig build error and clean up the
camel-example-reportincident
Modified:
camel/trunk/examples/camel-example-reportincident/pom
Author: ningjiang
Date: Thu Apr 22 07:29:07 2010
New Revision: 936631
URL: http://svn.apache.org/viewvc?rev=936631&view=rev
Log:
CAMEL-2659 Reverted the change, we still need the
Modified:
camel/trunk/platforms/karaf/features/pom.xml
camel/trunk/platforms/karaf/features/src/main/resource
20 matches
Mail list logo