You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2008/09/08 16:55:55 UTC

[jira] Updated: (AMQ-1316) ActiveMQManagedConnectionFactory not reading the ServerUrl property in the activemq-ds.xml

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

Gary Tully updated AMQ-1316:
----------------------------

    Fix Version/s: 5.3.0
                       (was: 5.2.0)

> ActiveMQManagedConnectionFactory not reading the ServerUrl property in the activemq-ds.xml
> ------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1316
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1316
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.1.1
>            Reporter: X
>            Priority: Minor
>             Fix For: 5.3.0
>
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> There are no getter/setter in apache-activemq-4.1.1/src/activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQManagedConnectionFactory.java for the ServerURL
>  
>    public String getServerUrl() {
>         return info.getServerUrl();
>     }
>   public void setServerUrl(String url) {
>         info.setServerUrl(url);
>     }

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