}
}
// TODO: We need to keep these somehwere
interceptorInstances.put(beanClass.getName(), bean);
Instance instance = new Instance(bean,interceptorInstances);
try {
callContext.setCurrentOperation(Operation.POST_CONSTRUCT);
callContext.setCurrentAllowedStates(MdbContext.getStates());
List<InterceptorData> callbackInterceptors = deploymentInfo.getCallbackInterceptors();