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.

Java EE 6 embedded glassfish embedded derby EJB unit test

questing is about javaee6 with embedded glassfish and embedded derby jndi lookup for data source at the time of deployment …

jndi java-ee-6 glassfish-3 derby glassfish-embedded
Problems using eclipse Hibernate plugin - could not locate sessionfactory in JNDI

I'm using the reverse engineering capabilities built into the eclipse hibernate plugin to generate dao's and hbm.xml files for …

hibernate eclipse-plugin jndi sessionfactory
LDAP: error code 49 - Simple Bind Failed: NT_STATUS_LOGON_FAILURE

I am trying to authenticate the user but it throws Exception.May be there is problem in configuration. public class …

java spring ldap jndi spring-ldap
JMS QueueConnectionFactory vs ConnectionFactory

My question is about the use of the following 2 factories: ConnectionFactory QueueConnectionFactory At the moment I just use a ConnectionFactory …

java jms jndi mq
How do I run range queries on LDAP

I am trying to retrieve data about groups on LDAP. As I need to paginate results, I need to run …

active-directory ldap jndi ldap-query
Weblogic 10.3.5 & EJB 3 JNDI names

Could someone tell me where I can find infos on the default JNDI naming for EJB 3 ? Does Weblogic use portable …

ejb-3.0 jndi weblogic11g
Jboss AS 6 - How to find an EJB via JNDI

I am trying out a simple EJB 2.1 HelloWorld using Jboss AS 6. I created an EJB jar file with the following …

java ejb jndi jboss6.x ejb-2.x
EntityManager JNDI - name not found

Hi I created a JNDI resource on Tomcat 7 server and I'm trying to use it through persistence.xml, but I …

java tomcat jpa jndi persistence.xml
Is javax.naming.InitialContext ThreadSafe

Currently I am use following code to lookup EJB3 sateless session beans for normal POJO class. (We are in JEE5 …

java thread-safety jndi
JNDI lookup works fine using lookUp but not when used in persistence.xml of JPA

I am using tomcat connection pool, jpa, hibernate. The datasource i created in context.xml of tomcat works fine if …

tomcat jpa jndi persistence.xml