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/build.deps | |
| 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/build.deps')
| -rw-r--r-- | qpid/java/build.deps | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps index d62e414639..6bb9bfa09e 100644 --- a/qpid/java/build.deps +++ b/qpid/java/build.deps @@ -10,6 +10,8 @@ commons-lang=lib/commons-lang-2.2.jar commons-logging=lib/commons-logging-1.0.4.jar commons-pool=lib/commons-pool-1.4.jar +derby-db=lib/derby-10.3.2.1.jar + geronimo-jms=lib/geronimo-jms_1.1_spec-1.0.jar junit=lib/junit-3.8.1.jar @@ -78,7 +80,8 @@ common.libs=${slf4j-api} ${backport-util-concurrent} ${mina-core} \ client.libs=${common.libs} ${geronimo-jms} tools.libs=${client.libs} broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ - ${slf4j-log4j} ${xalan} ${felix.libs} ${build.lib}/${project.name}-common-${project.version}.jar + ${slf4j-log4j} ${xalan} ${felix.libs} ${derby-db} \ + ${build.lib}/${project.name}-common-${project.version}.jar broker-plugins.libs=${common.libs} ${felix.libs} management-client.libs=${jsp.libs} ${log4j} ${slf4j-log4j} ${slf4j-api} ${commons-pool} ${geronimo-servlet} ${muse.libs} ${javassist} ${xalan} ${mina-core} ${mina-filter-ssl} |
