[
https://issues.apache.org/activemq/browse/AMQ-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Strachan resolved AMQ-1122.
---------------------------------
Resolution: Fixed
Fix Version/s: 5.0.0
Fixed - with thanks!
> activem.conf: Use ${activemq.base} instead of ..
> ------------------------------------------------
>
> Key: AMQ-1122
> URL: https://issues.apache.org/activemq/browse/AMQ-1122
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.0.0
> Reporter: Frank Spies
> Priority: Trivial
> Fix For: 5.0.0
>
>
> In activemq.xml:
> <persistenceAdapter>
> <journaledJDBC journalLogFiles="5"
> dataDirectory="${activemq.base}/activemq-data"/>
> <!-- To use a different datasource, use the following syntax : -->
> <!--
> <journaledJDBC journalLogFiles="5" dataDirectory="../activemq-data"
> dataSource="#postgres-ds"/>
> -->
> </persistenceAdapter>
> should be changed to
> <persistenceAdapter>
> <journaledJDBC journalLogFiles="5"
> dataDirectory="${activemq.base}/activemq-data"/>
> <!-- To use a different datasource, use the following syntax : -->
> <!--
> <journaledJDBC journalLogFiles="5"
> dataDirectory="${activemq.base}/activemq-data" dataSource="#postgres-ds"/>
> -->
> </persistenceAdapter>
> , shouldn't it?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.