[ https://issues.apache.org/activemq/browse/AMQ-825?page=all ]

james strachan resolved AMQ-825.
--------------------------------

    Resolution: Fixed

We avoid using File objects on the default persistence adapter and use Strings 
instead. Its unfortunate (I tried patching xbean-spring to get around this but 
I'm afraid it doesn't seem possible). So folks using Java to configure the 
dataDirectory will need to change foo.setDataDirectory(file) to 
foo.setDataDirectoryFile(file)  or switch to using a String

> activemq fails to work with spring-2.0-rc1
> ------------------------------------------
>
>                 Key: AMQ-825
>                 URL: https://issues.apache.org/activemq/browse/AMQ-825
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.0.1
>            Reporter: james strachan
>         Assigned To: james strachan
>             Fix For: 4.1
>
>
> we get a failure trying to coerce a String into a File for the dataDirectory 
> property on the DefaultPersistenceAdapterFactory

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to