Most voted "jndi" questions
The JNDI or Java Naming and Directory Interface is an API for accessing directory services. It allows client applications to discover and obtain data or objects through a name. Like all Java Apis, it is platform independent. If the question is not about "JNDI", do not use this tag, even if you are using "JNDI" in your project.
Learn more…7 questions
Sort by count of
-
4
votes1
answer566
viewsDemoiselle 2.4.0: Error running test with Junit
I have a project built from the archetype of Demoiselle for Maven. The generated application is the one that exemplifies the Demoiselle, containing a register of bookmarks. The programmer who…
-
4
votes1
answer1735
viewsProblem retrieving Datasource in Wildfly: javax.naming.Namenotfoundexception
I am trying to establish a connection using Datasource, and is returning the following error: Feb 08, 2016 8:15:03 PM org.xnio.Xnio <clinit> INFO: XNIO version 3.2.2.Final Feb 08, 2016 8:15:03…
-
2
votes1
answer107
viewsDoubt RMI and JNDI
Talk to you guys!, currently I started studying RMI (Remote Method Invocation) with JNDI (Java Naming and Directory Interface). Briefly, from what I have learned so far is that the RMI technology is…
-
2
votes1
answer156
viewsBean dependency injection on Tomcat
I was trying to get an emergency injection, but I’m not following. I’m studying for the Web Components test, so I was practicing some code. I’m following an example given by the Tomcat 7…
-
1
votes0
answers38
views -
1
votes2
answers1888
viewsError :"Cannot create JDBC driver of class '' for connect URL 'null' java.sql.Sqlexception: No suitable driver"
Hello, I am trying to configure the database connection in my JPA application using JNDI. I am following this tutorial…
-
-1
votes0
answers10
viewsLogin AD Java 8
I am trying to log on to the ad, but soon on the Admim user already error 502e. But user and password are correct, which may be wrong here @PostMapping("loginJndi") public logonModel…