activemq git commit: https://issues.apache.org/jira/browse/AMQ-5997 - support legacy clients

2015-10-05 Thread dejanb
Repository: activemq
Updated Branches:
  refs/heads/master 81b4b9ae3 -> b83c38b04


https://issues.apache.org/jira/browse/AMQ-5997 - support legacy clients


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

Branch: refs/heads/master
Commit: b83c38b04c3e4330e6d5f57e4c5d7f3fd62942f0
Parents: 81b4b9a
Author: Dejan Bosanac 
Authored: Mon Oct 5 12:55:25 2015 +0200
Committer: Dejan Bosanac 
Committed: Mon Oct 5 12:55:48 2015 +0200

--
 .../org/apache/activemq/transport/mqtt/MQTTProtocolConverter.java | 3 +++
 pom.xml   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/b83c38b0/activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/MQTTProtocolConverter.java
--
diff --git 
a/activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/MQTTProtocolConverter.java
 
b/activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/MQTTProtocolConverter.java
index b83dd27..5998938 100644
--- 
a/activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/MQTTProtocolConverter.java
+++ 
b/activemq-mqtt/src/main/java/org/apache/activemq/transport/mqtt/MQTTProtocolConverter.java
@@ -376,6 +376,9 @@ public class MQTTProtocolConverter {
 
 public void onUnSubscribe(UNSUBSCRIBE command) throws 
MQTTProtocolException {
 checkConnected();
+if (command.qos() != QoS.AT_LEAST_ONCE && (version != V3_1 || 
publishDollarTopics != true)) {
+throw new MQTTProtocolException("Failed to process unsubscribe 
request", true, new Exception("UNSUBSCRIBE frame not properly formatted, QoS"));
+}
 UTF8Buffer[] topics = command.topics();
 if (topics != null) {
 for (UTF8Buffer topic : topics) {

http://git-wip-us.apache.org/repos/asf/activemq/blob/b83c38b0/pom.xml
--
diff --git a/pom.xml b/pom.xml
index b65f6fd..e9c9a00 100755
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
 1.8
 1.2.17
 1.10.19
-1.11
+1.12
 1.2.0
 10.11.1.1
 4.3.1



Build failed in Jenkins: ActiveMQ-Java7 » ActiveMQ :: Spring #835

2015-10-05 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Building ActiveMQ :: Spring 5.13-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-spring ---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-spring ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-spring ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
activemq-spring ---
Downloading: 
http://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client/1.12/mqtt-client-1.12.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client/1.12/mqtt-client-1.12.pom
 (0 B at 0.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client-project/1.12/mqtt-client-project-1.12.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client-project/1.12/mqtt-client-project-1.12.pom
 (0 B at 0.0 KB/sec)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
activemq-spring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
activemq-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to 

[WARNING] 
:
 

 uses unchecked or unsafe operations.
[WARNING] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-xbean-plugin:3.12:mapping (default) @ activemq-spring ---
[INFO] Generating META-INF properties file: 

 for namespace: http://activemq.apache.org/schema/core
[INFO] Generating Spring 2.0 handler mapping: 

 for namespace: http://activemq.apache.org/schema/core
[INFO] Generating HTML documentation file: 

 for namespace: http://activemq.apache.org/schema/core
Warning, could not load class: org.apache.camel.CamelContext: 
java.lang.ClassNotFoundException: org.apache.camel.CamelContext
Warning, could not load class: 
org.apache.activemq.camel.component.ActiveMQComponent: 
java.lang.ClassNotFoundException: 
org.apache.activemq.camel.component.ActiveMQComponent
Warning, could not load class: T: java.lang.ClassNotFoundException: T
Warning, could not load class: T: java.lang.ClassNotFoundException: T
Warning, could not load class: org.apache.activemq.partition.dto.Partitioning: 
java.lang.ClassNotFoundException: org.apache.activemq.partition.dto.Partitioning
Warning, could not load class: T: java.lang.ClassNotFoundException: T
Warning, could not load class: T: java.lang.ClassNotFoundException: T
[INFO] Generating XSD file: 

 for namespace: http://activemq.apache.org/schema/core
[INFO] Generating WIKI documentation file: 

 for namespace: http://activemq.apache.org/schema/core
[INFO] ...done.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
activemq-spring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
activemq-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to 

[INFO] 

Build failed in Jenkins: ActiveMQ-Java7 #835

2015-10-05 Thread Apache Jenkins Server
See 

Changes:

[dejan] https://issues.apache.org/jira/browse/AMQ-5997 - support legacy clients

--
[...truncated 1962 lines...]
[INFO] Installing 
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/activemq/activemq-blueprint/5.13-SNAPSHOT/activemq-blueprint-5.13-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ 
activemq-blueprint ---
[INFO] Installing 
org/apache/activemq/activemq-blueprint/5.13-SNAPSHOT/activemq-blueprint-5.13-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-blueprint 
---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-blueprint ---
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (default-cli) @ activemq-blueprint ---
[INFO] Building jar: 

[INFO] 
[INFO] 
[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.361s]
[INFO] ActiveMQ :: Openwire Generator  SUCCESS [3.766s]
[INFO] ActiveMQ :: Client  SUCCESS [1:30.378s]
[INFO] ActiveMQ :: Openwire Legacy Support ... SUCCESS [3.402s]
[INFO] ActiveMQ :: JAAS .. SUCCESS [35.817s]
[INFO] ActiveMQ :: Broker  SUCCESS [1:22.509s]
[INFO] ActiveMQ :: KahaDB Store .. SUCCESS [2:11.001s]
[INFO] ActiveMQ :: STOMP Protocol  SUCCESS [13:37.430s]
[INFO] ActiveMQ :: MQTT Protocol . SUCCESS [20:10.550s]
[INFO] ActiveMQ :: JDBC Store  SUCCESS [1.769s]
[INFO] ActiveMQ :: LevelDB Store . SUCCESS [5:37.562s]
[INFO] ActiveMQ :: Generic JMS Pool .. SUCCESS [43.163s]
[INFO] ActiveMQ :: Pool .. SUCCESS [3.596s]
[INFO] ActiveMQ :: RA  SUCCESS [2:37.470s]
[INFO] ActiveMQ :: Spring  FAILURE [1:10.188s]
[INFO] ActiveMQ :: AMQP .. SKIPPED
[INFO] ActiveMQ :: Console ... SUCCESS [10.119s]
[INFO] ActiveMQ :: Partition Management .. SUCCESS [21.940s]
[INFO] ActiveMQ :: Unit Tests  SKIPPED
[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 [6.354s]
[INFO] ActiveMQ :: Apache Karaf .. SKIPPED
[INFO] Acti

[1/2] activemq-artemis git commit: Clarify HTTP(S) upgrade config

2015-10-05 Thread clebertsuconic
Repository: activemq-artemis
Updated Branches:
  refs/heads/master bfe2e055f -> cc7b8d0c5


Clarify HTTP(S) upgrade config

Demonstrate that the Artemis acceptor receiving HTTP(S) upgrade connections
doesn't need any SSL configuration.


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

Branch: refs/heads/master
Commit: b8e235f77e43ff4df81778aa7ba400fa7260d72d
Parents: bfe2e05
Author: jbertram 
Authored: Mon Oct 5 08:31:55 2015 -0500
Committer: jbertram 
Committed: Mon Oct 5 08:38:22 2015 -0500

--
 .../NettyConnectorWithHTTPUpgradeTest.java  | 26 +++-
 1 file changed, 14 insertions(+), 12 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b8e235f7/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
--
diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
index d9b7930..e455ac2 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
@@ -110,25 +110,27 @@ public class NettyConnectorWithHTTPUpgradeTest extends 
ActiveMQTestBase {
@Before
public void setUp() throws Exception {
   super.setUp();
-  HashMap httpParams = new HashMap();
+  HashMap httpAcceptorParams = new HashMap();
   // This prop controls the usage of HTTP Get + Upgrade from Netty 
connector
-  httpParams.put(TransportConstants.HTTP_UPGRADE_ENABLED_PROP_NAME, true);
-  httpParams.put(TransportConstants.PORT_PROP_NAME, HTTP_PORT);
-  if (useSSL) {
- httpParams.put(TransportConstants.SSL_ENABLED_PROP_NAME, true);
- httpParams.put(TransportConstants.KEYSTORE_PATH_PROP_NAME, 
SERVER_SIDE_KEYSTORE);
- httpParams.put(TransportConstants.KEYSTORE_PASSWORD_PROP_NAME, 
PASSWORD);
- httpParams.put(TransportConstants.TRUSTSTORE_PATH_PROP_NAME, 
CLIENT_SIDE_TRUSTSTORE);
- httpParams.put(TransportConstants.TRUSTSTORE_PASSWORD_PROP_NAME, 
PASSWORD);
-  }
+  
httpAcceptorParams.put(TransportConstants.HTTP_UPGRADE_ENABLED_PROP_NAME, true);
+  httpAcceptorParams.put(TransportConstants.PORT_PROP_NAME, HTTP_PORT);
   acceptorName = randomString();
 
-  conf = createDefaultNettyConfig().addAcceptorConfiguration(new 
TransportConfiguration(NETTY_ACCEPTOR_FACTORY, httpParams, acceptorName));
+  conf = createDefaultNettyConfig().addAcceptorConfiguration(new 
TransportConfiguration(NETTY_ACCEPTOR_FACTORY, httpAcceptorParams, 
acceptorName));
 
   server = addServer(ActiveMQServers.newActiveMQServer(conf, false));
 
   server.start();
-  locator = ActiveMQClient.createServerLocatorWithoutHA(new 
TransportConfiguration(NETTY_CONNECTOR_FACTORY, httpParams));
+
+  HashMap httpConnectorParams = new HashMap();
+  
httpAcceptorParams.put(TransportConstants.HTTP_UPGRADE_ENABLED_PROP_NAME, true);
+  httpAcceptorParams.put(TransportConstants.PORT_PROP_NAME, HTTP_PORT);
+  if (useSSL) {
+ httpAcceptorParams.put(TransportConstants.SSL_ENABLED_PROP_NAME, 
true);
+ httpAcceptorParams.put(TransportConstants.TRUSTSTORE_PATH_PROP_NAME, 
CLIENT_SIDE_TRUSTSTORE);
+ 
httpAcceptorParams.put(TransportConstants.TRUSTSTORE_PASSWORD_PROP_NAME, 
PASSWORD);
+  }
+  locator = ActiveMQClient.createServerLocatorWithoutHA(new 
TransportConfiguration(NETTY_CONNECTOR_FACTORY, httpConnectorParams));
   addServerLocator(locator);
 
   // THe web server owns the HTTP port, not ActiveMQ Artemis.



[2/2] activemq-artemis git commit: This closes #184 HTTP upgrade config

2015-10-05 Thread clebertsuconic
This closes #184 HTTP upgrade config


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

Branch: refs/heads/master
Commit: cc7b8d0c5bb86cbbe16440308e74cc9c90c3e35f
Parents: bfe2e05 b8e235f
Author: Clebert Suconic 
Authored: Mon Oct 5 11:40:03 2015 -0400
Committer: Clebert Suconic 
Committed: Mon Oct 5 11:40:03 2015 -0400

--
 .../NettyConnectorWithHTTPUpgradeTest.java  | 26 +++-
 1 file changed, 14 insertions(+), 12 deletions(-)
--




svn commit: r10722 - in /release/activemq/apache-nms/1.7.0: Apache.NMS.ActiveMQ-1.7.1-bin.zip Apache.NMS.ActiveMQ-1.7.1-bin.zip.asc Apache.NMS.ActiveMQ-1.7.1-src.zip Apache.NMS.ActiveMQ-1.7.1-src.zip.

2015-10-05 Thread tabish
Author: tabish
Date: Mon Oct  5 15:54:58 2015
New Revision: 10722

Log:
Add version 1.7.1 of Apache.NMS.ActiveMQ

Added:
release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-bin.zip   (with 
props)
release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-bin.zip.asc
release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-src.zip   (with 
props)
release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-src.zip.asc

Added: release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-bin.zip
==
Binary file - no diff available.

Propchange: release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-bin.zip
--
svn:mime-type = application/octet-stream

Added: release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-bin.zip.asc
==
--- release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-bin.zip.asc 
(added)
+++ release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-bin.zip.asc Mon 
Oct  5 15:54:58 2015
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1
+
+iF4EABEKAAYFAlYMSDUACgkQKe8NbB8Piji1KgD9H2PVE+GrMip6/OkdQ1CiYe4k
+gK2W77ZS3eCW/Bg791sA/3tUICe+HAaF/UNo4vHx+3yBpf233qjxawJZkNZXe5cP
+=I+KD
+-END PGP SIGNATURE-

Added: release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-src.zip
==
Binary file - no diff available.

Propchange: release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-src.zip
--
svn:mime-type = application/octet-stream

Added: release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-src.zip.asc
==
--- release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-src.zip.asc 
(added)
+++ release/activemq/apache-nms/1.7.0/Apache.NMS.ActiveMQ-1.7.1-src.zip.asc Mon 
Oct  5 15:54:58 2015
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1
+
+iF4EABEKAAYFAlYMSEQACgkQKe8NbB8PijgmOAD8D4e/HplZpa9xdtt1FoR+gX+M
+x3yBpsxP8bM1za2+/nYBALyrvNzuhaH4t9P6nz0oZFBtt+brslXWqDsR377RK3oQ
+=a0cH
+-END PGP SIGNATURE-




Jenkins build is still unstable: ActiveMQ-Java7-All-UnitTests #247

2015-10-05 Thread Apache Jenkins Server
See 



svn commit: r967854 - in /websites/production/activemq/content: cache/nms.pageCache nms/activemq-downloads.html nms/download.html

2015-10-05 Thread buildbot
Author: buildbot
Date: Mon Oct  5 18:21:30 2015
New Revision: 967854

Log:
Production update by buildbot for activemq

Modified:
websites/production/activemq/content/cache/nms.pageCache
websites/production/activemq/content/nms/activemq-downloads.html
websites/production/activemq/content/nms/download.html

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

Modified: websites/production/activemq/content/nms/activemq-downloads.html
==
--- websites/production/activemq/content/nms/activemq-downloads.html (original)
+++ websites/production/activemq/content/nms/activemq-downloads.html Mon Oct  5 
18:21:30 2015
@@ -72,7 +72,7 @@
   
 
 
-DescriptionRelease DateNMS API RevApache.NMS.ActiveMQ v1.7.1In-Progressv1.7.1Apache.NMS.ActiveMQ v1.7.001/16/2015v1.7.0Apache.NMS.ActiveMQ v1.6.5class="confluenceTd">02/05/2015class="confluenceTd">v1.6.0class="confluenceTd">href="apachenmsactivemq-v164.html">Apache.NMS.ActiveMQ v1.6.4colspan="1" rowspan="1" class="confluenceTd">09/14/2014colspan="1" rowspan="1" class="confluenceTd">v1.6.0colspan="1" rowspan="1" class="confluenceTd">href="apachenmsactivemq-v163.html">Apache.NMS.ActiveMQ v1.6.3colspan="1" rowspan="1" class="confluenceTd">07/21/2014colspan="1" rowspan="1" class="confluenceTd">v1.6.0colspan="1" rowspan="1" class="confluenceTd">href="apachenmsactivemq-v162.html">Apache.NMS.ActiveMQ v1.6.2colspan="1" rowspan="1" class="confluenceTd">12/23/2013colspan="1" row
 span="1" class="confluenceTd">v1.6.0Apache.NMS.ActiveMQ v1.6.110/19/2013v1.6.0Apache.NMS.ActiveMQ v1.6.006/06/2013v1.6.0Apache.NMS.ActiveMQ v1.5.607/12/2012v1.5.1Apache.NMS.ActiveMQ v1.5.505/03/2012v1.5.0Apache.NMS.ActiveMQ v1.5.404/13/2012v1.5.0Apache.NMS.ActiveMQ v1.5.301/27/2012v1.5.0Apache.NMS.ActiveMQ v1.5.211/18/201
 1v1.5.0Apache.NMS.ActiveMQ v1.5.106/04/2011v1.5.0Apache.NMS.ActiveMQ v1.5.002/17/2011v1.5.0Apache.NMS.ActiveMQ v1.4.110/04/2010v1.4.0Apache.NMS.ActiveMQ 
v1.4.009/17/2010v1.4.0Apache.NMS.ActiveMQ v1.3.005/21/2010v1.3.0Apache.NMS.ActiveMQ v1.2.002/12/2010v1.2.0Apache.NMS ActiveMQ v1.1.007/12/2009v1.1.0
+DescriptionRelease DateNMS API RevApache.NMS.ActiveMQ v1.7.110/05/2015v1.7.1Apache.NMS.ActiveMQ v1.7.001/16/2015v1.7.0Apache.NMS.ActiveMQ v1.6.502/05/2015v1.6.0Apache.NMS.ActiveMQ v1.6.409/14/2014v1.6.0Apache.NMS.ActiveMQ v1.6.307/21/2014v1.6.0Apache.NMS.ActiveMQ v1.6.212/23/2013v1.6.0Apache.NMS.ActiveMQ v1.6.110/19/2013v1.6.0Apache.NMS.ActiveMQ v1.6.006/06/2013v1.6.0Apache.NMS.ActiveMQ v1.5.607/12/2012v1.5.1Apache.NMS.ActiveMQ v1.5.505/03/2012v1.5.0Apache.NMS.ActiveMQ v1.5.404/13/2012v1.5.0Apache.NMS.ActiveMQ v1.5.301/27/2012v1.5.0Apache.NMS.ActiveMQ v1.5.211/
 18/2011v1.5.0Apache.NMS.ActiveMQ v1.5.106/04/2011v1.5.0Apache.NMS.ActiveMQ v1.5.002/17/2011v1.5.0Apache.NMS.ActiveMQ v1.4.110/04/2010v1.4.0Apache.NMS.ActiveMQ v1.4.009/17/2010v1.4.0Apache.NMS.ActiveMQ v1.3.005/21/2010v1.3.0Apache.NMS.ActiveMQ v1.2.002/12/2010v1.2.0Apache.NMS ActiveMQ v1.1.007/12/2009v1.1.0
 
 
   

Modified: websites/production/activemq/content/nms/download.html
==
--- websites/production/activemq/content/nms/download.html (original)
+++ websites/production/activemq/content/nms/download.html Mon Oct  5 18:21:30 
2015
@@ -72,7 +72,7 @@
   
 
 
-Apache.NMS Project 
DownloadsHere you can Download the Apache.NMS API for .NET and the 
various Apache.NMS Provider Libraries such as Apache.NMS.ActiveMQ. Releases 
that are marked as in-progress won't be directly downloadable 
however there may be a SNAPSHOT build available, check the release page for 
more details on a specific release. Apache.NMS API ReleasesDescriptionRelease DateApache.NMS API v1.7.109/04/2015
 Apache.NMS API 
v1.7.001/08/2015Apache.NMS API v1.6.005/24/2013Apache.NMS API v1.5.107/06/2012Apache.NMS API v1.5.001/10/2011Apache.NMS API v1.4.009/10/2010Apache.NMS API v1.3.005/14/2010Apache.NMS API v1.2.001/15/2010Apache.NMS API v1.1.007/12/2009Apache.NMS.ActiveMQ ReleasesDes
 criptionRelease 
DateNMS API 
RevApache.NMS.ActiveMQ 
v1.7.1In-Progressv1.7.1Apache.NMS.ActiveMQ v1.7.001/16/2015v1.7.0Apache.NMS.ActiveMQ v1.6.502/05/2015v1.6.0class="confluenceTd">href="apachenmsactivemq-v164.html">Apache.NMS.ActiveMQ v1.6.4colspan="1" rowspan="1" class="confluenceTd">09/14/2014colspan="1" rowspan="1" class="confluenceTd">v1.6.0colspan="1" rowspan="1" class="confluenceTd">href="apachenmsactivemq-v163.html">Apache.NMS.ActiveMQ v1.6.3colspan="1" rowspan="1" class="confluenceTd">07/21/2014colspan="1" rowspan="1" class="confluenceTd">v1.6.0colspan="1" rowspan="1" class="confluenceTd">href="apachenmsactivemq-v162.html">Apache.NMS.ActiveMQ v1.6.2colspan="1" rowspan="1" class="confluenceTd">12/23/2013colspan="1" rowspan="1" class="confluence

activemq-artemis git commit: fixing wrong link on doc

2015-10-05 Thread clebertsuconic
Repository: activemq-artemis
Updated Branches:
  refs/heads/master cc7b8d0c5 -> 32dacf91f


fixing wrong link on doc


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

Branch: refs/heads/master
Commit: 32dacf91f3b7084f1cab7b7bb6ed45d4015f0829
Parents: cc7b8d0
Author: Clebert Suconic 
Authored: Mon Oct 5 14:22:45 2015 -0400
Committer: Clebert Suconic 
Committed: Mon Oct 5 14:23:24 2015 -0400

--
 docs/user-manual/en/architecture.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/32dacf91/docs/user-manual/en/architecture.md
--
diff --git a/docs/user-manual/en/architecture.md 
b/docs/user-manual/en/architecture.md
index b966f9c..402acac 100644
--- a/docs/user-manual/en/architecture.md
+++ b/docs/user-manual/en/architecture.md
@@ -73,7 +73,7 @@ application that requires messaging functionality internally 
but you
 don't want to expose that as an Apache ActiveMQ Artemis server you can directly
 instantiate and embed Apache ActiveMQ Artemis servers in your own application.
 
-For more information on embedding Apache ActiveMQ Artemis, see [Embedding 
Apache ActiveMQ Artemis](embedding-Apache ActiveMQ Artemis.md).
+For more information on embedding Apache ActiveMQ Artemis, see [Embedding 
Apache ActiveMQ Artemis](embedding-activemq.md).
 
 ## Apache ActiveMQ Artemis integrated with a Java EE application server
 



[1/2] activemq git commit: https://issues.apache.org/jira/browse/AMQ-5998 - Upgrade Pax-url to version 2.4.3

2015-10-05 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/master b83c38b04 -> 50591c313


https://issues.apache.org/jira/browse/AMQ-5998 - Upgrade Pax-url to version 
2.4.3


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

Branch: refs/heads/master
Commit: 655b595f5303ae6ce58cc909d48ed59b693b668c
Parents: b83c38b
Author: Andrea Cosentino 
Authored: Mon Oct 5 13:50:51 2015 +0200
Committer: Andrea Cosentino 
Committed: Mon Oct 5 17:32:44 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/activemq/blob/655b595f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index e9c9a00..d61fafb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
 4.6.0
 1.0.0
 1.6.1
-2.4.1
+2.4.3
 1.8.0
 5.0.1
 



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

2015-10-05 Thread cshannon
https://issues.apache.org/jira/browse/AMQ-5998

Merging patch to upgrade Pax-url to the latest
Applied with thanks to Andrea Cosentino

This closes #148


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

Branch: refs/heads/master
Commit: 50591c313a88b6ebe38ebf3b264d05ecad5f069a
Parents: b83c38b 655b595
Author: Christopher L. Shannon (cshannon) 
Authored: Mon Oct 5 18:46:41 2015 +
Committer: Christopher L. Shannon (cshannon) 
Committed: Mon Oct 5 18:46:41 2015 +

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




Jenkins build is still unstable: ActiveMQ-Java8 #494

2015-10-05 Thread Apache Jenkins Server
See 



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

2015-10-05 Thread Apache Jenkins Server
See 




[CONF] Apache ActiveMQ NMS > Apache.NMS.ActiveMQ v1.7.1 Released

2015-10-05 Thread Timothy Bish (Confluence)
Title: Message Title



 
 
 
 
 
 
 

Timothy Bish created a blog post 
 
 
  
 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Apache.NMS.ActiveMQ v1.7.1 Released 
 
 
  
 
 
 
 
 
 
 
 
A new major version of the Apache.NMS.ActiveMQ library has been released. 
  
 
 
  
 
 
 
 
 
 
 
 
 
 

View blog post
• 
 
 
 
 
 
 

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




svn commit: r967874 - in /websites/production/activemq/content: cache/ nms/ nms/2015/10/ nms/2015/10/05/

2015-10-05 Thread buildbot
Author: buildbot
Date: Mon Oct  5 22:21:40 2015
New Revision: 967874

Log:
Production update by buildbot for activemq

Added:
websites/production/activemq/content/nms/2015/10/
websites/production/activemq/content/nms/2015/10/05/

websites/production/activemq/content/nms/2015/10/05/apachenmsactivemq-v171-released.html
Modified:
websites/production/activemq/content/cache/nms.pageCache
websites/production/activemq/content/nms/activemq-downloads.html
websites/production/activemq/content/nms/apachenmsactivemq-v171.html
websites/production/activemq/content/nms/download.html
websites/production/activemq/content/nms/index.html

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

Added: 
websites/production/activemq/content/nms/2015/10/05/apachenmsactivemq-v171-released.html
==
--- 
websites/production/activemq/content/nms/2015/10/05/apachenmsactivemq-v171-released.html
 (added)
+++ 
websites/production/activemq/content/nms/2015/10/05/apachenmsactivemq-v171-released.html
 Mon Oct  5 22:21:40 2015
@@ -0,0 +1,158 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+
+http://activemq.apache.org/styles/site.css"; rel="stylesheet" 
type="text/css"/>
+http://activemq.apache.org/styles/type-settings.css"; 
rel="stylesheet" type="text/css"/>
+http://activemq.apache.org/styles/prototype.js"; 
type="text/javascript">
+http://activemq.apache.org/styles/rico.js"; 
type="text/javascript">
+http://activemq.apache.org/styles/site.js"; 
type="text/javascript">
+
+  .maincontent { overflow:hidden; }
+
+
+
+
+
+Apache ActiveMQ ™ -- Apache.NMS.ActiveMQ v1.7.1 Released
+
+
+
+
+
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+   
+   
+ActiveMQ
+http://www.apache.org";>ASF
+   
+
+
+
+  
+Index > 2015 > 10 > 05 > Apache.NMS.ActiveMQ v1.7.1 
Released
+  
+  
+Download | API | Source | 
http://activemq.apache.org/discussion-forums.html";>Forums | http://activemq.apache.org/support.html";>Support
+  
+
+
+  
+  
+
+
+A new 
bug-fix version of the Apache.NMS.ActiveMQ library has been https://cwiki.apache.org/confluence/display/NMS/ActiveMQ+Downloads";>released.
+
+
+  
+
+  
+https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=45788";>Overview
+
+HomeFAQDownload
+
+
+https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=117579";>Using NMS
+
+NMS 
OverviewGetting 
StartedNMS API 
ReferenceActiveMQStompMSMQTibco EMSWCF
+
+
+Search
+
+http://www.google.com/cse";>
+  
+
+
+
+
+  
+
+http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en";>
+
+
+https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=45789";>Community
+
+Supporthttp://activemq.apache.org/contributing.html";>Contributinghttp://activemq.apache.org/discussion-forums.html";>Discussion 
Forumshttp://activemq.apache.org/mailing-lists.html";>Mailing 
ListsIRCArticlesSitehttp://activemq.apache.org/team.html";>Team
+
+
+https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=45790";>Developers
+
+SourceBuilding
+  
+
+  
+
+
+  
+
+
+  
+
+  
+
+
+
+  
+
+  
+http://activemq.apache.org/privacy-policy.html";>Privacy 
Policy -
+(https://cwiki.apache.org/confluence/pages/editpage.action?pageId=61322346";>edit
 this page)
+  
+
+  
+
+
+
+
+© 2004-2011 The Apache Software Foundation.
+  
+Apache ActiveMQ, ActiveMQ, Apache, the Apache feather logo, and the Apache 
ActiveMQ project logo are trademarks of The Apache Software Foundation.  All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
+
+http://hiramchirino.com";>Graphic Design By Hiram
+
+
+
+
+  
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; 
: "http://www.";);
+document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+  
+  
+var pageTracker = _gat._getTracker("UA-1347593-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+  
+
+
+

Modified: websites/production/activemq/content/nms/activemq-downloads.html
==
--- websites/production/activemq/content/nms/activemq-downloads.html (original)
+++ websites/production/activemq/content/nms/activemq-downloads.html Mon Oct  5 
22:21:40 2015
@@ -72,7 +72,7 @@
   
 
 
-DescriptionRelease DateNMS API RevApache.NMS

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

2015-10-05 Thread Apache Jenkins Server
See 


--
[...truncated 837 lines...]
Running 
org.apache.activemq.test.JmsTopicSendReceiveWithTwoConnectionsAndByteSelectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.993 sec - in 
org.apache.activemq.test.JmsTopicSendReceiveWithTwoConnectionsAndByteSelectorTest
Running org.apache.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.949 sec - in 
org.apache.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest
Running org.apache.activemq.test.TemporaryDestinationToFromNameTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.98 sec - in 
org.apache.activemq.test.TemporaryDestinationToFromNameTest
Running 
org.apache.activemq.test.retroactive.RetroactiveConsumerTestWithDestinationBasedBufferTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.594 sec - in 
org.apache.activemq.test.retroactive.RetroactiveConsumerTestWithDestinationBasedBufferTest
Running 
org.apache.activemq.test.retroactive.RetroactiveConsumerTestWithLastImagePolicyWithWildcardTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.575 sec - in 
org.apache.activemq.test.retroactive.RetroactiveConsumerTestWithLastImagePolicyWithWildcardTest
Running 
org.apache.activemq.test.retroactive.RetroactiveConsumerTestWithSimpleMessageListTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 sec - in 
org.apache.activemq.test.retroactive.RetroactiveConsumerTestWithSimpleMessageListTest
Running 
org.apache.activemq.test.retroactive.RetroactiveConsumerTestWithTimePolicyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.543 sec - in 
org.apache.activemq.test.retroactive.RetroactiveConsumerTestWithTimePolicyTest
Running 
org.apache.activemq.test.retroactive.RetroactiveConsumerWithMessageQueryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.529 sec - in 
org.apache.activemq.test.retroactive.RetroactiveConsumerWithMessageQueryTest
Running org.apache.activemq.test.rollback.CloseRollbackRedeliveryQueueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 sec - in 
org.apache.activemq.test.rollback.CloseRollbackRedeliveryQueueTest
Running org.apache.activemq.transport.auto.AutoNIOSslTransportBrokerTest
Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.186 sec - 
in org.apache.activemq.transport.auto.AutoNIOSslTransportBrokerTest
Running org.apache.activemq.transport.auto.AutoNIOTransportBrokerTest
Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.127 sec - 
in org.apache.activemq.transport.auto.AutoNIOTransportBrokerTest
Running org.apache.activemq.transport.auto.AutoSslTransportBrokerTest
Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.504 sec - 
in org.apache.activemq.transport.auto.AutoSslTransportBrokerTest
Running org.apache.activemq.transport.auto.AutoTransportBrokerTest
Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.071 sec - 
in org.apache.activemq.transport.auto.AutoTransportBrokerTest
Running org.apache.activemq.transport.auto.AutoTransportConfigureTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.814 sec - in 
org.apache.activemq.transport.auto.AutoTransportConfigureTest
Running org.apache.activemq.transport.auto.AutoTransportMaxConnectionsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.437 sec - in 
org.apache.activemq.transport.auto.AutoTransportMaxConnectionsTest
Running org.apache.activemq.transport.auto.failover.AutoFailoverClusterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.453 sec - in 
org.apache.activemq.transport.auto.failover.AutoFailoverClusterTest
Running org.apache.activemq.transport.auto.failover.AutoFailoverTimeoutTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.502 sec - in 
org.apache.activemq.transport.auto.failover.AutoFailoverTimeoutTest
Running org.apache.activemq.transport.auto.failover.FailoverAutoRandomTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.782 sec - in 
org.apache.activemq.transport.auto.failover.FailoverAutoRandomTest
Running 
org.apache.activemq.transport.auto.failover.FailoverAutoTransportBrokerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.947 sec - in 
org.apache.activemq.transport.auto.failover.FailoverAutoTransportBrokerTest
Running org.apache.activemq.transport.failover.BadConnectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec - in 
org.apache.activemq.transport.failover.BadConnectionTest
Running org.apache.activemq.transport.failover.FailoverBackupLeakTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 sec - in 
org.apache.activemq.transport.failover.FailoverBackupLeakTest
R

Build failed in Jenkins: ActiveMQ-Java8 #495

2015-10-05 Thread Apache Jenkins Server
See 

Changes:

[ancosen] https://issues.apache.org/jira/browse/AMQ-5998 - Upgrade Pax-url to

--
[...truncated 3436 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 [4.196s]
[INFO] ActiveMQ :: Openwire Generator  SUCCESS [4.307s]
[INFO] ActiveMQ :: Client  SUCCESS [1:31.679s]
[INFO] ActiveMQ :: Openwire Legacy Support ... SUCCESS [3.576s]
[INFO] ActiveMQ :: JAAS .. SUCCESS [38.029s]
[INFO] ActiveMQ :: Broker  SUCCESS [1:19.628s]
[INFO] ActiveMQ :: KahaDB Store .. SUCCESS [3:44.378s]
[INFO] ActiveMQ :: STOMP Protocol  SUCCESS [12:35.647s]
[INFO] ActiveMQ :: MQTT Protocol . SUCCESS [20:20.428s]
[INFO] ActiveMQ :: JDBC Store  SUCCESS [1.715s]
[INFO] ActiveMQ :: LevelDB Store . SUCCESS [9:21.955s]
[INFO] ActiveMQ :: Generic JMS Pool .. SUCCESS [42.800s]
[INFO] ActiveMQ :: Pool .. SUCCESS [3.031s]
[INFO] ActiveMQ :: RA  SUCCESS [2:36.653s]
[INFO] ActiveMQ :: Spring  SUCCESS [1:04.131s]
[INFO] ActiveMQ :: AMQP .. SUCCESS [6:34.831s]
[INFO] ActiveMQ :: Console ... SUCCESS [5.144s]
[INFO] ActiveMQ :: Partition Management .. SUCCESS [18.662s]
[INFO] ActiveMQ :: Unit Tests  FAILURE 
[3:29:27.330s]
[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.734s]
[INFO] ActiveMQ :: Apache Karaf .. SKIPPED
[INFO] ActiveMQ :: RAR ... SKIPPED
[INFO] ActiveMQ :: Run Jar ... SUCCESS [2.262s]
[INFO] ActiveMQ :: Shiro . SKIPPED
[INFO] ActiveMQ :: Runtime Configuration . SUCCESS [5:38.060s]
[INFO] ActiveMQ :: Tooling ... SUCCESS [0.538s]
[INFO] ActiveMQ :: Memory Usage Test Plugin .. SUCCESS [3.478s]
[INFO] ActiveMQ :: Performance Test Plugin ... SUCCESS [7.696s]
[INFO] ActiveMQ :: StartUp/Stop Plugin ... SKIPPED
[INFO] ActiveMQ :: Web ... SKIPPED
[INFO] ActiveMQ :: OSGi bundle ... SKIPPED
[INFO] ActiveMQ :: Blueprint . SUCCESS [5.475s]
[INFO] ActiveMQ :: Web Demo .. SKIPPED
[INFO] ActiveMQ :: Web Console ... SKIPPED
[INFO] ActiveMQ :: Karaf Integration Tests ... SKIPPED
[INFO] ActiveMQ :: Integration Test :: Spring 3.1  SKIPPED
[INFO] ActiveMQ :: Assembly 

Build failed in Jenkins: ActiveMQ-Java7 » ActiveMQ :: Spring #836

2015-10-05 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Building ActiveMQ :: Spring 5.13-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-spring ---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-spring ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-spring ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
activemq-spring ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
activemq-spring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
activemq-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to 

[WARNING] 
:
 

 uses unchecked or unsafe operations.
[WARNING] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-xbean-plugin:3.12:mapping (default) @ activemq-spring ---
[INFO] Generating META-INF properties file: 

 for namespace: http://activemq.apache.org/schema/core
[INFO] Generating Spring 2.0 handler mapping: 

 for namespace: http://activemq.apache.org/schema/core
[INFO] Generating HTML documentation file: 

 for namespace: http://activemq.apache.org/schema/core
Warning, could not load class: org.apache.camel.CamelContext: 
java.lang.ClassNotFoundException: org.apache.camel.CamelContext
Warning, could not load class: 
org.apache.activemq.camel.component.ActiveMQComponent: 
java.lang.ClassNotFoundException: 
org.apache.activemq.camel.component.ActiveMQComponent
Warning, could not load class: T: java.lang.ClassNotFoundException: T
Warning, could not load class: T: java.lang.ClassNotFoundException: T
Warning, could not load class: org.apache.activemq.partition.dto.Partitioning: 
java.lang.ClassNotFoundException: org.apache.activemq.partition.dto.Partitioning
Warning, could not load class: T: java.lang.ClassNotFoundException: T
Warning, could not load class: T: java.lang.ClassNotFoundException: T
[INFO] Generating XSD file: 

 for namespace: http://activemq.apache.org/schema/core
[INFO] Generating WIKI documentation file: 

 for namespace: http://activemq.apache.org/schema/core
[INFO] ...done.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
activemq-spring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
activemq-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-spring ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running org.apache.bugs.AMQ2754Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.899 sec - in 
org.apache.bugs.AMQ2754Test
Running org.apache.bugs.LoadBalanceTes

Build failed in Jenkins: ActiveMQ-Java7 #836

2015-10-05 Thread Apache Jenkins Server
See 

Changes:

[ancosen] https://issues.apache.org/jira/browse/AMQ-5998 - Upgrade Pax-url to

--
[...truncated 1959 lines...]
[INFO] Installing 
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/activemq/activemq-blueprint/5.13-SNAPSHOT/activemq-blueprint-5.13-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ 
activemq-blueprint ---
[INFO] Installing 
org/apache/activemq/activemq-blueprint/5.13-SNAPSHOT/activemq-blueprint-5.13-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ activemq-blueprint 
---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ 
activemq-blueprint ---
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (default-cli) @ activemq-blueprint ---
[INFO] Building jar: 

[INFO] 
[INFO] 
[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 [4.007s]
[INFO] ActiveMQ :: Openwire Generator  SUCCESS [4.104s]
[INFO] ActiveMQ :: Client  SUCCESS [1:31.227s]
[INFO] ActiveMQ :: Openwire Legacy Support ... SUCCESS [4.090s]
[INFO] ActiveMQ :: JAAS .. SUCCESS [34.244s]
[INFO] ActiveMQ :: Broker  SUCCESS [1:22.209s]
[INFO] ActiveMQ :: KahaDB Store .. SUCCESS [2:11.189s]
[INFO] ActiveMQ :: STOMP Protocol  SUCCESS [11:04.779s]
[INFO] ActiveMQ :: MQTT Protocol . SUCCESS [20:15.502s]
[INFO] ActiveMQ :: JDBC Store  SUCCESS [1.941s]
[INFO] ActiveMQ :: LevelDB Store . SUCCESS [5:23.883s]
[INFO] ActiveMQ :: Generic JMS Pool .. SUCCESS [40.984s]
[INFO] ActiveMQ :: Pool .. SUCCESS [3.036s]
[INFO] ActiveMQ :: RA  SUCCESS [2:33.875s]
[INFO] ActiveMQ :: Spring  FAILURE [1:02.357s]
[INFO] ActiveMQ :: AMQP .. SKIPPED
[INFO] ActiveMQ :: Console ... SUCCESS [4.984s]
[INFO] ActiveMQ :: Partition Management .. SUCCESS [18.498s]
[INFO] ActiveMQ :: Unit Tests  SKIPPED
[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.247s]
[INFO] ActiveMQ :: Apache Karaf .. SKIPPED
[INFO] ActiveM