387388389390391392393394395
ICSOperation op = new ICSOperation(); op.activate(componentCtx); try { op.execute(descriptor, request, response); } finally { op.deactivate(componentCtx); } } }