Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0-M1, 3.0-M2, 3.0.1
-
None
-
All platforms
Description
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.