[ 
https://issues.apache.org/jira/browse/AMQ-4331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-4331.
-------------------------------

    Resolution: Fixed

patch applied, thanks.
                
> 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
>         Attachments: AMQ4331.patch
>
>
> 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

Reply via email to