the old context and webapp deployer were smoked and removing the node attribute from the deployment manager since the Node's are not jmx objects themselves and are not converted
This commit is contained in:
parent
f2a2120ffe
commit
4de94e00d5
|
@ -585,7 +585,6 @@ public class DeploymentManager extends AggregateLifeCycle
|
|||
this._useStandardBindings = useStandardBindings;
|
||||
}
|
||||
|
||||
@ManagedAttribute("App LifeCycle Nodes")
|
||||
public Collection<Node> getNodes()
|
||||
{
|
||||
return _lifecycle.getNodes();
|
||||
|
|
|
@ -28,7 +28,7 @@ public @interface ManagedOperation
|
|||
*
|
||||
* @return
|
||||
*/
|
||||
String value() default "Not Specified";
|
||||
String value() default "Not Specified";
|
||||
|
||||
/**
|
||||
* The impact of an operation.
|
||||
|
|
Loading…
Reference in New Issue