Giriş
Şu satırı dahil ederiz.
INITIAL_CONTEXT_FACTORY Alanı
Şöyle yaparız.
Şu satırı dahil ederiz.
INITIAL_CONTEXT_FACTORY Alanı
Şöyle yaparız.
private Properties getProperties() {
final Properties props = new Properties();
props.setProperty(Context.INITIAL_CONTEXT_FACTORY,
"weblogic.jndi.WLInitialContextFactory");
props.setProperty(Context.PROVIDER_URL, url);
props.setProperty(Context.SECURITY_PRINCIPAL, username);
props.setProperty(Context.SECURITY_CREDENTIALS, password);
return jndiProps;
}
Hiç yorum yok:
Yorum Gönder