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.

LDAP user password authentication using JNDI

public static void main(String[] args) { String INITCTX = "com.sun.jndi.ldap.LdapCtxFactory"; String MY_HOST = "ldap://Localhost:1389"; String MGR_…

java ldap jndi
JNDI path Tomcat vs. Jboss

I have DataSource which is configured on Tomcat 6 in context.xml as MyDataSource. And I'm fetching it the following way: …

java tomcat jdbc jboss jndi
Where is the JNDI name in my code?

I have created a EJB2.0 using Eclipse 3.7 IDE, and deployed it in JBoss 5 application server (my bean name is product). …

java ejb jndi ejb-2.x
How to access the JNDI namespace defined in the Websphere 7.0 from outside of the container?

I am tring to lookup the resource defined on the Websphere aplication server 7.0 from the out side of the Container …

java jndi websphere-7
Differences between javax.jms.ConnectionFactory and javax.jms.XAConnectionFactory

I'm entering the world of JTA, due to need of distributed transactions, and I'm uncertain about the differences between javax.…

java jms jndi jta atomikos
ApacheDS - How to create a new user with Java JNDI and setting the password?

I have the following JNDI code to generate the password in a new user into Apache DS: private String digest(…

java ldap jndi apacheds
how to put(bind) object to jndi in spring declaratively?

We have a plain standalone spring application and we need to put jdbc datasource in jndi. (we use jboss treecache …

java spring configuration jndi
How to activemq in ssl

I'm trying to send messages via jms (activemq) but I want it to be in ssl protocol. It actuality works …

java ssl jms activemq jndi
How and Where to add JNDI for Hibernate?

I need the code to add JNDI name to achive connection pooling in hibernate. I have configured the connetion pooling …

hibernate jndi connection-pooling
How to configure Java Message Driven Beans and Websphere Activation specification without hardcoded JNDI Names?

We have a MDB listening to a Queue reading data and sending data to another Queue @MessageDriven( activationConfig = { @ActivationConfigProperty( propertyName = "…

ejb jndi websphere-8 message-driven-bean