summaryrefslogtreecommitdiff
path: root/qpid/java/management
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1790: add new attribute to logging management mbean to indicate ↵Martin Ritchie2009-04-131-6/+29
| | | | | | | | | available output levels. Update jmx management console to understand String[] attribute value and display contents properly merged from trunk r762365 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764485 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1492: make the broker return the current queue depth and maximum queue ↵Martin Ritchie2009-04-131-2/+40
| | | | | | | | | depth in bytes rather than kilbytes, matching their respective setter methods. Augment the management console's navigation queue selection list to show the appropriate numbers merged from trunk r749149 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764460 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1536: modify the B64MD5 PD to take plain text input and perform the ↵Martin Ritchie2009-04-133-24/+72
| | | | | | | | | | | required hashing itself in order to present a consistent interface for user management. Alter management console to use mbean versioning to detect this and send plaintext to v2+ user management mbeans. Update RMIPasswordAuthenticator to make use of the new PD input consistency merged from trunk r748680 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764457 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ↵Martin Ritchie2009-04-135-19/+134
| | | | | | | | | | | | | | based JMXConnectorServer in use, enforces use of the custom MBeanInvocationhandlerImp when using the RMI based JMX, and implements a customised RMI registry to prevent external changes being possible. Updated Management console accordingly. Patch from Robbert Gemmell <gemmellr@dcs.gla.ac.uk> merged from trunk r744113 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-fix@764422 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1619Rajith Muditha Attapattu2009-01-285-29/+86
| | | | | | | | | | Added the man page back. Renamed qman-jmx-start to qman-jmx and there is no corresponding stop script. Added a simple qman.log4j Ran dos2unix on qman-config.xml git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@738568 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1128 - Patch from Robbert Gemmell to prevent NPE whilst adding queue to ↵Martin Ritchie2009-01-272-4/+8
| | | | | | navigation. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@738068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1606 : QMan WS-DM examplesAndrea Gazzarini2009-01-2732-37/+7215
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@738045 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1606 : Clean up old startup script fileAndrea Gazzarini2009-01-271-17/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@738044 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1014 : Patch from Senaka Fernando to correct the perspective nameMartin Ritchie2009-01-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737756 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1591 : Patch from Robbert Gemmell : Moves the server list to be the ↵Martin Ritchie2009-01-261-9/+9
| | | | | | main entries in the left panel. Having a Qpid Connections node that the user had to open to see their severs was just an extra click too much. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737755 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1532 : Patch from Robert Gemmell : Identifies SecurityExceptions so ↵Martin Ritchie2009-01-261-0/+4
| | | | | | they do not result in a stackTrace being printed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737743 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1530 : Patch from Robert Gemmell to surpress StackTraces unless error ↵Martin Ritchie2009-01-261-31/+43
| | | | | | is unknown. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737741 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1579 : WS-DM unit tests and method invocation improvements Andrea Gazzarini2009-01-2337-403/+3553
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737182 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1579 : Removed old test case class Andrea Gazzarini2009-01-231-58/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1579 : Default log4j.xml logging configuration file.Andrea Gazzarini2009-01-231-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@737180 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for ↵Martin Ritchie2009-01-2129-476/+253
| | | | | | management console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736349 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1585 : WS-DM Method invocation feature.Andrea Gazzarini2009-01-2021-224/+1110
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736031 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1578 : WS-Resources lifecycle improved adding "destroy" featureAndrea Gazzarini2009-01-1914-313/+629
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735621 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1565: Move each platforms config + executables into a more ↵Aidan Skinner2009-01-1619-13/+61
| | | | | | | | | appropriately named folder, and where suitable with the structure they should take within the console builds. Additionally, the component plugin's manifest folders are moved to indicate their usage better. There is also a patch to update the build process with the new locations. Patch from Robbie Gemmell gemmellr@dcs.gla.ac.uk git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735023 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1574 : Startup scripts & deployment descriptor fixesAndrea Gazzarini2009-01-156-172/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734664 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1574 : Unix format for shell scriptsAndrea Gazzarini2009-01-152-123/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734646 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1574 : startup scriptsAndrea Gazzarini2009-01-156-31/+404
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734623 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1574 : QMan WS-DM AdapterAndrea Gazzarini2009-01-1582-662/+7841
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734622 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1528: Use central list of commands for parsing and completing.Aidan Skinner2009-01-132-9/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734081 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1522: remove bogus COMMAND_NAME in CommandImpl.java, fix typos in helpAidan Skinner2009-01-135-12/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734079 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1564: Remove duplicate ASL header and unusued imports. Format code ↵Aidan Skinner2009-01-0954-2271/+1755
| | | | | | according to qpid conventions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733073 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1548: Make the CLI depend on management-common, use the login logic there.Aidan Skinner2009-01-0724-69/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732332 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1539: add management/common module. Move SASL and login code there.Aidan Skinner2009-01-0719-214/+137
| | | | | | | Make gui depend on management common and OSGify it a bit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732330 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1528: Add get/set commands for JMX attributes.Aidan Skinner2009-01-072-5/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732311 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1522: Move command line constants to individual command files. ↵Aidan Skinner2009-01-0724-121/+845
| | | | | | Centralise list of commands in CommandLineInterpreter. Make CommandExecutionEngine look up command from registered list rather than use a big if(). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732310 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1522: Fix spelling error in classnameAidan Skinner2009-01-074-16/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732308 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1522: Move common code up to CommandImpl. Rename methods to be ↵Aidan Skinner2009-01-0716-436/+131
| | | | | | consistent. Remove commented out code. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732307 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1522: Rename Command class to CommandImpl and make it implement Command ↵Aidan Skinner2009-01-079-22/+12
| | | | | | interface. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732306 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731490 ↵Andrea Gazzarini2009-01-051-1/+1
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF header to report.propertyRajith Muditha Attapattu2008-12-191-0/+19
| | | | | | | Added the Jython license to LICENSE and NOTICE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728102 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF licensing headers to the following filesRajith Muditha Attapattu2008-12-194-1/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728091 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1010 patch from gemmellr@dcs.gla.ac.ukAidan Skinner2008-12-192-13/+116
| | | | | | | | | This addresses the button visibility issue in a slightly different way, by ensuring ensuring the dialog increases its size to match the contents if the (now increased ) default is not large enough. It also centre's the dialog correctly, and does not allow it to be resized by the user. The same approach is applied to the Reconnect dialog, which suffers similar issues. In addition, the patch incorporates Enter/Escape keyboard functionality in the dialogs, as per QPID-1531 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728059 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1471 : Removed eclipse files that shouldn't have been added.Martin Ritchie2008-12-172-31/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727347 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1471 : Simplist patch to correct argument type mismatch. An improved ↵Martin Ritchie2008-12-174-40/+43
| | | | | | solution can be addressed later git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727346 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1471 : Reverted r727071Martin Ritchie2008-12-174-78/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727334 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1471 : Enabled the MC to understand the new MBean versions. ↵Martin Ritchie2008-12-164-52/+78
| | | | | | OperationsTabControl now uses this version to send git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727071 13f79535-47bb-0310-9956-ffa450edef68
* Added the ASF license header to the following files.Rajith Muditha Attapattu2008-12-1610-0/+210
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726943 13f79535-47bb-0310-9956-ffa450edef68
* Added license headers to the following files.Rajith Muditha Attapattu2008-12-154-37/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726742 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1506 : Patch provided by Robert Gemmell to autonegotiate connectionsMartin Ritchie2008-12-123-75/+161
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725970 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1529 : Create a new shell for message box.Martin Ritchie2008-12-111-53/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725705 13f79535-47bb-0310-9956-ffa450edef68
* removed incubating from various shell scripts, release artifacts, and READMEsRafael H. Schloming2008-12-103-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724948 13f79535-47bb-0310-9956-ffa450edef68
* removed maven build systemRafael H. Schloming2008-12-101-252/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724947 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1500 : config.ini was blocked by the .gitignore so it was missed in my ↵Martin Ritchie2008-12-031-0/+30
| | | | | | last commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723140 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1500 : Didn't notice a couple of .DS_Store files slipped in to the commit.Martin Ritchie2008-12-032-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1481 : Patch provided by Robert Gemmell, export jmxrmote.sasl plugin as ↵Martin Ritchie2008-12-032-3/+21
| | | | | | optional so the built consoles can start without it present git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722862 13f79535-47bb-0310-9956-ffa450edef68