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.
0
votes
1answer
16 views
jndi lookup routine?
I've got a java se aplication that lookup for remote bean and executes methods of this object. Is there a way to lookup just once and then use this object or i have to lookup every time ?
I was ...
0
votes
0answers
3 views
How to configure JNDI Realm with Tomcat 7 for PKI User Certificate Authentication?
List,
I have actually searched extensively on this topic and either a) I don't know how to configure something and/or b) I don't quite understand what a JNDI Realm actually is supposed to do. I am ...
0
votes
1answer
19 views
Legacy app made accesible in the same server or via ws
In our system we have a legacy standalone java application which we are trying to made available for new webapps we are developing all together running in a server (f.e. Tomcat)
In order to made ...
0
votes
1answer
51 views
Spring application is unable to create DataSource bean using jndi and a running Tomcat 7 server
I am getting a BeanCreationException when I am trying to use Spring and jndi in my application.
I am using these files :
For Tomcat 7 :
server.xml
<?xml version='1.0' encoding='utf-8'?>
...
0
votes
0answers
6 views
Add custom attributes to apacheds directory studio
I am working on basic application for inserting records in apacheds directory studio (LDAP). I have followed this example it is working fine. Now I want to add custom attributes according to my ...
1
vote
1answer
24 views
EJB Injection in Application Client
I tried inject a stateless EJB in my application client and i get the following error
SEVERE: Exception while preparing the app : Unable to load the EJB module. DeploymentContext does not contain any ...
0
votes
1answer
20 views
Context.createSubcontext throws exception javax.naming.OperationNotSupportedException
I have registered JNDI. When I invoke Conrext.createSubcontext I get the exception:
javax.naming.OperationNotSupportedException
at ...
1
vote
2answers
30 views
Assign unique UID value dynamically based upon 3 character of sn and givenname
How to check whether the UID are present already.if it is present increment one value for the new user with 3 letters of first name and last name .if UId are not present Assign the value of UID ...
-1
votes
0answers
16 views
Search entry in eDirectory [closed]
How to search all entries from top in eDirectory with the help of java coding?
I want to search users from the eDirectory and do write a coding for generate dynamic password based upon the sn and ...
0
votes
1answer
22 views
How registry JNDI datasource for JUnit for Jboss environment
Project use Hibernate and deployed on Jboss 5.1. Hibernate uses JNDI to get datasource.
I want create JUnit tests for DAO layer and for this I need create JNDI data source and transaction manager to ...
1
vote
1answer
27 views
Can't do a lookup for JNDI
I have the following declaration in my ejb-jar.xml
<enterprise-beans>
<entity>
<description>Simple CMP Entity bean example</description>
...
0
votes
0answers
5 views
JNDI Directory Realm
I am working with Active Directory for my web application and I am able to authenticate using my current Realm configuration.
My current Realm is:
<Realm ...
-1
votes
1answer
52 views
Singleton on multiple JVMs using JNDI [closed]
It is said that Singleton is always on per JVM basis, but somebody asked me to create a singleton instance throughout multiple JVMs. I have found a solution to create an object on one JVM, register it ...
1
vote
0answers
30 views
LDAP query from Java is slow
We are having some performance issues with our LDAP and out Java Server. Whenever we call our LDAP query, which looks like this (&(objectclass=person)(department=0128)(departmentNumber=1)) it ...
0
votes
1answer
52 views
spring jndi datasource setup
Hi i am trying to use jndi data source. below is the code
context.xml
<Context antiJARLocking="true" path="/SpringMVCTest">
<Resource auth="Container" ...
0
votes
0answers
36 views
weblogic & websphere DataSource configuration
My application has to deploy and run on WebLogic and WebSphere. In CDI bean I use @Resource annotation to inject DataSource.
@Resource(name = "dataSources/example", mappedName = ...
0
votes
1answer
30 views
EAR cannot find EJBs in other EAR (WAS shared lib issue)
I've got an EJB set up in my entity-layer-EAR:
<session>
<ejb-name>DoctorDaoImpl</ejb-name>
<business-local>mypath.DoctorDao</business-local>
...
0
votes
1answer
22 views
Weblogic javax.naming.NameNotFoundException while running application
I have created a data source name in Weblogic 10.3.6 as jdbc/appsmDS and the same name has been given in application to lookup.
However when I am trying to run application, I am getting the following ...
0
votes
0answers
17 views
Oracle Application Server 10g: “Deploying Application ”exampleapp“ failed!”
I'm trying to deploy example app to OAS. He throw some error in the progress messages text area:
Progress Messages:
Operation failed with error: Error creating bean with name
...
0
votes
0answers
9 views
Weblogic JNDI default JDBC driver does not support escape characters
We are using a following set of characters in the Java code as Delimiters to diffrentiate Key value pairs as follows
«Key1¨Value1©Key2¨Value2©Key3¨Value3©«
We form the above pairs with the ...
1
vote
1answer
49 views
Registering MySQL DataSource with JNDI for Hibernate
I have hibernate which connect to database via JNDI datasource.
My purpose: registry DataSource with JNDI to test DAO layer.
Example
Hibernate config
<hibernate-configuration>
...
0
votes
0answers
17 views
Permission required to query JNDIName of datasource in websphere
As any user when I try to get the JNDIName of a datasource configured in websphere using JMX mbean I get
Access is denied for the getJndiName operation on DataSource MBean because of insufficient ...
0
votes
1answer
82 views
java.lang.IllegalStateException: Could not locate SessionFactory in JNDI
Good evening, i get the above exception when using Hibernate with JSF, i saw it many times in the past and the root cause was that like this <session-factory name="sessionFactory"> so i removed ...
0
votes
1answer
12 views
Is this the correct way to host multiple Tomcat 7 applications using the same data sources?
OK, normally we have been installing a Tomcat 7 instance for each web app because, while they are almost the same code base (same app really), we can't afford having one app down for changes and it ...
0
votes
1answer
12 views
Handling multiple jndi configurations with EJBs and RMI
My application uses JNDI to access both local EJBs, and to access remote services via RMI. Currently this is handled in the following way:
public MyLocalEJB getMyLocalEJB(){
Hashtable<String, ...
1
vote
0answers
24 views
how to know user is active or inactive in Active Directory
I have connected to Active Directory ,so that I was validate user name, but how can I know user is active or inactive in AD?
Sample Code:
private Properties properties;
...
0
votes
0answers
18 views
Getting Proxy object instead of Bean object JNDI lookup JBOSS 7.1
I am Getting Proxy object instead of Bean object while JNDI lookup in JBoss 7.1 .
InitialContext ctx = new InitialContext();
Object ref = ...
0
votes
1answer
23 views
WAS 8.0.0.2: JNDI lookup on persistence-context-ref returns always new EntityManager instance
Hi WAS developers,
I have problem that a JNDI lookup on a declared persistence-context-ref always returns a new EntityManager instance. I expect that within one JTA transaction the container provides ...
1
vote
1answer
64 views
How to configure Tapestry5, Hibernate, Tomcat7, JNDI, Mysql
I've been trying to figure out how to configure Tapestry5, Hibernate, Tomcat7, and Mysql, but have not been able to get it to work. Could someone possible tell me what I'm doing wrong?
To began ...
0
votes
0answers
97 views
JMS Chat application using Spring and GlassFish
I'm trying to get a simple Spring JMS Chat application to work on GlassFish.
I think my problem has to do with how my JndiTemplate bean is setup.
Here's what I have so far...
-- Chat.java --
...
0
votes
1answer
79 views
Tomcat Authentication using LDAP with just username and without password
I have a web application which is hosted on apache web server. And i have external java application which runs on tomcat integrated in this web application.
The apache is kerberized and I get the ...
0
votes
0answers
15 views
Communicate EJB with remote java class using JNDI
I have no idea how to do this and I am stuck.
I have a java server application that listens to messages from various client apps. These messages are the information source of a remote Java EE ...
2
votes
1answer
111 views
How to access JNDI data source defined in weblogic 10.3.6
I have created a JNDI data-source using my weblogic console but I am not able to access the object from my web application. Below are the details
In weblogic 10.3.6, I have given the JNDI name for ...
0
votes
0answers
24 views
JBoss messaging
I'm trying to have a Java implementation of DICOM to run.
I use JBoss and Mssql but I keep having this error (and many others, but i think this one is the root) :
ERROR -> (main) ...
1
vote
1answer
42 views
Call ejb3 existing in a module from a war in JBOSS as 7.1
I have a problem while trying to call my ejb3 existing in JBoss 7 module from my war file. Please have a look on following details-
Here is Local interface-
package ...
0
votes
0answers
23 views
Active Directory returns a non-printable char in the LDAP error response
I am creating an entry called CN=echandra under OU=Users1,DC=ad,DC=company,DC=com using JDNI. But OU=Users1,DC=ad,DC=company,DC=com doesn't exist. So I get the following error from Active Directory:
...
0
votes
1answer
54 views
JBoss - Could not dereference object
I have created GWT project with jetty and I use JNDI for datasource. When I run GWT app everything works fine, but when I copy .war file to JBoss and I run it, have error.
JBoss version - 4.2.3.GA
...
1
vote
0answers
30 views
ejb ref resolution error for remote business interface on jsp
Before occuring this exception I had two projects
Paging -> a simple struts2 web application using EJBs
Simple PagingWithAjaxJSON-ejb -> EJB app referenced by above project.
Everything was working ...
0
votes
0answers
14 views
Securing/Authticating WebLogic JNDI handles
is there an accepted best practice for securing access to a Weblogic JNDI (JDBC Specifically) services from external apps?
Out primary motivation is trying to stop people from accidentally pointing ...
1
vote
1answer
21 views
How to get all AD groups for particular user
Hello I want to know if it possible to get all the groups of AD which is part of a user using, for example, the JNDI API.
Thanks
Oronzo
0
votes
3answers
75 views
How to create an web application running on websphere, and which will use the data source provided by websphere?
I'm setting up a web application on websphere, but it can't find the JNDI name of data source provided by webphere.
I'm new to websphere, and haven't used JDNI before, that I found it hard to work on ...
0
votes
0answers
23 views
Does JNDI lookup-name supported on tomcat?
I have multiple wars that are exposing the same JNDI properties in web.xml
I need to access those properties in my shared library jar.
For example, I have multiple wars, each will expose its JNDI ...
0
votes
1answer
30 views
“lookup-name” of JNDI entry in tomcat
I have few applications that use JNDI properties configured in its web.xml:
<env-entry>
<env-entry-name>application1/username</env-entry-name>
...
1
vote
0answers
41 views
Spring JNDI Configuration
We are using Spring to do JNDI look-up for our data access requirements. We are making calls to multiple stored procedures (in Sybase). I wanted a way to control the auto-commit property of the ...
0
votes
0answers
20 views
Overriding JNDI var in Tomcat
I set JNDI variable in file web.xml of an application:
<env-entry>
<env-entry-name>console.username</env-entry-name>
...
0
votes
1answer
108 views
Issue in jndi lookup in spring and JBoss7
I am using Spring, JPA and JBoss 7 in my project.
I am getting the below error while jndi lookup of data source as below
ERROR ...
-1
votes
1answer
74 views
How to lookup a (JDBC) JNDI resource?
We have a personal java library which is deployed on a tomcat server (v5.5 & v6).
This library is shared with many web applications, so it was deployed on shared/lib in tomcat directory.
...
0
votes
1answer
91 views
JNDI lookup in a servlet's init parameter a good idea?
I am currently building a Java EE web application and found this article that has given me some great pointers on how to build a better application. The first tip is "Use the HttpServlet init() method ...
3
votes
2answers
76 views
How can I query to LDAP the e-mail from Windows User from Java/JNDI?
I have searched around the web but could not find any solution.
Also, I have tried a lot of different solutions, but none works.
Please, keep an open mind while looking to this situation.
...
0
votes
1answer
43 views
Get all CDI beans
I want to retrieve all CDI beans from container as map which bean names as keys and beans as values. How could I achieve this?
I need this to add CDI beans to thymeleaf expression resolver.


