369370371372373374375376377378379
targetWireFactory.initialize(); } } } catch (WireFactoryInitException e) { ProxyConfigurationException ce = new ProxyConfigurationException(e); ce.addContextName(getName()); throw ce; } } for (EntryPoint ep : newModule.getEntryPoints()) {
394395396397398399400401402403404
targetWireFactory.initialize(); } } } catch (WireFactoryInitException e) { ProxyConfigurationException ce = new ProxyConfigurationException(e); ce.addContextName(getName()); throw ce; } } for (ExternalService es : newModule.getExternalServices()) {
419420421422423424425426427428429
targetWireFactory.initialize(); } } } catch (WireFactoryInitException e) { ProxyConfigurationException ce = new ProxyConfigurationException(e); ce.addContextName(getName()); throw ce; } }