You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/06/30 15:55:46 UTC

[1/2] activemq-artemis git commit: ARTEMIS-602 fix web.xml examples for REST

Repository: activemq-artemis
Updated Branches:
  refs/heads/master f4295b990 -> 57529ac04


ARTEMIS-602 fix web.xml examples for REST


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

Branch: refs/heads/master
Commit: c44447c65dc917b5d0ab3dfae190d10f1cbebc0f
Parents: f4295b9
Author: jbertram <jb...@apache.org>
Authored: Thu Jun 30 10:29:28 2016 -0500
Committer: jbertram <jb...@apache.org>
Committed: Thu Jun 30 10:33:51 2016 -0500

----------------------------------------------------------------------
 docs/user-manual/en/rest.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c44447c6/docs/user-manual/en/rest.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/rest.md b/docs/user-manual/en/rest.md
index ca60383..78d68ca 100644
--- a/docs/user-manual/en/rest.md
+++ b/docs/user-manual/en/rest.md
@@ -69,7 +69,7 @@ This section should be used when you want to use the Apache ActiveMQ Artemis RES
 
        <listener>
           <listener-class>
-             org.apache.activemq.rest.integration.RestMessagingBootstrapListener
+             org.apache.activemq.artemis.rest.integration.RestMessagingBootstrapListener
           </listener-class>
        </listener>
 
@@ -139,13 +139,13 @@ You can bootstrap Apache ActiveMQ Artemis within your WAR as well. To do this, y
 
        <listener>
           <listener-class>
-             org.apache.activemq.rest.integration.ActiveMQBootstrapListener
+             org.apache.activemq.artemis.rest.integration.ActiveMQBootstrapListener
           </listener-class>
        </listener>
 
        <listener>
           <listener-class>
-             org.apache.activemq.rest.integration.RestMessagingBootstrapListener
+             org.apache.activemq.artemis.rest.integration.RestMessagingBootstrapListener
           </listener-class>
        </listener>
 


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

Posted by cl...@apache.org.
This closes #611


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

Branch: refs/heads/master
Commit: 57529ac0429fea8b33556debf113da59e42c9e34
Parents: f4295b9 c44447c
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Jun 30 11:55:40 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jun 30 11:55:40 2016 -0400

----------------------------------------------------------------------
 docs/user-manual/en/rest.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------