if (isAppClientContainer) {
try {
configCtx = ConfigFactory.createConfigContext
(System.getProperty(SUNACC_XML_URL),
true, false, false, ClientContainer.class,
new ClientBeansResolver());
} catch(ConfigException cex) {
IOException iex = new IOException();
iex.initCause(cex);
throw iex;
}