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:
Jesse McConnell 2012-08-14 17:14:40 -05:00
parent f2a2120ffe
commit 4de94e00d5
2 changed files with 1 additions and 2 deletions

View File

@ -585,7 +585,6 @@ public class DeploymentManager extends AggregateLifeCycle
this._useStandardBindings = useStandardBindings;
}
@ManagedAttribute("App LifeCycle Nodes")
public Collection<Node> getNodes()
{
return _lifecycle.getNodes();

View File

@ -28,7 +28,7 @@ public @interface ManagedOperation
*
* @return
*/
String value() default "Not Specified";
String value() default "Not Specified";
/**
* The impact of an operation.