Open
Description
VerifyError: Error #1014: Class org.as3commons.logging::ILogger could not be
found.
I'm trying to test the compositeCommand and getting the above error. Please
advise how to resolve the issue.
var compositeCommand:CompositeCommand = new
CompositeCommand(CompositeCommandKind.SEQUENCE);
compositeCommand.addCommand(new DisposalCommand(disposalService,
BoundaryModel.instance,"00067"));
compositeCommand.addCompleteListener(handleCompositeCommandComplete);
compositeCommand.addErrorListener(handleCompositeCommandError);
compositeCommand.execute();
Original issue reported on code.google.com by [email protected]
on 15 Mar 2013 at 9:11