summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* 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-1579 : Build deps of management-client test module updated in order to ↵Andrea Gazzarini2009-01-231-1/+1
| | | | | | avoid classloading issues. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737177 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1609.Rajith Muditha Attapattu2009-01-2316-78/+196
| | | | | | | | Currently we only check idle state on the incomming side. In the future we plan to add code to send a heartbeat when we reach the idle state on the outgoing side. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737125 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused class JmsConsumerAidan Skinner2009-01-221-110/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736715 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1418: Destroy and recreate consumer once all messages areAidan Skinner2009-01-221-3/+9
| | | | | | | sent so that they have enough time to expire. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736618 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1592 : Patch provided by Robert Gemmell to standardise launchers for ↵Martin Ritchie2009-01-2252-34/+215
| | | | | | management console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736591 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1608Rajith Muditha Attapattu2009-01-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736447 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/qpid@736349 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1605: added an assertion to catch acknowledgments of message-ids ↵Rafael H. Schloming2009-01-218-45/+129
| | | | | | outside the range permitted on a session; added code to pause failover until messages from old sessions have been cleared out of the dispatcher queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736316 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1603: ignore incoming heartbeat controlsRafael H. Schloming2009-01-202-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736109 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
* Reorder receives, check that we don't get 3 messages first. Trying to debug ↵Aidan Skinner2009-01-201-11/+12
| | | | | | occasional failures on a slow cruise control machine. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@735994 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1600: Add tests for PrincipalPermissions, document arguments to ↵Aidan Skinner2009-01-202-0/+176
| | | | | | authorise and grant. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@735993 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1573: Move unit tests that were living in systests into appropriate ↵Aidan Skinner2009-01-1915-19/+48
| | | | | | module. Fix up a few bugs in other tests that this exposed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@735735 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
* added a timeout to BytesMessageTestRafael H. Schloming2009-01-161-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@735024 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/qpid@735023 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1587: Added LVQ samplesArnaud Simon2009-01-163-0/+246
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734994 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1574 : Update of NOTICE file for QMan related libraries info.Andrea Gazzarini2009-01-161-0/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734931 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1575: Reduce TTL from 1 second to 100msAidan Skinner2009-01-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734677 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
* QPID-1574 : dependencies file updated for inclusion of QMan WS-DM dependencies.Andrea Gazzarini2009-01-151-1/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734621 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1574 : Additional libraries needed for WS-DM featuresAndrea Gazzarini2009-01-1526-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734619 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1573: Change AMQQueueDeferredOrderingTest, ↵Aidan Skinner2009-01-146-173/+76
| | | | | | | | | ReturnUnroutableMandatoryMessageTest, DispatcherTest, PriorityTest and TimeToLiveTest to extend QpidTestCase Add ReturnUnroutableMandatoryMessageTest, PriorityTest and TimeToLiveTest to the 010ExcludeList git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734379 13f79535-47bb-0310-9956-ffa450edef68
* This is related QPID-1479Rajith Muditha Attapattu2009-01-132-3/+25
| | | | | | | This commit contains the modifications for using the thread abstraction within MINA. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734214 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1479Rajith Muditha Attapattu2009-01-139-37/+207
| | | | | | | This commit contains themodifications done to the perf test classes to use the thread abstraction patch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734212 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1479Rajith Muditha Attapattu2009-01-138-34/+221
| | | | | | | This commit contains the core classes for adding the thread abstraction patch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734205 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1572.Rajith Muditha Attapattu2009-01-1312-1/+59
| | | | | | | The SSL test profile runs the java client against the C++ broker using SSL connections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734166 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1571Rajith Muditha Attapattu2009-01-131-3/+41
| | | | | | | | After M4 release we should probably revisit the SSL close logic. The current fix was done with causing as less impact as possible on the tested code paths. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734160 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/qpid@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/qpid@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/qpid@733073 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1563: Use createTempFileAidan Skinner2009-01-092-19/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@733016 13f79535-47bb-0310-9956-ffa450edef68
* Improve error handling, helpAidan Skinner2009-01-081-18/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732729 13f79535-47bb-0310-9956-ffa450edef68
* Only define cobertura task definition when it's about to get used.Aidan Skinner2009-01-073-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732390 13f79535-47bb-0310-9956-ffa450edef68
* Add script to reset the alerting levels, which were broken in M2.1Aidan Skinner2009-01-071-0/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732340 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/qpid@732332 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1539: add management/common module. Move SASL and login code there.Aidan Skinner2009-01-0721-215/+139
| | | | | | | Make gui depend on management common and OSGify it a bit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@732306 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1557: fixed the cpp.cluster test profileRafael H. Schloming2009-01-0611-16/+39
| | | | | | | | | | | | | | | | | | | | | | - pulled out the XA excludes into a separate excludes file - made the cluster profile exclude the XA tests - made the build system automatically set all system properties that start with profile - added a profile.clustered property that defaults to false - made the cpp.cluster test profile set the profile.clustered property to true - modified the failover tests to exclude some erroneous asserts if the broker is clustered - modified the java client to not advertize a non-zero timeout git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@731810 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