You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kevin Earls (JIRA)" <ji...@apache.org> on 2013/02/18 22:29:13 UTC

[jira] [Created] (AMQ-4331) MessageSelectorTest fails because of dated config file

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