diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-04-17 14:16:01 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-04-17 14:16:01 +0000 |
| commit | 9c71e3f67f1a327cdb6638ca26fac7a812fa1593 (patch) | |
| tree | f0810806fc99d9bb0cfde816834c9514ca87276a /qpid/java/java.testprofile | |
| parent | a7fcec559df5a84ccd5b6e23f108503608128a9f (diff) | |
| download | qpid-python-9c71e3f67f1a327cdb6638ca26fac7a812fa1593.tar.gz | |
QPID-1813 : Provide test that uses the DerbyMessageStore to check NoLocal functionality after a broker restart.
merged from trunk r765604
QPID-1817 : Update QTC to provide the configuration file to an external broker
merged from trunk r765605
QPID-1813/QPID-1817 : Removed the new properties from the test-provider as this will affect all tests. The NoLocalAfterRecoveryTest now updates a ConnectionURL based on the JNDI data and uses that to start a connection. NLART also provides a default location for the derbyDB store as the DMS class does not correctly attempt to put the store in QPID_WORK. This will be re-addressed when ServerConfiguration is again available from a VHC object. ConnectionTest was updated to remove the literal values for the BrokerDetail options.
merged from trunk r765608
QPID-1813 : Add missing DerbyDB library dependency.
merged from trunk r765628
QPID-1818 : Exclude NoLocalAfterRecoveryTest as 0-10 client code path does not restore a transacted session after failover.
merged from trunk r765656
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@766021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/java.testprofile')
| -rw-r--r-- | qpid/java/java.testprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/java.testprofile b/qpid/java/java.testprofile index 95282b8ee1..4567db5f28 100644 --- a/qpid/java/java.testprofile +++ b/qpid/java/java.testprofile @@ -1,4 +1,5 @@ -broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT +broker.language=java +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE broker.clean=${project.root}/clean-dir ${build.data} broker.ready=Qpid Broker Ready |
