Kevin Earls created AMQ-4331:
--------------------------------
Summary: MessageSelectorTest fails because of dated config file
Key: AMQ-4331
URL: https://issues.apache.org/jira/browse/AMQ-4331
Project: ActiveMQ
Issue Type: Bug
Components: Test Cases
Reporter: Kevin Earls
Priority: Minor
The activemq.xml file used by this test contained:
<persistenceAdapter>
<kahaPersistenceAdapter directory="file:target/amq1095"
maxDataFileLength="200000"/>
</persistenceAdapter>
which is no longer valid. I fixed the test by changing it to
<persistenceAdapter>
<kahaDB directory="file:target/amq1095"/>
</persistenceAdapter>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira