Build failed in Jenkins: ActiveMQ-Java8 #503

2015-10-13 Thread Apache Jenkins Server
See 

Changes:

[christopher.l.shannon] https://issues.apache.org/jira/browse/AMQ-6003 - 
Upgrade Pax runner to

[christopher.l.shannon] Updated jodatime to 2.8.2

--
[...truncated 3543 lines...]
[INFO] Skipping ActiveMQ :: Web Demo
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: Web Console
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: Karaf Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: Integration Test :: Spring 3.1
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping ActiveMQ :: Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] ActiveMQ .. SUCCESS [3.835s]
[INFO] ActiveMQ :: Openwire Generator  SUCCESS [4.136s]
[INFO] ActiveMQ :: Client  SUCCESS [1:27.924s]
[INFO] ActiveMQ :: Openwire Legacy Support ... SUCCESS [3.296s]
[INFO] ActiveMQ :: JAAS .. SUCCESS [31.784s]
[INFO] ActiveMQ :: Broker  SUCCESS [1:18.350s]
[INFO] ActiveMQ :: KahaDB Store .. SUCCESS [2:01.067s]
[INFO] ActiveMQ :: STOMP Protocol  SUCCESS [11:40.302s]
[INFO] ActiveMQ :: MQTT Protocol . SUCCESS [19:39.236s]
[INFO] ActiveMQ :: JDBC Store  SUCCESS [4.826s]
[INFO] ActiveMQ :: LevelDB Store . SUCCESS [4:57.818s]
[INFO] ActiveMQ :: Generic JMS Pool .. SUCCESS [45.890s]
[INFO] ActiveMQ :: Pool .. SUCCESS [2.893s]
[INFO] ActiveMQ :: RA  SUCCESS [2:33.400s]
[INFO] ActiveMQ :: Spring  SUCCESS [1:01.313s]
[INFO] ActiveMQ :: AMQP .. SUCCESS [6:25.803s]
[INFO] ActiveMQ :: Console ... SUCCESS [5.172s]
[INFO] ActiveMQ :: Partition Management .. SUCCESS [18.199s]
[INFO] ActiveMQ :: Unit Tests  FAILURE 
[1:56:31.922s]
[INFO] ActiveMQ :: Camel . SKIPPED
[INFO] ActiveMQ :: HTTP Protocol Support . SKIPPED
[INFO] ActiveMQ :: All JAR bundle  SKIPPED
[INFO] ActiveMQ :: File Server ... SKIPPED
[INFO] ActiveMQ :: Log4j Appender  SUCCESS [4.696s]
[INFO] ActiveMQ :: Apache Karaf .. SKIPPED
[INFO] ActiveMQ :: RAR ... SKIPPED
[INFO] ActiveMQ :: Run Jar ... SUCCESS [1.796s]
[INFO] ActiveMQ :: Shiro . SKIPPED
[INFO] ActiveMQ :: Runtime Configuration . SUCCESS [5:52.614s]
[INFO] ActiveMQ :: Tooling ... SUCCESS [0.620s]
[INFO] ActiveMQ :: Memory Usage Test Plugin .. SUCCESS [3.574s]
[INFO] ActiveMQ :: Performance Test Plugin ... SUCCESS [8.026s]
[INFO] ActiveMQ :: StartUp/Stop Plugin ... SKIPPED
[INFO] ActiveMQ :: Web ... SKIPPED
[INFO] ActiveMQ :: OSGi bundle ... SKIPPED
[INFO] ActiveMQ :: Blueprint . SUCCESS [6.152s]
[INFO] ActiveMQ :: Web Demo .. SKIPPED
[INFO] ActiveMQ :: Web Console ... SKIPPED
[INFO] ActiveMQ :: Karaf Integration Tests ... SKIPPED
[INFO] ActiveMQ :: Integration Test :: Spring 3.1 

Build failed in Jenkins: ActiveMQ-Java8 » ActiveMQ :: Unit Tests #503

2015-10-13 Thread Apache Jenkins Server
See 


--
[...truncated 961 lines...]
at 
org.apache.activemq.transport.TransportFactorySupport.bind(TransportFactorySupport.java:40)
at 
org.apache.activemq.broker.TransportConnector.createTransportServer(TransportConnector.java:315)
at 
org.apache.activemq.broker.TransportConnector.getServer(TransportConnector.java:141)
at 
org.apache.activemq.broker.TransportConnector.asManagedConnector(TransportConnector.java:107)
at 
org.apache.activemq.broker.BrokerService.registerConnectorMBean(BrokerService.java:2177)
at 
org.apache.activemq.broker.BrokerService.startTransportConnector(BrokerService.java:2641)
at 
org.apache.activemq.broker.BrokerService.startAllConnectors(BrokerService.java:2558)
at 
org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:728)
at 
org.apache.activemq.broker.BrokerService.startBroker(BrokerService.java:688)
at 
org.apache.activemq.broker.BrokerService.start(BrokerService.java:609)
at 
org.apache.activemq.usage.PeriodicDiskUsageLimitTest.startBroker(PeriodicDiskUsageLimitTest.java:89)
at 
org.apache.activemq.usage.PeriodicDiskUsageLimitTest.testDiskUsageAdjustLowerAndHigherUsingPercent(PeriodicDiskUsageLimitTest.java:150)

testDiskUsageAdjustLower(org.apache.activemq.usage.PeriodicDiskUsageLimitTest)  
Time elapsed: 0.515 sec  <<< ERROR!
java.io.IOException: Transport Connector could not be registered in JMX: 
java.io.IOException: Failed to bind to server socket: tcp://0.0.0.0:8000 due 
to: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at 
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:382)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at java.net.ServerSocket.(ServerSocket.java:237)
at 
javax.net.DefaultServerSocketFactory.createServerSocket(ServerSocketFactory.java:231)
at 
org.apache.activemq.transport.tcp.TcpTransportServer.bind(TcpTransportServer.java:137)
at 
org.apache.activemq.transport.tcp.TcpTransportFactory.doBind(TcpTransportFactory.java:62)
at 
org.apache.activemq.transport.TransportFactorySupport.bind(TransportFactorySupport.java:40)
at 
org.apache.activemq.broker.TransportConnector.createTransportServer(TransportConnector.java:315)
at 
org.apache.activemq.broker.TransportConnector.getServer(TransportConnector.java:141)
at 
org.apache.activemq.broker.TransportConnector.asManagedConnector(TransportConnector.java:107)
at 
org.apache.activemq.broker.BrokerService.registerConnectorMBean(BrokerService.java:2177)
at 
org.apache.activemq.broker.BrokerService.startTransportConnector(BrokerService.java:2641)
at 
org.apache.activemq.broker.BrokerService.startAllConnectors(BrokerService.java:2558)
at 
org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:728)
at 
org.apache.activemq.broker.BrokerService.startBroker(BrokerService.java:688)
at 
org.apache.activemq.broker.BrokerService.start(BrokerService.java:609)
at 
org.apache.activemq.usage.PeriodicDiskUsageLimitTest.startBroker(PeriodicDiskUsageLimitTest.java:89)
at 
org.apache.activemq.usage.PeriodicDiskUsageLimitTest.testDiskUsageAdjustLower(PeriodicDiskUsageLimitTest.java:110)

testDiskLimitCheckNotSet(org.apache.activemq.usage.PeriodicDiskUsageLimitTest)  
Time elapsed: 0.516 sec  <<< ERROR!
java.io.IOException: Transport Connector could not be registered in JMX: 
java.io.IOException: Failed to bind to server socket: tcp://0.0.0.0:8000 due 
to: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at 
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:382)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at java.net.ServerSocket.(ServerSocket.java:237)
at 
javax.net.DefaultServerSocketFactory.createServerSocket(ServerSocketFactory.java:231)
at 
org.apache.activemq.transport.tcp.TcpTransportServer.bind(TcpTransportServer.java:137)
at 
org.apache.activemq.transport.tcp.TcpTransportFactory.doBind(TcpTransportFactory.java:62)
at 
org.apache.activemq.transport.TransportFactorySupport.bind(TransportFactorySupport.java:40)
at 
org.apache.activemq.broker.TransportConnector.createTransportServer(TransportConnector.java:315)
at 
org.apache.activemq.broker.TransportConnector.getServer(TransportConnector.java:141)
at 
org.apache.activemq.broker.TransportConnector.asManagedConnector(TransportConnector.java:107)
at 
org.apache.activemq.broker.BrokerService.registerConnectorMBean(BrokerService.java:2177)
at 

Build failed in Jenkins: ActiveMQ-Java7-All-UnitTests #254

2015-10-13 Thread Apache Jenkins Server
See 

Changes:

[christopher.l.shannon] Adding my key

[christopher.l.shannon] fixing KEYS format

[christopher.l.shannon] Adding schema for 5.12.1 release

--
[...truncated 3701 lines...]
Running org.apache.activemq.openwire.v9.ControlCommandTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec - in 
org.apache.activemq.openwire.v9.ControlCommandTest
Running org.apache.activemq.openwire.v9.DataArrayResponseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in 
org.apache.activemq.openwire.v9.DataArrayResponseTest
Running org.apache.activemq.openwire.v9.DataResponseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec - in 
org.apache.activemq.openwire.v9.DataResponseTest
Running org.apache.activemq.openwire.v9.DestinationInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec - in 
org.apache.activemq.openwire.v9.DestinationInfoTest
Running org.apache.activemq.openwire.v9.DiscoveryEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec - in 
org.apache.activemq.openwire.v9.DiscoveryEventTest
Running org.apache.activemq.openwire.v9.ExceptionResponseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec - in 
org.apache.activemq.openwire.v9.ExceptionResponseTest
Running org.apache.activemq.openwire.v9.FlushCommandTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec - in 
org.apache.activemq.openwire.v9.FlushCommandTest
Running org.apache.activemq.openwire.v9.IntegerResponseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec - in 
org.apache.activemq.openwire.v9.IntegerResponseTest
Running org.apache.activemq.openwire.v9.JournalQueueAckTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec - in 
org.apache.activemq.openwire.v9.JournalQueueAckTest
Running org.apache.activemq.openwire.v9.JournalTopicAckTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 sec - in 
org.apache.activemq.openwire.v9.JournalTopicAckTest
Running org.apache.activemq.openwire.v9.JournalTraceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in 
org.apache.activemq.openwire.v9.JournalTraceTest
Running org.apache.activemq.openwire.v9.JournalTransactionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec - in 
org.apache.activemq.openwire.v9.JournalTransactionTest
Running org.apache.activemq.openwire.v9.KeepAliveInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 sec - in 
org.apache.activemq.openwire.v9.KeepAliveInfoTest
Running org.apache.activemq.openwire.v9.LastPartialCommandTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 sec - in 
org.apache.activemq.openwire.v9.LastPartialCommandTest
Running org.apache.activemq.openwire.v9.LocalTransactionIdTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 sec - in 
org.apache.activemq.openwire.v9.LocalTransactionIdTest
Running org.apache.activemq.openwire.v9.MessageAckTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 sec - in 
org.apache.activemq.openwire.v9.MessageAckTest
Running org.apache.activemq.openwire.v9.MessageDispatchNotificationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec - in 
org.apache.activemq.openwire.v9.MessageDispatchNotificationTest
Running org.apache.activemq.openwire.v9.MessageDispatchTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 sec - in 
org.apache.activemq.openwire.v9.MessageDispatchTest
Running org.apache.activemq.openwire.v9.MessageIdTest

Results :

Failed tests: 
  
kahaDbJdbcLeaseQueueMasterSlaveTest>CombinationTestSupport.runBare:113->CombinationTestSupport.runBare:107->QueueMasterSlaveTestSupport.testVirtualTopicFailover:133
 null
  AMQ1853Test.testConsumerMessagesAreNotOrdered:139 for message 
ID:asf910.gq1.ygridcore.net-36450-1444710326448-7:1:1:1:5 counter =  2

Tests in error: 
  AMQ2870Test.testSize:120->sendMessage:169 » TestTimedOut test timed out after 
...
  AMQ5266Test.startBroker:140 » IO Failed to start database 'derbydb' with 
class...
  AMQ5266Test.startBroker:140 » IO Failed to start database 'derbydb' with 
class...
  AMQ5266Test.startBroker:140 » IO Failed to start database 'derbydb' with 
class...
  AMQ5266Test.startBroker:140 » IO Failed to start database 'derbydb' with 
class...
  AMQ5266Test.startBroker:140 » IO Failed to start database 'derbydb' with 
class...
  AMQ5567Test>CombinationTestSupport.runBare:107->BrokerTestSupport.setUp:86 » 
IO
  AMQ5567Test>CombinationTestSupport.runBare:107->BrokerTestSupport.setUp:86 » 
IO
  AMQ5863CompositePublishTest.startBroker:76 » IO Failed to start database 
'derb...

Tests run: 2892, Failures: 2, Errors: 3, Skipped: 9

Tests 

buildbot failure in ASF Buildbot on activemq-site-production

2015-10-13 Thread buildbot
The Buildbot has detected a new failure on builder activemq-site-production 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/activemq-site-production/builds/2526

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'activemq-site-production' triggered 
this build
Build Source Stamp: [branch activemq/activemq-website] HEAD
Blamelist: 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





[CONF] Apache ActiveMQ > Xml Reference

2015-10-13 Thread Torsten Mielke (Confluence)
Title: Message Title



 
 
 
 
 
 
 

Torsten Mielke edited a page 
 
 
  
 
 
 
 
 
 
 
  
 
 
 
 
 
 
Change comment: Link to 5.12 schema Reference was wrong. Corrected. 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Xml Reference 
 
 
  
 
 
 
 
 
 
 ... 
 
 
 
 
 Reference Document  
 Reference  
 XML Schema  
 XML Schema namespace  
 
 
  XBean XML Reference 4.1   
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-4.1.2.xsd   
  http://activemq.org/config/1.0   
 
 
  XBean XML Reference 5.0   
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd   
  http://activemq.org/config/1.0   
 
 
 XBean XML Reference 5.1  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.2  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.3.0  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.3.1  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.3.2  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.4.0  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.4.1  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.4.2  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.5.0  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.6.0  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.6.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.7.0  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.7.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.8.0  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.8.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.9.0  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.9.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
XBean XML Reference 5.10.0 
Reference 
http://activemq.apache.org/schema/core/activemq-core-5.10.0.xsd 
http://activemq.apache.org/schema/core 
 
 
 XBean XML Reference 5.10.1  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd   
  http://activemq.apache.org/schema/core   
 
 
  XBean XML Reference 5.10.2   
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.11.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.11.0  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.11.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.11.1  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.11.1.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.11.2  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.11.2.xsd   
  http://activemq.apache.org/schema/core   
 
 
 XBean XML Reference 5.12.0  
  Reference   
  http://activemq.apache.org/schema/core/activemq-core-5.12.0.xsd   
  http://activemq.apache.org/schema/core   
 
 
 
 ... If you are using XBean to parse the XML configurations, the XML validation is optional so you do not need to specify the XML Schema Locations. However if you are using Spring's 2.0 XML handling to parse the XML then you need to refer to the XSD locations in your XML document because Spring uses schema namespace or schema location to resolve namespace handlers. Without correct namespace definition you will get messages like below: ...  
 
 
  
 
 
 
 
 
 
 
 
 
 

View page
• 
 
 
 
 
 
 

Like 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 5.8.4  
 
 
  
 
 
 
 
 
 
 
 
 




activemq git commit: AMQ-6009: update to Qpid JMS 0.6.0 release

2015-10-13 Thread robbie
Repository: activemq
Updated Branches:
  refs/heads/master 3744349d0 -> ae2a9940f


AMQ-6009: update to Qpid JMS 0.6.0 release


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/ae2a9940
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/ae2a9940
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/ae2a9940

Branch: refs/heads/master
Commit: ae2a9940f3231a95600236d25119762462612727
Parents: 3744349
Author: Robert Gemmell 
Authored: Tue Oct 13 14:24:24 2015 +0100
Committer: Robert Gemmell 
Committed: Tue Oct 13 14:39:15 2015 +0100

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/ae2a9940/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 813188c..5417d86 100755
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
 1.4.0
 3.4.6
 0.10
-0.5.0
+0.6.0
 4.0.31.Final
 1.3
 1.0



buildbot failure in ASF Buildbot on activemq-site-production

2015-10-13 Thread buildbot
The Buildbot has detected a new failure on builder activemq-site-production 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/activemq-site-production/builds/2530

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'activemq-site-production' triggered 
this build
Build Source Stamp: [branch activemq/activemq-website] HEAD
Blamelist: 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on activemq-site-production

2015-10-13 Thread buildbot
The Buildbot has detected a restored build on builder activemq-site-production 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/activemq-site-production/builds/2531

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'activemq-site-production' triggered 
this build
Build Source Stamp: [branch activemq/activemq-website] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r968795 - in /websites/production/activemq/content: cache/main.pageCache xml-reference.html

2015-10-13 Thread buildbot
Author: buildbot
Date: Tue Oct 13 14:21:24 2015
New Revision: 968795

Log:
Production update by buildbot for activemq

Modified:
websites/production/activemq/content/cache/main.pageCache
websites/production/activemq/content/xml-reference.html

Modified: websites/production/activemq/content/cache/main.pageCache
==
Binary files - no diff available.

Modified: websites/production/activemq/content/xml-reference.html
==
--- websites/production/activemq/content/xml-reference.html (original)
+++ websites/production/activemq/content/xml-reference.html Tue Oct 13 14:21:24 
2015
@@ -82,7 +82,7 @@
   
 
 
-ActiveMQ Xml ReferenceThis page 
contains a link to the XML reference guides and XML schema documents for Xml Configuration with ActiveMQ 
releasesReleased SchemasReference DocumentReferenceXML SchemaXML Schema namespaceXBean XML Reference 4.1http://activemq.apache.org/schema/core/
 activemq-core-4.1.2.xsd.html">Referencehttp://activemq.apache.org/schema/core/activemq-core-4.1.2.xsd;>http://activemq.apache.org/schema/core/activemq-core-4.1.2.xsdhttp://activemq.org/config/1.0; 
rel="nofollow">http://activemq.org/config/1.0XBean XML Reference 5.0http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd.html;>Referencehttp://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd;>http://activemq.apache.org/sc
 hema/core/activemq-core-5.0.0.xsdhttp://activemq.org/config/1.0; 
rel="nofollow">http://activemq.org/config/1.0XBean XML Reference 
5.1http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd.html;>Referencehttp://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd;>http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsdhttp://activemq.apache.org/schema/core;>http://activemq.apache.org/schema/coreXB
 ean XML Reference 5.2http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd.html;>Referencehttp://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd;>http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsdhttp://activemq.apache.org/schema/core;>http://activemq.apache.org/schema/coreXBean XML Reference 
5.3.0http://activemq.apache.org/schema/core/activemq-core-5.3.0-schema.html;>Referencehttp://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd;>http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsdhttp://activemq.apache.org/schema/core;>http://activemq.apache.org/schema/coreXBean XML Reference 
5.3.1http://activemq.apache.org/schema/core/activemq-core-5.3.1-schema.html;>Referencehttp://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd;>http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsdhttp://activemq.apache.org/schem
 a/core">http://activemq.apache.org/schema/coreXBean XML Reference 
5.3.2http://activemq.apache.org/schema/core/activemq-core-5.3.2-schema.html;>Referencehttp://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd;>http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsdhttp://activemq.apache.org/schema/core;>http://activemq.apache.org/schema/coreXBean XML Reference 
5.4.0http://activemq.apache.org/schema/core/a
 ctivemq-core-5.4.0-schema.html">Referencehttp://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd;>http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsdhttp://activemq.apache.org/schema/core;>http://activemq.apache.org/schema/coreXBean XML Reference 
5.4.1http://activemq.apache.org/schema/core/activemq-core-5.4.1-schema.html;>Referencehttp://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd;>http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd<
 td colspan="1" rowspan="1" class="confluenceTd">http://activemq.apache.org/schema/core;>http://activemq.apache.org/schema/coreXBean XML Reference 
5.4.2http://activemq.apache.org/schema/core/activemq-core-5.4.2-schema.html;>Referencehttp://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd;>http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsdhttp://activemq.apache.org/schema/core;>http://activemq.apache.org/schema/coreXBean XML Reference 
5.5.0http://activemq.apache.org/schema/core/activemq-core-5.5.0-schema.html;>Referencehttp://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd;>http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsdhttp://activemq.apache.org/schema/core;>http://activemq.apache.org/schema/coreXBean XML Reference 
5.6.0http://activemq.apache.org/schema/core/activemq-core-5.6.0-schema.html;>Referencehttp://active
 
mq.apache.org/schema/core/activemq-core-5.6.0.xsd">http://activemq.apache.org/schema/core/activemq-core-5.6.0.xsdhttp://activemq.apache.org/schema/core;>http://activemq.apache.org/schema/coreXBean XML Reference 

[2/2] activemq git commit: https://issues.apache.org/jira/browse/AMQ-6003

2015-10-13 Thread cshannon
https://issues.apache.org/jira/browse/AMQ-6003

This closes #151
Applying patch with thanks to Andrea Cosentino


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/75203ede
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/75203ede
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/75203ede

Branch: refs/heads/master
Commit: 75203ede27d0fbbc87c441ef5364a717a7cfcc20
Parents: ae2a994 1b52a13
Author: Christopher L. Shannon (cshannon) 
Authored: Tue Oct 13 14:58:19 2015 +
Committer: Christopher L. Shannon (cshannon) 
Committed: Tue Oct 13 14:59:24 2015 +

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--




[1/2] activemq git commit: https://issues.apache.org/jira/browse/AMQ-6003 - Upgrade Pax runner to version 1.8.6

2015-10-13 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/master ae2a9940f -> 75203ede2


https://issues.apache.org/jira/browse/AMQ-6003 - Upgrade Pax runner to version 
1.8.6


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/1b52a13e
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/1b52a13e
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/1b52a13e

Branch: refs/heads/master
Commit: 1b52a13e839dbbb70839f36303e6a92002179459
Parents: ae2a994
Author: Andrea Cosentino 
Authored: Thu Oct 8 08:08:37 2015 +0200
Committer: Christopher L. Shannon (cshannon) 
Committed: Tue Oct 13 14:44:43 2015 +

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/1b52a13e/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 5417d86..34e5923 100755
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
 
 4.6.0
 1.0.0
-1.6.1
+1.8.6
 2.4.3
 1.8.0
 5.0.1



[2/2] activemq git commit: https://issues.apache.org/jira/browse/AMQ-5931

2015-10-13 Thread cshannon
https://issues.apache.org/jira/browse/AMQ-5931

This closes #149

Applying patch with thanks to Chad Zobrisky


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/b5bfe270
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/b5bfe270
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/b5bfe270

Branch: refs/heads/master
Commit: b5bfe2707bf36a7feb698ec142db02d9190fab3c
Parents: 75203ed f92c23a
Author: Christopher L. Shannon (cshannon) 
Authored: Tue Oct 13 15:08:59 2015 +
Committer: Christopher L. Shannon (cshannon) 
Committed: Tue Oct 13 15:08:59 2015 +

--
 activemq-karaf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--




[1/2] activemq git commit: Updated jodatime to 2.8.2

2015-10-13 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/master 75203ede2 -> b5bfe2707


Updated jodatime to 2.8.2


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/f92c23a6
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/f92c23a6
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/f92c23a6

Branch: refs/heads/master
Commit: f92c23a64e1492f90f365f1fee6f7002d5c3ed47
Parents: 75203ed
Author: Chad Zobrisky 
Authored: Tue Oct 6 15:54:44 2015 +
Committer: Christopher L. Shannon (cshannon) 
Committed: Tue Oct 13 15:02:21 2015 +

--
 activemq-karaf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/f92c23a6/activemq-karaf/pom.xml
--
diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml
index eaea5ce..b2ae250 100644
--- a/activemq-karaf/pom.xml
+++ b/activemq-karaf/pom.xml
@@ -32,7 +32,7 @@
 
   
 1.1.4c_5
-1.6.2
+2.8.2
 1.1_4
 1.6.1_2
 1.4.8_1



[1/2] activemq-artemis git commit: ARTEMIS-257 cleaning up dependencies on artemis-core-client

2015-10-13 Thread clebertsuconic
Repository: activemq-artemis
Updated Branches:
  refs/heads/master ed51a6f70 -> bbd033026


ARTEMIS-257 cleaning up dependencies on artemis-core-client


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6bf12416
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6bf12416
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6bf12416

Branch: refs/heads/master
Commit: 6bf1241628e74ca9cfe41027fad0e3972a6062b7
Parents: ed51a6f
Author: Clebert Suconic 
Authored: Tue Oct 13 09:26:50 2015 -0400
Committer: Clebert Suconic 
Committed: Tue Oct 13 10:44:49 2015 -0400

--
 .../activemq/artemis/ArtemisConstants.java  | 25 +++
 artemis-core-client/pom.xml | 11 -
 .../config/ActiveMQDefaultConfiguration.java| 10 
 artemis-jms-client/pom.xml  |  5 
 .../core/io/aio/AIOSequentialFileFactory.java   |  6 ++---
 .../core/io/nio/NIOSequentialFileFactory.java   |  6 ++---
 .../core/journal/impl/JournalConstants.java | 12 -
 artemis-server/pom.xml  |  5 
 .../artemis/core/config/Configuration.java  |  8 +++---
 .../deployers/impl/FileConfigurationParser.java | 26 ++--
 .../core/config/impl/ConfigurationImplTest.java | 10 
 .../impl/DefaultsFileConfigurationTest.java | 20 +++
 .../journal/AIOJournalCompactTest.java  |  6 ++---
 .../integration/journal/AIOJournalImplTest.java |  4 +--
 .../journal/ValidateTransactionHealthTest.java  | 16 ++--
 .../AIOAllPossibilitiesCompactStressTest.java   |  4 +--
 16 files changed, 98 insertions(+), 76 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/6bf12416/artemis-commons/src/main/java/org/apache/activemq/artemis/ArtemisConstants.java
--
diff --git 
a/artemis-commons/src/main/java/org/apache/activemq/artemis/ArtemisConstants.java
 
b/artemis-commons/src/main/java/org/apache/activemq/artemis/ArtemisConstants.java
new file mode 100644
index 000..4e3602c
--- /dev/null
+++ 
b/artemis-commons/src/main/java/org/apache/activemq/artemis/ArtemisConstants.java
@@ -0,0 +1,25 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.activemq.artemis;
+
+public class ArtemisConstants {
+   public static final int DEFAULT_JOURNAL_BUFFER_SIZE_AIO = 490 * 1024;
+   public static final int DEFAULT_JOURNAL_BUFFER_TIMEOUT_AIO = (int) 
(10d / 2000);
+   public static final int DEFAULT_JOURNAL_BUFFER_TIMEOUT_NIO = (int) 
(10d / 300);
+   public static final int DEFAULT_JOURNAL_BUFFER_SIZE_NIO = 490 * 1024;
+}

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/6bf12416/artemis-core-client/pom.xml
--
diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml
index 97d880f..2445ffa 100644
--- a/artemis-core-client/pom.xml
+++ b/artemis-core-client/pom.xml
@@ -47,21 +47,10 @@
  artemis-commons
  ${project.version}
   
- 
-org.apache.activemq
-artemis-selector
-${project.version}
- 
-  
- org.apache.activemq
- artemis-journal
- ${project.version}
-  
   
  io.netty
  netty-all
   
-
   
  junit
  junit

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/6bf12416/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.java
--
diff --git 
a/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.java
 
b/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.java
index 6b1bb5c..21d97a3 100644
--- 

[2/2] activemq-artemis git commit: This closes #196

2015-10-13 Thread clebertsuconic
This closes #196


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/bbd03302
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/bbd03302
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/bbd03302

Branch: refs/heads/master
Commit: bbd0330268f5c0ba678be97104d967939bcbef44
Parents: ed51a6f 6bf1241
Author: Clebert Suconic 
Authored: Tue Oct 13 13:42:54 2015 -0400
Committer: Clebert Suconic 
Committed: Tue Oct 13 13:42:54 2015 -0400

--
 .../activemq/artemis/ArtemisConstants.java  | 25 +++
 artemis-core-client/pom.xml | 11 -
 .../config/ActiveMQDefaultConfiguration.java| 10 
 artemis-jms-client/pom.xml  |  5 
 .../core/io/aio/AIOSequentialFileFactory.java   |  6 ++---
 .../core/io/nio/NIOSequentialFileFactory.java   |  6 ++---
 .../core/journal/impl/JournalConstants.java | 12 -
 artemis-server/pom.xml  |  5 
 .../artemis/core/config/Configuration.java  |  8 +++---
 .../deployers/impl/FileConfigurationParser.java | 26 ++--
 .../core/config/impl/ConfigurationImplTest.java | 10 
 .../impl/DefaultsFileConfigurationTest.java | 20 +++
 .../journal/AIOJournalCompactTest.java  |  6 ++---
 .../integration/journal/AIOJournalImplTest.java |  4 +--
 .../journal/ValidateTransactionHealthTest.java  | 16 ++--
 .../AIOAllPossibilitiesCompactStressTest.java   |  4 +--
 16 files changed, 98 insertions(+), 76 deletions(-)
--




Jenkins build is still unstable: ActiveMQ-Java8 #502

2015-10-13 Thread Apache Jenkins Server
See 



Jenkins build is still unstable: ActiveMQ-Java8 » ActiveMQ :: HTTP Protocol Support #502

2015-10-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java8 » ActiveMQ :: Unit Tests #502

2015-10-13 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : ActiveMQ-Java7 » ActiveMQ :: Broker #843

2015-10-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java7 » ActiveMQ :: HTTP Protocol Support #843

2015-10-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java7 » ActiveMQ :: Unit Tests #843

2015-10-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: ActiveMQ-Java7 #843

2015-10-13 Thread Apache Jenkins Server
See 



Build failed in Jenkins: ActiveMQ-Java7-All-UnitTests #255

2015-10-13 Thread Apache Jenkins Server
See 

Changes:

[robbie] AMQ-6009: update to Qpid JMS 0.6.0 release

[christopher.l.shannon] https://issues.apache.org/jira/browse/AMQ-6003 - 
Upgrade Pax runner to

[christopher.l.shannon] Updated jodatime to 2.8.2

--
[...truncated 2020 lines...]
Running org.apache.activemq.broker.region.group.MessageGroupMapTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in 
org.apache.activemq.broker.region.group.MessageGroupMapTest
Running org.apache.activemq.broker.region.group.MessageGroupTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 sec - in 
org.apache.activemq.broker.region.group.MessageGroupTest
Running org.apache.activemq.broker.scheduler.JmsCronSchedulerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 150.436 sec - 
in org.apache.activemq.broker.scheduler.JmsCronSchedulerTest
Running org.apache.activemq.broker.scheduler.JmsSchedulerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 114.269 sec - 
in org.apache.activemq.broker.scheduler.JmsSchedulerTest
Running org.apache.activemq.broker.scheduler.JobSchedulerBrokerShutdownTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.381 sec - in 
org.apache.activemq.broker.scheduler.JobSchedulerBrokerShutdownTest
Running org.apache.activemq.broker.scheduler.JobSchedulerManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 89.281 sec - in 
org.apache.activemq.broker.scheduler.JobSchedulerManagementTest
Running org.apache.activemq.broker.scheduler.JobSchedulerStoreCheckpointTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.598 sec - in 
org.apache.activemq.broker.scheduler.JobSchedulerStoreCheckpointTest
Running org.apache.activemq.broker.scheduler.JobSchedulerStoreTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.555 sec - in 
org.apache.activemq.broker.scheduler.JobSchedulerStoreTest
Running org.apache.activemq.broker.scheduler.JobSchedulerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 105.817 sec - 
in org.apache.activemq.broker.scheduler.JobSchedulerTest
Running org.apache.activemq.broker.scheduler.JobSchedulerTxTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.556 sec - in 
org.apache.activemq.broker.scheduler.JobSchedulerTxTest
Running org.apache.activemq.broker.scheduler.KahaDBSchedulerIndexRebuildTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.31 sec - in 
org.apache.activemq.broker.scheduler.KahaDBSchedulerIndexRebuildTest
Running 
org.apache.activemq.broker.scheduler.KahaDBSchedulerMissingJournalLogsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.078 sec - in 
org.apache.activemq.broker.scheduler.KahaDBSchedulerMissingJournalLogsTest
Running org.apache.activemq.broker.scheduler.LostScheduledMessagesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.132 sec - in 
org.apache.activemq.broker.scheduler.LostScheduledMessagesTest
Running org.apache.activemq.broker.scheduler.SchedulerDBVersionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.706 sec - in 
org.apache.activemq.broker.scheduler.SchedulerDBVersionTest
Running org.apache.activemq.broker.scheduler.memory.InMemeoryJmsSchedulerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 135.418 sec - 
in org.apache.activemq.broker.scheduler.memory.InMemeoryJmsSchedulerTest
Running org.apache.activemq.broker.scheduler.memory.InMemoryJmsCronSchedulerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.171 sec - 
in org.apache.activemq.broker.scheduler.memory.InMemoryJmsCronSchedulerTest
Running 
org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.727 sec - in 
org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerManagementTest
Running 
org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerStoreTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 sec - in 
org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerStoreTest
Running org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.988 sec - 
in org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerTest
Running org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerTxTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.814 sec - in 
org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerTxTest
Running org.apache.activemq.broker.store.DefaultStoreBrokerTest
Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 130.328 sec - 
in org.apache.activemq.broker.store.DefaultStoreBrokerTest
Running