diff options
| author | Keith Wall <kwall@apache.org> | 2012-03-30 13:44:25 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-03-30 13:44:25 +0000 |
| commit | c3959879b3b10b86e879901167a977f96371f9b9 (patch) | |
| tree | c4e3c6ca2699ffb25c3f06d5182c366fb1363f49 /java/module.xml | |
| parent | 8e76403adf9b23285c3e0c2c05d0927d9ad9283e (diff) | |
| download | qpid-python-c3959879b3b10b86e879901167a977f96371f9b9.tar.gz | |
QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for BDB-HA
Applied patch from Andrew MacBean <andymacbean@gmail.com> and myself.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1307416 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml index 438d4fc5a7..1aea77b488 100644 --- a/java/module.xml +++ b/java/module.xml @@ -349,7 +349,7 @@ <sysproperty key="log4j.configuration" value="${log4j.configuration}"/> <sysproperty key="java.naming.factory.initial" value="${java.naming.factory.initial}"/> <sysproperty key="java.naming.provider.url" value="${java.naming.provider.url}"/> - <sysproperty key="messagestore.class.name" value="${messagestore.class.name}" /> + <sysproperty key="messagestorefactory.class.name" value="${messagestorefactory.class.name}" /> <sysproperty key="test.output" value="${module.results}"/> <sysproperty key="qpid.amqp.version" value="${qpid.amqp.version}"/> |
