You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2008/12/17 15:36:05 UTC

[jira] Issue Comment Edited: (AMQ-2036) PropertyPlaceholderConfigurer not working for in wrapper

    [ https://issues.apache.org/activemq/browse/AMQ-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48234#action_48234 ] 

dejanb edited comment on AMQ-2036 at 12/17/08 6:35 AM:
--------------------------------------------------------------

Fix committed in the SVN revision 727396. I the mean time replace

<pre>file:///${activemq.base}/conf/credentials.properties</pre>

with 

<pre>file:${activemq.base}/conf/credentials.properties</pre>

in conf/activemq.xml

and webapps/admin/WEB-INF/webconsole-embedded.xml

      was (Author: dejanb):
    Fix committed in the SVN revision 727396. I the mean time replace

file:///${activemq.base}/conf/credentials.properties

with 

file:${activemq.base}/conf/credentials.properties

in conf/activemq.xml

and webapps/admin/WEB-INF/webconsole-embedded.xml
  
> PropertyPlaceholderConfigurer not working for in wrapper 
> ---------------------------------------------------------
>
>                 Key: AMQ-2036
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2036
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Dejan Bosanac
>            Assignee: Dejan Bosanac
>             Fix For: 5.3.0
>
>
> looks like ACTIVEMQ_HOME value "../.." does not work well for property placeholder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.