summaryrefslogtreecommitdiff
path: root/java/management/client
Commit message (Collapse)AuthorAgeFilesLines
* added system properties for controlling the module locations used during ↵Rafael H. Schloming2009-07-171-1/+1
| | | | | | test runs; concat all the profile properties together before loading so that more can be shared between profiles; added an @SSL_PORT to the substitutions done by QpidTestCase git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795056 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-112-3/+10
| | | | | | | | 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
* QPID-1848 : fixed startup script on unix platformAndrea Gazzarini2009-05-121-20/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@773795 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1581 : QMan Admin Console fixes.Andrea Gazzarini2009-03-0213-2594/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749233 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1579 : WSDMADapter is no longer a big test case. Instead there's a ↵Andrea Gazzarini2009-02-277-64/+134
| | | | | | separated test case class for each WSDM Interface. As conseguence of that, WSDM is simply a grouping suite. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748515 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1606 : Pausable Subscription Manager capability example.Andrea Gazzarini2009-02-273-2/+223
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748512 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1582 : Pausable Subscription Manager capability + WSDL Improvements.Andrea Gazzarini2009-02-277-115/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748511 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1579 : Instead of having one huge WSDM test case now WS-DM Adapter test ↵Andrea Gazzarini2009-02-2636-1552/+1987
| | | | | | is a suite that contains different test cases ( one for each interface) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748154 13f79535-47bb-0310-9956-ffa450edef68
* Made the various receive variants check that the server queue is empty ↵Rafael H. Schloming2009-02-251-0/+2
| | | | | | before returning null. Also modified AMQQueueBrowser to use receiveNoWait() when browsing queues using 0-10. These changes uncovered numerous second order bugs, mostly in failover. These are also fixed. This fixes QPID-1642 and QPID-1643. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747963 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747401 ↵Andrea Gazzarini2009-02-241-87/+83
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1606 : Connect example + Connect interface ImprovementsAndrea Gazzarini2009-02-177-6/+443
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744967 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1663 : WsDm test sleeps for 2 seconds before startAndrea Gazzarini2009-02-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744908 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1604 : Implementation of wrsf-rp:PutResourcePropertyDocument interfaceAndrea Gazzarini2009-02-167-165/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744885 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1663 : WsDmAdapterTest fix. A preliminary search is made in order to ↵Andrea Gazzarini2009-02-163-19/+49
| | | | | | find an available port for embedded Web Server. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744850 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1579 : Additional test case for MBean capability builder when target ↵Andrea Gazzarini2009-02-151-0/+57
| | | | | | resource has no properties / no methods git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744651 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1664 : QMan Asynchronous notification capabilityAndrea Gazzarini2009-02-1411-111/+484
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744478 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1663 Disable WsDmAdapterTest until we can resolve problemsMartin Ritchie2009-02-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744187 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1606 : Added an additional example for Consumer / Producer ↵Andrea Gazzarini2009-02-121-0/+248
| | | | | | WS-Notification scenario. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743629 13f79535-47bb-0310-9956-ffa450edef68
* QPID 1582 : WS-Notifications...ooops NullPointerException! Fixed with ↵Andrea Gazzarini2009-02-111-1/+1
| | | | | | correct service endpoint URI git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743350 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1582 : WS-Notification implementation on QManAndrea Gazzarini2009-02-1143-187/+3898
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743341 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1581 : Removed unnecessary Jetty dependencies on Qman Admin ConsoleAndrea Gazzarini2009-02-091-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@742498 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@741035 ↵Andrea Gazzarini2009-02-051-119/+0
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1581 : Source modification for QMan Admin ConsoleAndrea Gazzarini2009-02-0520-7/+1608
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@741032 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1581 : QMan (Web) admin consoleAndrea Gazzarini2009-02-0521-2/+4121
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@741031 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/qpid@738568 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/qpid@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/qpid@738044 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/qpid@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/qpid@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/qpid@737180 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/qpid@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/qpid@735621 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/qpid@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/qpid@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/qpid@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/qpid@734622 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@731490 ↵Andrea Gazzarini2009-01-051-1/+1
| | | | 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/qpid@726943 13f79535-47bb-0310-9956-ffa450edef68
* Added license headers to the following files.Rajith Muditha Attapattu2008-12-153-37/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@726742 13f79535-47bb-0310-9956-ffa450edef68
* removed incubating from various shell scripts, release artifacts, and READMEsRafael H. Schloming2008-12-102-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724948 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1410 : Applied patch to correct coding stand from Andrea Gazzarini.Martin Ritchie2008-11-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@720791 13f79535-47bb-0310-9956-ffa450edef68
* Added a script to startup QMan in standalone mode.Rajith Muditha Attapattu2008-11-216-2/+73
| | | | | | | | Added a man page, and a log4j file. Modified the Configurator.java to throw an exception if it is unable to load the config file. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@719462 13f79535-47bb-0310-9956-ffa450edef68
* Moved the qman-config.xml into the etc folder so the build system would pick ↵Rajith Muditha Attapattu2008-11-201-0/+0
| | | | | | it up and put in the build/etc folder git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@719154 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1463: Andrea's patchesArnaud Simon2008-11-196-0/+264
| | | | | | | - Added 6 data types (Int8, Int16, Int32, Int64, Double and Float); git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718957 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1463: Andrea's patchesArnaud Simon2008-11-1939-250/+263
| | | | | | | | | | | | | - Added read / write methods on org.apache.qpid.transport.codec.Encoder / org.apache.qpid.transport.codec.Decoder; - Added the corresponding implementation on org.apache.qpid.transport.codec.BBEncoder / org.apache.qpid.transport.codec.BBDecoder - Added comments on org.apache.qpid.transport.codec.Encoder / org.apache.qpid.transport.codec.Decoder; - Removed org.apache.qpid.transport.codec.ManagementEncoder / org.apache.qpid.transport.codec.ManagementDecoder. - Added 6 data types (Int8, Int16, Int32, Int64, Double and Float); - Added type mappings with the data types above according to management specifications; - Removed all references to ManagementEncoder / Decoder classes; Now Qman is using (whenever is possible) Decoder / Encoder and when some specific method is needed then the BBDecoder / BBEncoder is used. - Some test case adjustment; git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718949 13f79535-47bb-0310-9956-ffa450edef68
* updated version numbers and release notes for M4Rafael H. Schloming2008-11-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@714267 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1411: Applied Andrea's patch; added config file sample Arnaud Simon2008-10-3141-983/+819
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709374 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1422: renamed qmanServlet.war into qman.warArnaud Simon2008-10-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709371 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1410: Applied Andrea's patch Arnaud Simon2008-10-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708918 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1409: (Andrea patch) solved class cast issue between Int and Long Arnaud Simon2008-10-297-18/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708895 13f79535-47bb-0310-9956-ffa450edef68