}
}
private boolean isPerNestedConversation(String name) {
Component component = Component.forName(name);
return (component != null) && component.beanClassHasAnnotation(PerNestedConversation.class);
}
private Object unwrapEntityBean(Object result)
{
if (result==null) return null;