/* 955 */ MethodInvocation nextInvocation = new MethodInvocation(info, aspects);
/* 956 */ nextInvocation.setMetaData(invocation.getMetaData());
/* 957 */ nextInvocation.setTargetObject(target);
/* 958 */ nextInvocation.setArguments(methodInvocation.getArguments());
/* 959 */ nextInvocation.setAdvisor(this);
/* 960 */ InvocationResponse response = new InvocationResponse(nextInvocation.invokeNext());
/* 961 */ response.setContextInfo(nextInvocation.getResponseContextInfo());
/* 962 */ return response;
/* */ }
/* 964 */ throw new RuntimeException("dynamic field invocations not supported yet!");
/* */ }