private static final String WEBSERVICES_ENABLED = "openejb.webservices.enabled";
private static ConfigurationFactory.Chain buildChain(boolean offline, DynamicDeployer preAutoConfigDeployer, Options options, ConfigurationFactory configurationFactory, ConfigurationFactory.Chain chain) {
chain.add(new GeneratedClientModules.Add());
chain.add(new ReadDescriptors());
chain.add(new LegacyProcessor());
chain.add(new GeronimoAnnotationDeployer());