throw new WSSecurityException("Could not get a jaas security domain resolver implementation implementing " + JAASSecurityDomainAdaptorResolver.class
+ "; this is container specific, so please check your classpath is properly set if running on client side.");
}
try
{
sd = sdResolver.lookup(securityDomainConf.getJndi());
}
catch (Exception e)
{
throw new WSSecurityException("JNDI failure handling " + securityDomainConf.getJndi(), e);
}