&& isEJBObjectMethod(unadvisedMethod))
{
return invokeEJBLocalObjectMethod(id, info, args);
}
SerializableMethod invoked = new SerializableMethod(method, method.getClass());
//StatefulContainerInvocation nextInvocation = new StatefulContainerInvocation(info, id);
StatefulSessionContainerMethodInvocation nextInvocation = new StatefulSessionContainerMethodInvocation(info);
nextInvocation.setSessionId(id);
nextInvocation.setAdvisor(getAdvisor());