You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by Bamboo <ba...@logicblaze.com> on 2007/08/08 20:49:15 UTC

[Bamboo] Camel - NightlySite build 121 was SUCCESSFUL. Change made by James Strachan

The project Camel - NightlySite has the following 14 changes by 1 author:

*James Strachan* made the following changes at 06:03 PM, 08 August 2007

Comment:
move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html

> /activemq/camel/trunk/tooling/archetypes/camel-jbi-service-unit (563944)
> /activemq/camel/trunk/components/camel-jbi (563944)
*James Strachan* made the following changes at 07:14 PM, 08 August 2007

Comment:
removed remaining camel-jbi entry and re-enabled cobertura reports

> /activemq/camel/trunk/pom.xml (563968)
*James Strachan* made the following changes at 12:40 PM, 08 August 2007

Comment:
added test case for bug from James Zhang along with fix

> /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/component/file/FileExchange.java (563818)
> /activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileExchangeTest.java (563818)
*James Strachan* made the following changes at 12:55 PM, 08 August 2007

Comment:
added the comment from Willem: http://www.nabble.com/Re%3A-Proposal-for-the-CXF-and-Camel-integration-p12050433s22882.html

> /activemq/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfBinding.java (563822)
*James Strachan* made the following changes at 04:00 PM, 08 August 2007

Comment:
tidied up default log4j.properties file

> /activemq/camel/trunk/camel-core/src/test/resources/log4j.properties (563908)
*James Strachan* made the following changes at 04:01 PM, 08 August 2007

Comment:
improved the camel-bam module to handle concurrent processing better & dealing with JDBC/JPA exceptions if concurrent updates to the same process occur at the same time; also added more better tests

> /activemq/camel/trunk/examples/camel-example-bam/src/main/resources/META-INF/persistence.xml (563909)
> /activemq/camel/trunk/components/camel-bam/src/test/profiles/mysql/META-INF/persistence.xml (563909)
> /activemq/camel/trunk/components/camel-bam/src/test/profiles/derby/META-INF/persistence.xml (563909)
> /activemq/camel/trunk/components/camel-bam/src/main/java/org/apache/camel/bam/model/ActivityState.java (563909)
> /activemq/camel/trunk/components/camel-bam/src/main/java/org/apache/camel/bam/processor/BamProcessorSupport.java (563909)
> /activemq/camel/trunk/components/camel-bam/src/test/profiles/derby/META-INF (563909)
> /activemq/camel/trunk/components/camel-bam/src/main/java/org/apache/camel/bam/rules/ActivityRules.java (563909)
> /activemq/camel/trunk/components/camel-bam/src/main/java/org/apache/camel/bam/model/ProcessInstance.java (563909)
> /activemq/camel/trunk/components/camel-bam/src/test/java/org/apache/camel/bam/MultipleActivitiesConcurrentlyTest.java (563909)
> /activemq/camel/trunk/components/camel-bam/src/test/profiles/derby (563909)
> /activemq/camel/trunk/components/camel-bam/src/main/java/org/apache/camel/bam/processor/JpaBamProcessor.java (563909)
> /activemq/camel/trunk/components/camel-bam/src/test/java/org/apache/camel/bam/MultipleProcessesTest.java (563909)
> /activemq/camel/trunk/components/camel-bam/src/main/java/org/apache/camel/bam/processor/JpaBamProcessorSupport.java (563909)
> /activemq/camel/trunk/components/camel-bam/pom.xml (563909)
> /activemq/camel/trunk/components/camel-bam/src/test/resources/log4j.properties (563909)
> /activemq/camel/trunk/components/camel-bam/src/test/java/org/apache/camel/bam/BamRouteTest.java (563909)
*James Strachan* made the following changes at 04:38 PM, 08 August 2007

Comment:
further attempts to make the concurrent test more rock-solid; for now am just gonna exclude it until I figure out why it fails in recursive builds - but never in local builds of just the camel-bam module

> /activemq/camel/trunk/components/camel-bam/src/test/java/org/apache/camel/bam/MultipleActivitiesConcurrentlyTest.java (563919)
> /activemq/camel/trunk/components/camel-bam/pom.xml (563919)
> /activemq/camel/trunk/components/camel-bam/src/test/java/org/apache/camel/bam/BamRouteTest.java (563919)
*James Strachan* made the following changes at 04:59 PM, 08 August 2007

Comment:
file message exchanges now use File as the body, rather than FileInputStream so that they are repeatable (such as in deadlock scenarios). Fixes CAMEL-90

> /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/component/file/FileMessage.java (563924)
> /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/converter/IOConverter.java (563924)
> /activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/converter/ConverterTest.java (563924)
> /activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/converter (563924)
> /activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/converter/dummy.txt (563924)
*James Strachan* made the following changes at 05:30 PM, 08 August 2007

Comment:
added patch suggested by James Zhang here: http://www.nabble.com/Re%3A-Problem-with-ETL-example-p12055635s22882.html

> /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/processor/Pipeline.java (563931)
> /activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileExchangeTest.java (563931)
*James Strachan* made the following changes at 05:43 PM, 08 August 2007

Comment:
removed camel-jbi as part of the move to servicemix: http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html"

> /activemq/camel/trunk/tooling/archetypes/pom.xml (563936)
> /activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml (563936)
> /activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml (563936)
> /activemq/camel/trunk/apache-camel/pom.xml (563936)
> /activemq/camel/trunk/components/pom.xml (563936)
*James Strachan* made the following changes at 05:44 PM, 08 August 2007

Comment:
move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html

> /activemq/camel/trunk/components/camel-jbi/pom.xml (563937)
> /incubator/servicemix/trunk/deployables/serviceengines/servicemix-camel/pom.xml (563937)
*James Strachan* made the following changes at 05:46 PM, 08 August 2007

Comment:
move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html

> /activemq/camel/trunk/components/camel-jbi/src (563938)
> /incubator/servicemix/trunk/deployables/serviceengines/servicemix-camel/src (563938)
*James Strachan* made the following changes at 05:53 PM, 08 August 2007

Comment:
move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html

> /activemq/camel/trunk/tooling/archetypes/camel-jbi-service-unit/pom.xml (563940)
> /incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/pom.xml (563940)
*James Strachan* made the following changes at 05:57 PM, 08 August 2007

Comment:
move of camel-jbi from Camel to ServiceMix. See http://www.nabble.com/moving-camel-jbi-module-from-Camel-to-the-servicemix-camel-module...-tf4237579s12049.html

> /activemq/camel/trunk/tooling/archetypes/camel-jbi-service-unit/src (563942)
> /incubator/servicemix/trunk/archetypes/servicemix-camel-service-unit/src (563942)

        

---------------------------------------------------------------------------------------

No tests were executed.

Click http://bamboo.logicblaze.com:8085/browse/CAMEL-NS-121 to find out more.

Thanks,

Bamboo