summaryrefslogtreecommitdiff
path: root/java/client
Commit message (Expand)AuthorAgeFilesLines
* Changes for JMS TCK TestingRajith Muditha Attapattu2006-11-274-3/+217
* Fixed the situation where a closed session could try and close itself more th...Martin Ritchie2006-11-271-20/+28
* properly limit scope for test-only dependenciesStephen Vinoski2006-11-241-1/+5
* Initial example class overhaul - still some way to go.Marnie McCormack2006-11-2420-365/+293
* Added example.properties file and amended tests to use for PropertiesFileInit...Marnie McCormack2006-11-242-10/+76
* speed up testStephen Vinoski2006-11-231-7/+6
* Fix for Java TCK using createTopicConnection(username,password)Martin Ritchie2006-11-231-4/+18
* client/pom.xml - removed TransactedTest.java from exclude Listener.javaMartin Ritchie2006-11-222-2/+1
* * use VMBrokerSetup test helper class where appropriateStephen Vinoski2006-11-223-14/+12
* [Text|Object]MessageTest.java - added tests that will fail as per QPID-122 bu...Martin Ritchie2006-11-222-19/+19
* QPID-119Martin Ritchie2006-11-2217-34/+1008
* QPID-108: remove obsolete ant build filesStephen Vinoski2006-11-223-381/+0
* broker/pom.xml - removed test scope from junit to remove warning in build log.Martin Ritchie2006-11-203-103/+103
* convert tests to junit3Stephen Vinoski2006-11-1943-1677/+1083
* complete bringing initial maven work to trunkStephen Vinoski2006-11-1811-53/+208
* directory moves required for maven mergeStephen Vinoski2006-11-18224-0/+0
* QPID-92 fixed outstanding mina 1.1.0 build issuesMartin Ritchie2006-11-152-12/+10
* QPID-92 Changes to bring MINA use up to MINA-Head (1.1.0) compatibility Martin Ritchie2006-11-157-44/+43
* * added top-level systests directory for non-unit testsStephen Vinoski2006-11-122-238/+1
* update Apache licenses to the current versionStephen Vinoski2006-11-10245-2898/+3965
* Fixed ant error due to lack of fscontext jarMartin Ritchie2006-11-101-0/+3
* Added licenses for jython and jms cts and removed fscontext jars, updated to ...Marnie McCormack2006-11-103-0/+40
* Shutdown invm broker after connections are closed.Gordon Sim2006-11-101-1/+1
* Updated propertiesStephen Vinoski2006-11-095-426/+426
* QPID-73 Removed jboss/jbossall-client.jar as the base64 decoding appears to h...Steven Shaw2006-11-081-0/+0
* QPID-73 Updated FieldTableTest to no longer use the Base64 decoder included i...Steven Shaw2006-11-081-9/+4
* QPID-74 Replaced the Sun jms.jar with geronimo-spec-jms-1.1-rc4.jarSteven Shaw2006-11-083-238/+0
* QPID-72 Set module.dist back to false. We no longer want client-test module t...Steven Shaw2006-11-081-1/+1
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472504...Martin Ritchie2006-11-082-2/+2
* MultipleConnectionTest.java needed a longer time out.Martin Ritchie2006-11-084-10/+13
* Proper fix for timing out testsMartin Ritchie2006-11-082-14/+14
* Fix for timing out ObjectMessageTest.java testMartin Ritchie2006-11-081-2/+1
* Fixed last few issues with the unit tests.Martin Ritchie2006-11-088-18/+109
* Removed erroneous importMartin Ritchie2006-11-081-1/+0
* Removed duplicate JNDI test updated @Ignore-s on a few failing tests.Martin Ritchie2006-11-088-662/+168
* Made the temp. directory contain currentMillis to reduce Permission errorsMartin Ritchie2006-11-081-1/+1
* Removed two two old importsMartin Ritchie2006-11-081-2/+0
* Updated to work with new test classes. Will run all *Test.java files (But not...Martin Ritchie2006-11-081-4/+20
* Moved Unit test to test/unit package.Martin Ritchie2006-11-0852-2265/+1537
* Set AutoCreateInVMBroker to false.Martin Ritchie2006-11-072-17/+15
* Corrected VMBroker Creation and clean up per testMartin Ritchie2006-11-0718-110/+462
* Removed explicit VM references to allow auto creation to occur. Added some sl...Martin Ritchie2006-11-075-95/+62
* Added attempt to unbind if an error occurs.Martin Ritchie2006-11-072-50/+81
* Disabled auto creation of vm brokers.Martin Ritchie2006-11-071-0/+7
* Before/After now class levelMarnie McCormack2006-11-071-12/+9
* Added extra logging around InVM failuresMartin Ritchie2006-11-071-2/+24
* TransactedTest.java - Added Logging around the setup.Martin Ritchie2006-11-072-3/+12
* Added extra logging around InVM failuresMartin Ritchie2006-11-071-4/+14
* Added new test classes to unit testsMarnie McCormack2006-11-071-1/+3
* Tests for changes around QueueSession and TopicSession as per QPID-66Marnie McCormack2006-11-071-0/+121