}
Object result = createProxy(proxyClass);
if (!(bean instanceof WebBeansDecorator<?>) && !(bean instanceof WebBeansInterceptor<?>))
{
setHandler(result, new DependentScopedBeanInterceptorHandler(bean, actualInstance, creastionalContext));
}
return result;
}
catch (Exception e)