Top "Jndi" questions

The Java Naming and Directory Interface (JNDI) is a Java API for a directory service that allows Java software clients to discover and look up data and objects via a name.

javax.naming.NameNotFoundException: Unable to resolve 'MyDB'. Resolved '' Weblogic 12.1.3. c

While migrating from Tomcat to Weblogic 12.1.3 I got this exception javax.naming.namenotfoundexception while trying to look up then I …

java jndi weblogic12c
How do I lookup a JNDI Datasource from outside a web container?

I have the following environment set up: Java 1.5 Sun Application Server 8.2 Oracle 10 XE Struts 2 Hibernate I'm interested to know how …

java jdbc datasource jndi
ejb lookup failing with NamingException

I've added the following in my web.xml: <ejb-ref> <ejb-ref-name>ejb/userManagerBean</ejb-ref-name> <…

java ejb jndi
Java LDAP Authentication using username and password

I have a working code snippet by which i can authenticate a user by dn and password. My requirement is …

authentication ldap jndi
Wildfly configuration with DataSource

this is the first time I am trying to setup datasource in my Wildfly server. I tried to follow some …

java web-services dependencies jndi wildfly
Code to list all the entries in jndi on remote machine

Can any one tell or point me to code to list all the jndi entries in a remote machine

java jndi
spring jndi NamingException: Name [spring.liveBeansView.mbeanDomain] is not bound in this Context

My webapp with spring 3.2.4 is running fine. But when I start up it, I will get debug infos: 2014-05-20 11:11:47 …

java spring jndi
Tomcat vs Weblogic JNDI Lookup

The Weblogic servers we are using have been configured to allow JNDI datasource names like "appds". For development (localhost), we …

java tomcat jakarta-ee weblogic jndi
Setting up a datasource with WebSphere Liberty Profile 8.5

My web app is getting a data source from JNDI with: javax.naming.InitialContext ctx = new javax.naming.InitialContext(); javax.…

jdbc jndi websphere-liberty
Configure Multiple DataSource in Spring Boot with JNDI

I want to manage multiple DataSource using your Application Servers built-in features and access it using JNDI. I am using …

java spring spring-boot spring-data jndi