Hi

1)
I ran all unit tests of camel-jms with 5.9.0 and the first time one test failed

Failed tests:
  
TwoConsumerOnSameQueueTest.testStopAndStartOneRoute:39->sendTwoMessagesWhichShouldReceivedOnBothEndpointsAndAssert:91->CamelTestSupport.assertMockEndpointsSatisfied:675
mock://a Received message count. Expected: <1> but was: <0>

Tests run: 431, Failures: 1, Errors: 0, Skipped: 6


I re-ran the tests again

  
TwoConsumerOnSameQueueTest.testRemoveOneRoute:66->sendTwoMessagesWhichShouldReceivedOnBothEndpointsAndAssert:91->CamelTestSupport.assertMockEndpointsSatisfied:675
mock://a Received message count. Expected: <1> but was: <0>

Tests run: 431, Failures: 1, Errors: 0, Skipped: 6



2)
You cannot run the examples out of the box, as the files was moved
last minute. So now they are located in examples/conf instead of conf.

So if you run:

davsclaus:/opt/apache-activemq-5.9.0$ bin/activemq console
xbean:examples/conf/activemq-demo.xml

You get this error:

RROR | Failed to load: file
[/opt/apache-activemq-5.9.0/examples/conf/activemq-demo.xml], reason:
IOException parsing XML document from file
[/opt/apache-activemq-5.9.0/examples/conf/camel.xml]; nested exception
is java.io.FileNotFoundException: examples/conf/camel.xml (No such
file or directory)
org.springframework.beans.factory.BeanDefinitionStoreException:
IOException parsing XML document from file
[/opt/apache-activemq-5.9.0/examples/conf/camel.xml]; nested exception
is java.io.FileNotFoundException: examples/conf/camel.xml (No such
file or directory)
at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:341)

The problem is that camel.xml was not moved from conf to
examples/conf. After moving that it works fine.


3)
I noticed this little error being logged in the console on one of the demos
https://issues.apache.org/jira/browse/AMQ-4801


4)
It would be good if anyone with a Windows box, gave this 5.9 release
candidate a test spin. For example just to be sure it can startup in
standalone mode etc.

Tim you have a windows box, could you give it a little test spin?

On Fri, Oct 11, 2013 at 5:17 PM, Gary Tully <[email protected]> wrote:
> Hi all,
>
> I've just cut a release candidate for the 5.9.0 release. This release has
> 248 bug fixes and improvements.
>
> It also contains a couple of new features which are summarized here:
> https://cwiki.apache.org/confluence/display/ACTIVEMQ/New+Features+in+5.9
>
> Could you review the artifacts and vote?
>
> The list of resolved issues is:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12323932
>
> You can get binary distributions here:
> https://repository.apache.org/content/repositories/orgapacheactivemq-163/org/apache/activemq/apache-activemq/5.9.0/
>
> Source archives are here:
> https://repository.apache.org/content/repositories/orgapacheactivemq-163/org/apache/activemq/activemq-parent/5.9.0
>
> Maven2 repository is at:
> https://repository.apache.org/content/repositories/orgapacheactivemq-163/
>
> Source tag:
> https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=commit;h=b276006911583ea62b4a24c4cc5df9697febe006
>
>
> Please vote to approve this release
>
> [ ] +1 Release the binary as Apache ActiveMQ 5.9.0
> [ ] -1 Veto the release (provide specific comments)
>
> Here's my +1
>
> --
> http://redhat.com
> http://blog.garytully.com



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to