hostname and port in Ant task is not used
-----------------------------------------

         Key: SM-386
         URL: https://issues.apache.org/activemq/browse/SM-386
     Project: ServiceMix
        Type: Bug

  Components: servicemix-core  
    Versions: 3.0-M1, 3.0-M2, 3.0    
 Environment: All platforms
    Reporter: Nicolas Biri


Using ant task, the configuration of host, port and all jmx connection 
variables are not used.

In JBITask.java, the JMX connexion is done in the init function. Instead, it 
must be done as the first step of the execute function, otherwise the attribute 
values of the ant task are useless.
Consequently, the JUnit for the JBITask is wrong too: JMX connexion should not 
be done at init.

-- 
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