751752753754755756757758
protected void verifyBusinessObjectFactory() { if(getBusinessObjectFactory() == null) { log.warn("EJBTHREE-2126: businessObjectFactory not set, using legacy on " + this); setBusinessObjectFactory(new LegacyStatelessBusinessObjectFactory()); } }
738739740741742743744745
740741742743744745746747