svn commit: r800356 - in /qpid/trunk/qpid/java: broker/src/main/java/org/apache/qpid/server/configuration/ systests/src/main/java/org/apache/qpid/server/ systests/src/main/java/org/apache/qpid/server/

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:18:25 2009 New Revision: 800356 URL: http://svn.apache.org/viewvc?rev=800356view=rev Log: QPID-2011 : Updated AlertingTest to use new LogMonitoring class and corrected failures in test. Failures corrected by: - Ensuring message count is as expected after

svn commit: r800357 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/logging/subjects/MessagesStoreLogSubject.java test/java/org/apache/qpid/server/logging/subjects/MessageStore

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:19:13 2009 New Revision: 800357 URL: http://svn.apache.org/viewvc?rev=800357view=rev Log: QPID-2001 : Added missing MessageStoreLogSubject and corresponding test Added:

svn commit: r800358 - /qpid/trunk/qpid/java/broker/src/velocity/templates/org/apache/qpid/server/logging/messages/LogMessages.vm

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:19:45 2009 New Revision: 800358 URL: http://svn.apache.org/viewvc?rev=800358view=rev Log: QPID-2001 : Update based on feedback from Marnie to be mindful of the impact of message creation. Messages that do not need a message formatter now nolonger use the

svn commit: r800359 - in /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/logging: AbstractTestLogging.java ConnectionLoggingTest.java

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:20:20 2009 New Revision: 800359 URL: http://svn.apache.org/viewvc?rev=800359view=rev Log: QPID-2002 : Addition of ConnectionLoggingTest Added: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/AbstractTestLogging.java

svn commit: r800360 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/logging/subjects/MessagesStoreLogSubject.java test/java/org/apache/qpid/server/logging/subjects/MessageStore

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:21:43 2009 New Revision: 800360 URL: http://svn.apache.org/viewvc?rev=800360view=rev Log: QPID-2001 : Corrected MSLSubject, extracting the Store from the vhost fails to retrieve the right value during startup. So better to explicitly specify the vhost and

svn commit: r800362 - in /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/logging: RootMessageLogger.java RootMessageLoggerImpl.java actors/AbstractActor.java

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:23:18 2009 New Revision: 800362 URL: http://svn.apache.org/viewvc?rev=800362view=rev Log: QPID-2002 : Enable LogActors to log solely about themselves. Situations such as startup would necesitate this, or when a new connection is being created. The addition

svn commit: r800363 - in /qpid/trunk/qpid: gentools/templ.java/model/ java/broker/src/main/java/org/apache/qpid/server/logging/messages/ java/broker/src/main/java/org/apache/qpid/server/protocol/ java

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:24:29 2009 New Revision: 800363 URL: http://svn.apache.org/viewvc?rev=800363view=rev Log: QPID-2002 : Change CON-1001 to make client ID optional so that the various stages of Open can be correctly logged. Client ID is not initially provided so we would be

svn commit: r800364 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/AlertingTest.java

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:25:02 2009 New Revision: 800364 URL: http://svn.apache.org/viewvc?rev=800364view=rev Log: Updated AlertingTest to use new methods in Abstract super class Modified:

svn commit: r800365 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/protocol/ test/java/org/apache/qpid/server/protocol/

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:25:40 2009 New Revision: 800365 URL: http://svn.apache.org/viewvc?rev=800365view=rev Log: Removed stale constructor, updated two test cases to use other constructor, there is no impact as the tests were passing in null for the removed parameter Modified:

svn commit: r800366 - in /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/logging: LogActor.java actors/AbstractActor.java

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:26:33 2009 New Revision: 800366 URL: http://svn.apache.org/viewvc?rev=800366view=rev Log: QPID-2002 : Added message(LogMessage message) to the LogActor Interface and the ability to retrieve the RootMessageLogger Modified:

svn commit: r800368 - in /qpid/trunk/qpid/java: broker/src/main/java/org/apache/qpid/server/ broker/src/main/java/org/apache/qpid/server/logging/messages/ broker/src/main/java/org/apache/qpid/server/p

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:27:39 2009 New Revision: 800368 URL: http://svn.apache.org/viewvc?rev=800368view=rev Log: QPID-2002: Added testing of Channel Logging Added: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ChannelLoggingTest.java Modified:

svn commit: r800369 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:28:36 2009 New Revision: 800369 URL: http://svn.apache.org/viewvc?rev=800369view=rev Log: QPID-2002 : Added QUEUE constant = queue to QTC Modified: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java Modified:

svn commit: r800371 - /qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHost.java

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:30:01 2009 New Revision: 800371 URL: http://svn.apache.org/viewvc?rev=800371view=rev Log: Removed unused method that only throws an Exception Modified: qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHost.java

svn commit: r800374 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/logging/actors/ main/java/org/apache/qpid/server/logging/rawloggers/ main/java/org/apache/qpid/server/protoc

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:33:05 2009 New Revision: 800374 URL: http://svn.apache.org/viewvc?rev=800374view=rev Log: QPID-2002 : Updates to integrate Logging with test ant test runs. MaxChannelsTest/AMQProtoSessionMBean - Ensured CurrentActor is correctly set and removed.

svn commit: r800375 - in /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/logging: AbstractTestLogging.java ChannelLoggingTest.java ConnectionLoggingTest.java

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:33:54 2009 New Revision: 800375 URL: http://svn.apache.org/viewvc?rev=800375view=rev Log: QPID-2002 : Added new getLog method to AbstractTestLogging that retreives the string starting MESSAGE. This ensures that the LoggingTests are parsing the logged

svn commit: r800376 - in /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/server/logging: AbstractTestLogging.java ConnectionLoggingTest.java

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 13:34:33 2009 New Revision: 800376 URL: http://svn.apache.org/viewvc?rev=800376view=rev Log: QPID-2002 : Updated ConnectionLoggingTest to protect against message reordering of connection closure during negotiation. Modified:

svn commit: r800439 - in /qpid/trunk/qpid/java: systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java test-profiles/010Excludes

2009-08-03 Thread ritchiem
Author: ritchiem Date: Mon Aug 3 16:00:51 2009 New Revision: 800439 URL: http://svn.apache.org/viewvc?rev=800439view=rev Log: QPID-2019 : Update Exclude mechanism so we can exclude the new logging tests from the CPP broker Modified:

svn commit: r800485 - /qpid/trunk/qpid/cpp/src/Makefile.am

2009-08-03 Thread tross
Author: tross Date: Mon Aug 3 18:23:40 2009 New Revision: 800485 URL: http://svn.apache.org/viewvc?rev=800485view=rev Log: Moved qpid/management/Manageable.cpp and qpid/management/ManagementObject.cpp from the broker library to the common library. These may be used for client-side QMF

svn commit: r800487 - /qpid/trunk/qpid/cpp/examples/qmf-agent/Makefile

2009-08-03 Thread tross
Author: tross Date: Mon Aug 3 18:24:20 2009 New Revision: 800487 URL: http://svn.apache.org/viewvc?rev=800487view=rev Log: Updated the include path to use the new cpp/includes directory. Modified: qpid/trunk/qpid/cpp/examples/qmf-agent/Makefile Modified:

svn commit: r800508 - in /qpid/trunk/qpid/java/management/eclipse-plugin: ./ icons/ src/main/java/org/apache/qpid/management/ui/ src/main/java/org/apache/qpid/management/ui/views/

2009-08-03 Thread robbie
Author: robbie Date: Mon Aug 3 19:32:59 2009 New Revision: 800508 URL: http://svn.apache.org/viewvc?rev=800508view=rev Log: QPID-2021: move the refresh button to the right side of the Refresh Interval combo box for clarity, add icons for various 'manager' mbeans, remove Thumbs.db file from

svn commit: r800519 - in /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views: NotificationsTabControl.java VHNotificationsTabControl.java

2009-08-03 Thread robbie
Author: robbie Date: Mon Aug 3 19:56:18 2009 New Revision: 800519 URL: http://svn.apache.org/viewvc?rev=800519view=rev Log: QPID-2014: prompt the user for confirmation before clearing all Notifications for the selected vhost/mbean Modified:

svn commit: r800550 - /qpid/trunk/qpid/java/management/eclipse-plugin/src/main/java/org/apache/qpid/management/ui/views/queue/QueueOperationsTabControl.java

2009-08-03 Thread robbie
Author: robbie Date: Mon Aug 3 20:36:17 2009 New Revision: 800550 URL: http://svn.apache.org/viewvc?rev=800550view=rev Log: QPID-2014: when a user sets a new message interval to view, use the interval size as the step change for the Next and Previous buttons Modified:

svn commit: r800555 - in /qpid/trunk/qpid/cpp/src/tests: qrsh.cpp qrsh_server.cpp

2009-08-03 Thread astitcher
Author: astitcher Date: Mon Aug 3 20:45:46 2009 New Revision: 800555 URL: http://svn.apache.org/viewvc?rev=800555view=rev Log: Fixed missing #include lines Modified: qpid/trunk/qpid/cpp/src/tests/qrsh.cpp qpid/trunk/qpid/cpp/src/tests/qrsh_server.cpp Modified: