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.
Problem Statement I want to be able to run junit tests on methods that connect to a database. Current setup …
java eclipse unit-testing junit jndiI have am deploying 2 EARs onto JBoss AS 7.1.0.Alpha1-SNAPSHOT (post 7.0.1.Final version). Both deploy fine. I have an EJB …
java ejb jndi classcastexception jboss7.xIn fact I found such message before: Configuring and looking up a simple String via JNDI in WebSphere I want …
websphere jndi websphere-7I have a really simple webapp project with maven and jetty that has been working very well until now. But …
mysql jetty jndi maven-jetty-pluginI am using EJB 3.1 in my application. I want to send one EJB's JNDI look-up name in my application to …
jakarta-ee jboss7.x jndi ejb-3.1In few words, if I run the JMeter plan test below from Maven it gives the outcome: javax.naming.NamingException: …
maven jmeter activemq jndi jmeter-maven-pluginHow do you use a JDBCRealm to handle authenticating and authorizing users in servlets? The only example I can find …
jndi shiro jdbcrealmI noticed while using an LDAP connect pool that calling close() on the context did not appear to return it …
java ldap jndi connection-poolingI am using Spring Boot with Embedded Tomcat and attempting to use JNDI but getting the following error: javax.naming.…
spring-boot jndi embedded-tomcat-8How do I bind an arbitrary string to JNDI in JBoss EAP 6? I used to do it through org.jboss.…
java jboss jboss7.x jndi jboss-eap-6