bean.setDestinationValue((Destination) destComp);
beanSet = webBeans.getBeans(ConnectionFactory.class);
Bean factoryBean = webBeans.resolve(beanSet);
CreationalContext env = webBeans.createCreationalContext(factoryBean);
Object comp = webBeans.getReference(factoryBean);
if (comp == null)
throw new ConfigException(L.l("ejb-message-bean requires a configured JMS ConnectionFactory"));