beanInfo.setCluster(classAnnotationMetadata.getCluster());
// Set invocation context factor
if (Boolean.getBoolean("easybeans.dynamicinterceptors")) {
factory.setInvocationContextFactory(new EasyBeansInvocationContextFactory(classAnnotationMetadata,
this.classLoader));
}
// Sets the bean info
this.ejbJarInfo.addBeanInfo(beanInfo);