svn commit: r744079 [2/2] - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/ main/java/org/apache/qpid/server/output/amqp0_8/ main/java/org/apache/qpid/server/output/amqp0_9/ mai

2009-02-13 Thread ritchiem
Modified: qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/queue/AMQPriorityQueueTest.java URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/src/test/java/org/apache/qpid/server/queue/AMQPriorityQueueTest.java?rev=744079r1=744078r2=744079view=diff

[CONF] Apache Qpid: WS-DM Interface Specification (page edited)

2009-02-13 Thread confluence
Page Edited : qpid : WS-DM Interface Specification WS-DM Interface Specification has been edited by Andrea Gazzarini (Feb 13, 2009). (View

[CONF] Apache Qpid: WS-DM Interface Specification (page created)

2009-02-13 Thread confluence
Page Created : qpid : WS-DM Interface Specification WS-DM Interface Specification has been created by Andrea Gazzarini (Feb 13, 2009). Content: Created by Andrea

svn commit: r744113 - in /qpid/trunk/qpid/java: broker/etc/ broker/src/main/java/org/apache/qpid/server/management/ broker/src/main/java/org/apache/qpid/server/security/auth/rmi/ broker/src/test/java/

2009-02-13 Thread aidan
Author: aidan Date: Fri Feb 13 14:00:10 2009 New Revision: 744113 URL: http://svn.apache.org/viewvc?rev=744113view=rev Log: QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI based JMXConnectorServer in use, enforces use of the custom MBeanInvocationhandlerImp when using

svn commit: r744129 - /qpid/trunk/qpid/cpp/src/tests/start_cluster

2009-02-13 Thread aconway
Author: aconway Date: Fri Feb 13 14:43:46 2009 New Revision: 744129 URL: http://svn.apache.org/viewvc?rev=744129view=rev Log: Add --no-module-dir to start_cluster script. Modified: qpid/trunk/qpid/cpp/src/tests/start_cluster Modified: qpid/trunk/qpid/cpp/src/tests/start_cluster URL:

[CONF] Apache Qpid: WS-DM Interface Specification (page edited)

2009-02-13 Thread confluence
Page Edited : qpid : WS-DM Interface Specification WS-DM Interface Specification has been edited by Andrea Gazzarini (Feb 13, 2009). (View

svn commit: r744141 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/TimeToLiveTest.java

2009-02-13 Thread ritchiem
Author: ritchiem Date: Fri Feb 13 15:12:14 2009 New Revision: 744141 URL: http://svn.apache.org/viewvc?rev=744141view=rev Log: QPID-1662 : Converted Thread.sleep in to an awaitNanos() Modified: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/TimeToLiveTest.java

svn commit: r744321 - in /qpid/trunk/qpid/cpp/src/qpid/cluster: Cpg.cpp Quorum_cman.cpp

2009-02-13 Thread aconway
Author: aconway Date: Sat Feb 14 00:47:05 2009 New Revision: 744321 URL: http://svn.apache.org/viewvc?rev=744321view=rev Log: Cluster start-up retries to handle slow cman start-up. - infinite retry if cpg_initialize returns TRY_AGAIN. - infinite retry for cman_is_quorate Modified: