summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move qpid to tlpM2.1-releaseJoe Schaefer2008-12-120-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M2.1-release@726140 13f79535-47bb-0310-9956-ffa450edef68
* QPID-916 update dotnet NOTICE to include log4net, make sure DISCLAIMER is ↵Aidan Skinner2008-04-162-2/+7
| | | | | | including in c++ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@648678 13f79535-47bb-0310-9956-ffa450edef68
* QPID-916 add DISCLAIMER to top-level, make sure C++ and .Net archives are ↵Aidan Skinner2008-04-163-2/+7
| | | | | | named correctly git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@648639 13f79535-47bb-0310-9956-ffa450edef68
* Correction to release notes (now support AMQP 0-9)Gordon Sim2008-04-141-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@647710 13f79535-47bb-0310-9956-ffa450edef68
* QPID-916 Correct release notesAidan Skinner2008-04-134-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@647616 13f79535-47bb-0310-9956-ffa450edef68
* use svnexe for uploading, generate source jarsAidan Skinner2008-04-0817-2/+222
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@646114 13f79535-47bb-0310-9956-ffa450edef68
* Update release notesAidan Skinner2008-04-075-165/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@645731 13f79535-47bb-0310-9956-ffa450edef68
* Add toplevel NOTICE and LICENSE files, add Felix to java/resources/NOTICE, ↵Aidan Skinner2008-04-074-2/+24
| | | | | | make sure all spec files are included in java source distribution git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@645593 13f79535-47bb-0310-9956-ffa450edef68
* Set version to M2.1 for all, it's release timeAidan Skinner2008-04-0120-41/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@643613 13f79535-47bb-0310-9956-ffa450edef68
* Add my gpg keyAidan Skinner2008-04-011-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@643582 13f79535-47bb-0310-9956-ffa450edef68
* Update version in pomsAidan Skinner2008-03-3119-41/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@643162 13f79535-47bb-0310-9956-ffa450edef68
* Branch for M2.1 releaseAidan Skinner2008-03-310-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@643155 13f79535-47bb-0310-9956-ffa450edef68
* Add licenscesAidan Skinner2008-03-3128-6/+551
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@643153 13f79535-47bb-0310-9956-ffa450edef68
* QPID-890 : Removed old references to VHostPrincipalDatabase and an errant ↵Martin Ritchie2008-03-311-18/+3
| | | | | | | | old.PrincipalDatabaseAccessManager change. This file should now work. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@643032 13f79535-47bb-0310-9956-ffa450edef68
* QPID-876 remove .exe for hot cross version compatability actionAidan Skinner2008-03-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-875 : Dropped logging level to debug.Martin Ritchie2008-03-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640434 13f79535-47bb-0310-9956-ffa450edef68
* QPID-874 use getQueueDepth properlyAidan Skinner2008-03-241-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640426 13f79535-47bb-0310-9956-ffa450edef68
* QPID-872 : Adjusted TimeToLive test receive calls to use a wait of 1s(1000) ↵Martin Ritchie2008-03-241-3/+3
| | | | | | as 100ms was unreasonably short. This was causing test failures on a slower machine where no failure had really occurred. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640422 13f79535-47bb-0310-9956-ffa450edef68
* QPID-873 : Authentication Exception should be hard error; also NPE in ↵Robert Godfrey2008-03-242-3/+7
| | | | | | PropertiesPrincipalDatabase when user not known git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640417 13f79535-47bb-0310-9956-ffa450edef68
* QPID-868 : The acl.config.xml was using Base64MD5 PF which cannot be used ↵Martin Ritchie2008-03-211-2/+2
| | | | | | inVM as the SASL manager complains about the registration of the client and broker moudules. They appear to overwrite each other. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639684 13f79535-47bb-0310-9956-ffa450edef68
* QPID-868 : Removed the acl.config.xml from systests/etc and updated the ↵Martin Ritchie2008-03-213-231/+2
| | | | | | systests pom file to locate the one in broker/etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639629 13f79535-47bb-0310-9956-ffa450edef68
* QPID-867 Always close connectionsAidan Skinner2008-03-211-12/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639619 13f79535-47bb-0310-9956-ffa450edef68
* QPID-866 : Based on Patch from ASkinner. Only the FailoverException makes ↵Martin Ritchie2008-03-212-8/+40
| | | | | | sence to process this way so remove list and synchronized so we either do an add or throw the set FailoverException. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639598 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 : Renamed logger class to be correct, Reverting change from 637176Martin Ritchie2008-03-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639269 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 Resynchronise the _acceptor so that we don't hangAidan Skinner2008-03-202-8/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639251 13f79535-47bb-0310-9956-ffa450edef68
* QPID-847 : Fixed this test for the selectorsMartin Ritchie2008-03-191-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638951 13f79535-47bb-0310-9956-ffa450edef68
* QPID-862 : Add IOException to valid reason to start failover and removed the ↵Martin Ritchie2008-03-191-2/+2
| | | | | | propogation of the error to client, as they don't need to know of the error unless failover fails. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638950 13f79535-47bb-0310-9956-ffa450edef68
* QPID 854 Add a connect delay to FailOverBaseCase so we don't end up in a ↵Aidan Skinner2008-03-191-1/+1
| | | | | | race condition where mina closes the broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638926 13f79535-47bb-0310-9956-ffa450edef68
* QPID-841 : SimpleACLTest didn't close a client connectionMartin Ritchie2008-03-191-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638816 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 : Removed cleanQueue requirement for now as a lot of tests are not ↵Martin Ritchie2008-03-191-1/+2
| | | | | | cleaning up correctly. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638805 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854Aidan Skinner2008-03-192-6/+21
| | | | | | | | AcknowledgeTest clean up messages that are left on the queue VMTestCase remove bogus DummyTestCase which causes problems with a lot of tests now that we check for queue cleanliness git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638799 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 : Tests were failing as the new connection hadn't been started. ↵Martin Ritchie2008-03-192-21/+45
| | | | | | Also replaced purgeQueue with checkQueuesClean as the tests should ensure they have tidied up.. if they haven't then something has gone wrong. So purging will just hide that issue. Used a second connection in the QBAAT to validate the messages to be sure they are still there. This also fixes the issues with Transacted and ClientAck where the messages would of course go back on the queue as no ack or commit were performed. Using a new connection is also cleaner as it ensures the queue browsing has no side effects for other users of the system. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638760 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 : Renabled the test as the cause was the lack of closing of the ↵Martin Ritchie2008-03-182-11/+13
| | | | | | purgeQueue connection in VMTestCase git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638412 13f79535-47bb-0310-9956-ffa450edef68
* QPID-847 : Prevented the InvalidArgumentException from closing the connection.Martin Ritchie2008-03-185-1/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638346 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 : Disabled one of the failover QueueBrowser tests as I believe it ↵Martin Ritchie2008-03-181-11/+15
| | | | | | to be a problem with mina and inVM broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@638322 13f79535-47bb-0310-9956-ffa450edef68
* QPID-841,QPID-854 : Reinstated SimpleACLTest and removed QueueBrowserTest ↵Martin Ritchie2008-03-171-2/+1
| | | | | | from the junit-toolkit run for now as the class has been renamed git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637992 13f79535-47bb-0310-9956-ffa450edef68
* QPID-858 : Added cancel to the housekeeping thread when the vhost is closed.Martin Ritchie2008-03-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637991 13f79535-47bb-0310-9956-ffa450edef68
* QPID-857 : Reset the State Manager when receiveing a CLOSED state.Martin Ritchie2008-03-171-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637989 13f79535-47bb-0310-9956-ffa450edef68
* QPID-849 : Client Deadlock, there are various points where we take the ↵Martin Ritchie2008-03-172-83/+88
| | | | | | failover mutex to check the _closed values which if it is false then that is all we do. As the _closed check doesn't require the mutex then move all the checks out side of the mutex lock. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637986 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 : Fixed QueueBrowser tests that use ClientAck and Transacted, which ↵Martin Ritchie2008-03-171-0/+35
| | | | | | appear to leave msgs behind per test. Even though each test should be on a new VM broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637979 13f79535-47bb-0310-9956-ffa450edef68
* QPID-847 : InvalidSelectorException. This was caused by the Broker now being ↵Martin Ritchie2008-03-172-16/+186
| | | | | | more AMQP spec compliant than previously. Reverted the change in AMQMinaProtocolSession.java that is causing the issue but we need to correctly fix this issue in the client as the client is not AMQP spec compliant, even with the STRICT_AMQP flag. Updated SelectorTest.java with an additional test so we don't have the functionality reversion later. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637977 13f79535-47bb-0310-9956-ffa450edef68
* QPID-850 : Close client connection if it is appropriate. This was hanging ↵Martin Ritchie2008-03-171-0/+10
| | | | | | the tests because VMTestCase has a dummy test that causes a new connection to be init'd but never closed git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637896 13f79535-47bb-0310-9956-ffa450edef68
* QPID-856 : Moved unbind out of the synchronized block as it doesn't need to ↵Martin Ritchie2008-03-171-2/+7
| | | | | | be done there. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637828 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 : This test required a change as a result of the QueueBrowser Tests. Martin Ritchie2008-03-141-16/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 : Added more tests for QueueBrowserMartin Ritchie2008-03-148-203/+808
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637172 13f79535-47bb-0310-9956-ffa450edef68
* QPID-855 : Added check for the IllegalStateException and ignore ones from ↵Martin Ritchie2008-03-141-0/+7
| | | | | | the Noop Operation. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637170 13f79535-47bb-0310-9956-ffa450edef68
* QPID-848: Add short sleep when a connection fails to complete so that we ↵Aidan Skinner2008-03-141-1/+8
| | | | | | wait for all exceptions to be thrown git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-839 Use AMQish things to get the queue depth, elminating false negativesAidan Skinner2008-03-141-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637137 13f79535-47bb-0310-9956-ffa450edef68
* QPID-854 : Changes to the client to make the dispatcher responsible for ↵Martin Ritchie2008-03-147-170/+475
| | | | | | closing the queue browser when all the messages have been processed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637086 13f79535-47bb-0310-9956-ffa450edef68
* QPID-853 : Use the result of processMethod (match) to decide if we have the ↵Martin Ritchie2008-03-141-3/+6
| | | | | | right frame. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@637084 13f79535-47bb-0310-9956-ffa450edef68