e.setIdentifier(qName.getPortName());
e.addContextName(getName());
throw e;
}
try {
Object proxy = targetFactory.createProxy(); //createProxy(new Class[] { iface });
if (notify) {
publish(new InstanceCreated(this));
}
return proxy;
} catch (ProxyCreationException e) {