summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1930: expose UserManagement composite/tabular type keys through the ↵Robert Gemmell2009-07-133-13/+13
| | | | | | management interface for reference, and add warning about future alterations to ensure compatibility git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793499 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1930: add utility method for creating modal dialog shells, and augment ↵Robert Gemmell2009-07-131-1/+36
| | | | | | previous result window generator to allow ESC to act as close git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1929: create factory class to produce MBean views, clean up MBeanView ↵Robert Gemmell2009-07-135-276/+299
| | | | | | accordingly, remove 'edit attribute' menu item and action git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793497 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1927: move mbean interfaces to management-common, make broker module ↵Robert Gemmell2009-07-1135-70/+82
| | | | | | | | | depend on management-common, modify build system to copy management-common.jar when required (eg for binary releases). QPID-1928: remove unused AMQException throws clause and import from ManagedQueue,UserManagement. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793206 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1926: modify management-common module to output an osgi bundle, and ↵Robert Gemmell2009-07-116-29/+19
| | | | | | | | | have the JMX MC use this jar directly instead of wrapping the old module jar with an RCP plugin manifest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793189 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1797: update bundle version format and output filenames, modify ant ↵Robert Gemmell2009-07-115-9/+15
| | | | | | | | | bundle task only to run for required modules git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793184 13f79535-47bb-0310-9956-ffa450edef68
* refrain from using anything other than filesets inside copy, this makes the ↵Rafael H. Schloming2009-07-092-6/+15
| | | | | | build backwards compatible to pre 1.7 versions of ant git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792650 13f79535-47bb-0310-9956-ffa450edef68
* updated config paths to match yesterdays moving of test_resourcesRafael H. Schloming2009-07-093-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792649 13f79535-47bb-0310-9956-ffa450edef68
* removed dead code and old filesRafael H. Schloming2009-07-0914-1958/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792624 13f79535-47bb-0310-9956-ffa450edef68
* moved test profiles and related resources into test-profiles subdirectoryRafael H. Schloming2009-07-0835-37/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792157 13f79535-47bb-0310-9956-ffa450edef68
* added script for generating maven poms and moved disposable build output ↵Rafael H. Schloming2009-07-0830-29/+2870
| | | | | | underneath build/scratch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792094 13f79535-47bb-0310-9956-ffa450edef68
* added jython-2.5.0.jar to lib dir, this is not yet used, but will be shortlyRafael H. Schloming2009-07-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@791963 13f79535-47bb-0310-9956-ffa450edef68
* Reverted 787626 as it was causing the regular profiles to fail.Rafael H. Schloming2009-07-071-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@791954 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1965: use transacted send since we *really need* the messages to beAidan Skinner2009-07-021-2/+6
| | | | | | there by the time was start looking for the log messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790493 13f79535-47bb-0310-9956-ffa450edef68
* Turn on AlertingTest again.Aidan Skinner2009-07-011-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790178 13f79535-47bb-0310-9956-ffa450edef68
* Author: Martin Ritchie <ritchiem@apache.org>Aidan Skinner2009-07-012-2/+192
| | | | | | | | QPID-1037 : Added new test with updates to QTC to provide better generic send methods Signed-off-by: Aidan Skinner <aidan@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790171 13f79535-47bb-0310-9956-ffa450edef68
* fixed hang in SSL client, ssl profile still fails due to port conflicts, but ↵Rafael H. Schloming2009-07-013-15/+25
| | | | | | it should no longer hang git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790161 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up extraneous whitespaceRafael H. Schloming2009-06-302-83/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789887 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1962: Lookup hostname, don't rely on localhost being canonical for ↵Aidan Skinner2009-06-291-2/+2
| | | | | | 127.0.0.1 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789356 13f79535-47bb-0310-9956-ffa450edef68
* Update with more concise instructions.Aidan Skinner2009-06-291-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789266 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1948 - Changes to the java consle as a result of a code generated front ↵Ted Ross2009-06-268-598/+674
| | | | | | | | | end. Patch from Bryan Kearney git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788782 13f79535-47bb-0310-9956-ffa450edef68
* Turn off org.apache.qpid.server.store.PersistentStoreTest for the C++ brokerAidan Skinner2009-06-261-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788692 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to add this fileAidan Skinner2009-06-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788685 13f79535-47bb-0310-9956-ffa450edef68
* Put the default test profile back to using MemoryMessageStore for now, add ↵Aidan Skinner2009-06-268-7/+153
| | | | | | java-derby and config-systests-derby.xml for testing purpouses. Allow the config file to be specified in the test profile, default to config-systests.xml. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788680 13f79535-47bb-0310-9956-ffa450edef68
* added system properties to control declaration of exchanges and queuesRafael H. Schloming2009-06-241-2/+14
| | | | | | QPID-155 requests this change git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788179 13f79535-47bb-0310-9956-ffa450edef68
* Disable test until i fix it tomorrow morningAidan Skinner2009-06-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1921: Add new test case for persistent storage modules.Aidan Skinner2009-06-241-0/+149
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788049 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1923: Fix ack mode for TopicSessionTest, reset system property the ↵Aidan Skinner2009-06-232-5/+2
| | | | | | right way in FailoverBaseCase git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787738 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1935: Reset QPID_WORK after modifying it. handy that.Aidan Skinner2009-06-231-11/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787701 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1934 : Add log4j splitting.Martin Ritchie2009-06-231-27/+114
| | | | | | | Update datetime detection/parsing to use a regex. Added logging to give output on progress git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787697 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1935: Clean up brokers before starting them everytime.Aidan Skinner2009-06-231-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787626 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1935: Use unique queue name per test run. *sigh*.Aidan Skinner2009-06-232-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787623 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1933 - Patch from Bryan KearneyTed Ross2009-06-2224-1/+3867
| | | | | | | QMF Java Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787325 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1914: Create the queue properlyAidan Skinner2009-06-226-15/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787294 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1934 : Add start/stop script for broker monitoring.Martin Ritchie2009-06-226-0/+1207
| | | | | | | | | | | | | | Add runTest.sh that starts a given set of tests and then generates stat files for them Updated monitor-broker to use $! to get top pid, rather than ps|grep made runTests.sh take a file which contains a list of tests to run. Addition of processTests: Creates a Result Package suitable for processing by process.sh / processAll.sh Updated process.sh to correctly handle new broker_cpu.log date format and to have better error handling when there is no GC data Update to monitor-broker to record the top rate so it can be used in processing Update to process.sh to better display the CPU x axis using the time. Update to processTests.py to use a regex to extract the GC time stamp. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787292 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1914 use one queue per test so failures dont spiralAidan Skinner2009-06-221-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787266 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1922 - Applied patch from Bryan KearneyTed Ross2009-06-222-5/+8
| | | | | | | Java Agent does not support null / empty enums git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787261 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1924: Make DerbyMessageStore honor $QPID_WORK.Aidan Skinner2009-06-223-2/+31
| | | | | | | | DerbyMessageStore: pick up QPID_WORK FailoverBaseCase: set QPID_WORK for the second broker QpidTestCase: pass on QPID_WORK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787254 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1914: make send() transacted so we know the messages got there.Aidan Skinner2009-06-222-16/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787250 13f79535-47bb-0310-9956-ffa450edef68
* Use DerbyMessageStore for config-systests.xml, ensure it's cleaned upAidan Skinner2009-06-224-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1923: made createDurableSubscriber fail on a temporary topicRafael H. Schloming2009-06-224-4/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787231 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1919 - Bugfix patch from Bryan KearneyTed Ross2009-06-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@786657 13f79535-47bb-0310-9956-ffa450edef68
* made test ports configurable; this required adding variable expansion to ↵Rafael H. Schloming2009-06-187-13/+174
| | | | | | PropertiesFileInitialContextFactory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@786269 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1905 - Moved qmf agent code to java/management/agent where it belongs.Ted Ross2009-06-1632-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@785400 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1754 : Removed release-bin target setup as it is incomplete and fails.Martin Ritchie2009-06-161-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@785129 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1903 - Applied patch from Bryan KearneyTed Ross2009-06-1220-11/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@784252 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Fixed a build dependency problem introduced in the last commit.Ted Ross2009-06-111-1/+1
| | | | | | | This issue affected builds on RHEL4. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783843 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-1134-5/+3739
| | | | | | | | Additionally updated existing qmf and Qman to be compatible. The magic number for qmf messages has been incremented. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783818 13f79535-47bb-0310-9956-ffa450edef68
* exclude AlertingTest until aidan has a chance to fix itRafael H. Schloming2009-06-101-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783464 13f79535-47bb-0310-9956-ffa450edef68
* moved the initial context factory define into the profile definitionRafael H. Schloming2009-06-092-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783090 13f79535-47bb-0310-9956-ffa450edef68