You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Thomas Termin (JIRA)" <ji...@apache.org> on 2007/03/29 10:40:34 UTC

[jira] Resolved: (SM-904) The jmx url is wrong if there are spaces at the end of the properties

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

Thomas Termin resolved SM-904.
------------------------------

    Resolution: Fixed

fixed with serviceUrl = serviceUrl.replaceAll(" ", "");

Author: tterm
Date: Thu Mar 29 01:28:39 2007
New Revision: 523618

URL: http://svn.apache.org/viewvc?view=rev&rev=523618
Log:
SM-904 The jmx.url string is wrong if the properties in servicemix.properties have spaces at the end

Modified:
    incubator/servicemix/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/jmx/ConnectorServerFactoryBean.java

> The jmx url is wrong if there are spaces at the end of the properties
> ---------------------------------------------------------------------
>
>                 Key: SM-904
>                 URL: https://issues.apache.org/activemq/browse/SM-904
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-core
>            Reporter: Thomas Termin
>         Assigned To: Thomas Termin
>
> The jmx.url string is wrong if the properties in servicemix.properties have spaces at the end.

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