remove.retainIfException = removeMethod.getRetainIfException();
stateful.removeMethods.add(remove);
}
} else if (s.getSessionType() == SessionType.SINGLETON) {
bean = new SingletonBeanInfo();
ConcurrencyType type = s.getConcurrencyType();
bean.concurrencyType = (type != null) ? type.toString() : ConcurrencyType.CONTAINER.toString();
bean.loadOnStartup = s.getLoadOnStartup();
// See JndiEncInfoBuilder.buildDependsOnRefs for processing of DependsOn
// bean.dependsOn.addAll(s.getDependsOn());