]
Brian Stansberry resolved JBAS-9216.
------------------------------------
Resolution: Done
Invalid cast in SpecifiedInterfaceRemoveHandler
-----------------------------------------------
Key: JBAS-9216
URL:
https://issues.jboss.org/browse/JBAS-9216
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Domain Management
Affects Versions: 7.0.0.Beta1
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.0.0.Beta2
The handler's RuntimeTask does this which results in a CCE:
public void execute(RuntimeTaskContext context) throws OperationFailedException {
RuntimeOperationContext runtimeContext = (RuntimeOperationContext) context;
That variable is never used; the whole line can go.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: