summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* 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-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@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@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@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@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@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@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@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@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@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@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@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@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@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-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@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@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@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@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@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@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@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@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@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-1563: Use createTempFileAidan Skinner2009-01-092-19/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@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@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@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@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@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@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
* 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@731810 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
* created a profile for launchign the cpp broker with clustering enabledRafael H. Schloming2008-12-231-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729137 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1549: don't throw not implemented when we get a flush with the expected ↵Rafael H. Schloming2008-12-233-2/+35
| | | | | | bit set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729118 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1547: ignore socket closed exceptions if shutdownInput is brokenRafael H. Schloming2008-12-231-3/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729021 13f79535-47bb-0310-9956-ffa450edef68
* Removed the javax.servlet.jar and added the geronimo-servlet_2.5_spec-1.2.jarRajith Muditha Attapattu2008-12-193-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728113 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF header to report.propertyRajith Muditha Attapattu2008-12-193-0/+216
| | | | | | | 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-1913-1/+275
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728091 13f79535-47bb-0310-9956-ffa450edef68
* Update release notes for M4Aidan Skinner2008-12-192-91/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728064 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-1524 : Added missing locking that could cause simultaneous delivery by ↵Martin Ritchie2008-12-171-0/+5
| | | | | | multiple threads on the MockSubscription git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727421 13f79535-47bb-0310-9956-ffa450edef68