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
0answers
4 views
Accessing/ex entity class via JNDI
I have such entity class
package org.organization.domain;
@Entity
@Table(name = "GenPersonnel")
public class GenPersonnel implements java.io.Serializable {
//class members and setters, getteres ...
0
votes
0answers
14 views
JNDI lookups for different vendors
I know jndi are vendor specific when we are trying to initializing a initialContext. For jboss it would have the following:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, ...
1
vote
0answers
13 views
How to subscribe to an existing advisory topic?
I have activemq5.3.2 running and I wanted to subscribe existing advisory topics using my java program. while, `jndi` lookup I am getting following error:
javax.naming.NoInitialContextException: Need ...
0
votes
0answers
8 views
JNDI, LDAP, and iPlanet
I am having problems creating a JNDI Resource lookup using iPlanet 7.0u15.
I created the following resource.
RESOURCE
Resource Name: ldap/ldapsearch
Resource Type: javax.naming.ldap.LdapContext
...
0
votes
3answers
12 views
Webapp referencing external constants
What would be the best way/practice to store an external constant value in a webapp? environment variable? application context? a JNDI lookup ?
0
votes
2answers
34 views
JNDI configuration in Tomcat
I am trying to set up JNDI lookup in web application to be deployed in Tomcat 7. I have specified following properties in jndi.properties file:
...
0
votes
1answer
25 views
Spring Transactions not rolling back on Exception (Oracle JNDI datasource)
I am using annotation based transactions in a Spring MVC 3.1 project, and my transactions are not being rolled back when an exception is thrown.
Here is my Service code
@Service
public class ...
0
votes
0answers
16 views
Changing EJB 2 Xdoclet JNDI for Jboss AS 7
I am migrating an application from Jboss 3 to Jboss 7. I am using jboss-as-7.1.1.Final.
The application is a .ear with several EJB .jars and a .war containing all the servlets and jsp pages.
The EJBs ...
0
votes
0answers
23 views
Jetty JNDI Jumpstart NamingException unknown JNDI name prefix 'org.mortbay.jetty.webapp.WebAppContext test-jndi
Is there a way to solve this? I am also new to both tapestry, jetty, and openejb. I am having out of ideas =(
Configuration: Jetty 6.1.26 + OpenEJB 4.5.1 running Jumpstart for Tapestry 6.8
All ...
1
vote
1answer
35 views
Junit Testing JNDI InitialContext outside the application server
Context context = new InitialContext();
dataSource = (DataSource) context.lookup("java:comp/env/jdbc/multiDS");
connection = dataSource.getConnection();
Please help me to mock the above code.
Hi ...
0
votes
3answers
44 views
Confused over the JNDI
I've been reading one articles on the JNDI but I'm pretty much confused.
So, to put it simply:
the JNDI is like an object container that each entry is a string name - object pair?
are those pairs ...
-2
votes
0answers
25 views
Weblogic JNDI lookup fails, throws string out of bounds [closed]
I need help with figuring out why my new version does throw String out of bound.
I had a lookup in our dev environment which looked up our Data Resource in Weblogic using CONTEXT_URL:
...
0
votes
0answers
21 views
JNDI websphere connection VS oracle database link
I have a case when I need to fetch a coding tables from another database (DB2) to my Oracle database.
I have three choices here to fetch this data to my WebSphere application
WebSphere Datasource ...
0
votes
1answer
22 views
Using JNDI on an extended BasicDataSource object
I want to implement connection pooling on my jdbc connection using jndi but i also want to use an extended BasicDataSource object. I have restriction on using tomcat 5.5. The requirement is to ...
0
votes
0answers
50 views
Embedded Jetty H2 JNDI Datasouce - javax.naming.NameNotFoundException; remaining name
I'm trying to setup a JNDI datasource for H2 database using Jetty Web Server; I have un-commented plus config in start.ini of Jetty and also added Configurations to jetty.xml as per Jetty ...
0
votes
0answers
12 views
JBoss 7 | Writing to jndi from random threads
We have a lot dynamic addition and removal of bindings in to the jndi tree. And these addition/removal happens in many different modules of code and consequently from different threads.
In jboss4, ...
2
votes
2answers
94 views
Logback SMTPAppender: Where/how to specify to/from field when using JNDI
Edit: All I'm really asking here is: how do you specify to and from email addresses with Logback's SMTPAppender when it's configured to use JNDI lookups? This should be a basic form of functionality ...
0
votes
2answers
17 views
JavaxMail JNDI properties: mail.smtp.user vs username
What's the difference between mail.smtp.user and username? Are either where I specify the destination address (to field)? If not, what property does the destination address correspond to?
0
votes
1answer
33 views
Does SearchControls.setTimeLimit() handle read timeout?
I'm having an issue where an LdapContext.search() against a directory will occasionally hang forever. I tried supplying a SearchControls object for which I've called setTimeLimit(10000), but the ...
0
votes
0answers
39 views
jndi binding for local and remote stateless bean
I m trying to implements an ejb3 stateless with a remote and local interfaces the problem is the local one is called in an other remote ejb with the annotation @EJB but it returns null or ...
0
votes
1answer
31 views
Logback SMTPAppender cannot find JNDI location and start
Using logback-1.0.13.jar and JDK 1.6u34.
I have a Java web app (WAR) with the following WEB-INF/classes/logback.xml:
<configuration debug="true" scan="true" scanPeriod="5 minutes">
...
1
vote
0answers
16 views
Logback DBAppender has null caller_filename
Using logback-1.0.13.jar and JDK 1.6u34.
I have a Java web app (WAR) with the following WEB-INF/classes/logback.xml:
<configuration debug="true" scan="true" scanPeriod="5 minutes">
...
0
votes
1answer
28 views
JNDI Service provider for the file system
I was looking for the Java Naming and Directory Interface (JNDI) service provider for the file system. As far as I know, Oracle ships bundled with the JDK only service providers for RMI, DNS, LDAP ...
0
votes
1answer
34 views
Logback SMTPAppender throws exception from JNDI lookup
Edit: Using logback-1.0.13.jar and JDK 1.6u34.
I have a Java web app (WAR) with the following WEB-INF/classes/logback.xml:
<configuration debug="true" scan="true" scanPeriod="5 minutes">
...
0
votes
1answer
16 views
Efficient Implementation of LDAP Query (using JNDI)
I am writing a LDAP Query program using JNDI, that will pull one or more attributes, in any combination, from 100s of records.
I am tempted to pull them all and then weed out the ones specified, ...
0
votes
2answers
60 views
Aries jndi lookup in osgi
My application has some OSGI modules and an non-OSGI part. I tried lookup osgi services in non-osgi subsystem through JNDI with apache aries. I use glassfish.
My blueprint xml looks like:
...
0
votes
2answers
40 views
How to combine two ldap queries / searches - ldap subqueries
I have two LDAP JNDI queries where:
1> One gets list of all users belonging to a specific group
below is my code for this
String group = StringUtils.isBlank(groupName) ? "*" : groupName
...
0
votes
0answers
17 views
Spring profile, code based config and JNDI
I am moving to new Spring 3.x code based @Configuration style. I have done good, so far, but when I tried to add a @Profile("production") to select a JNDI data source instead of C3p0 connection pool ...
-1
votes
1answer
48 views
Spring 3+ Weblogic and JNDI issue
This is my second question here, hope someone will answer this time.
I am using weblogic 10 and EJB 2 but now I am to creating a new module in Spring 3.
Everything is working fine but I am not ...
0
votes
2answers
30 views
Jetty.xml how to define JNDI ref to OpenMQ
I have this configured in my server.xml for tomcat the following JNDI ref's to OpenMQ...
<Resource ackTimeout="-t 30000" auth="Container"
description="OpenMQ Queue Connection Factory"
...
0
votes
1answer
29 views
NameNotFoundException while opening connection from Datasource, JNDI
i had an application working with JSF and i oppened the connection manually, but now i have to change it and open all the connections from a Datasource, so i have an .xml file in the directory (Jboss ...
1
vote
1answer
28 views
Logback JNDI Connection Source
Logback allows you to define an DBAppender with a JNDI data source like so:
<connectionSource class="ch.qos.logback.core.db.JNDIConnectionSource">
...
0
votes
0answers
35 views
Glassfish, Hibernate, SessionFactory & JNDI: Seems risky
I am working on a project where we am using Hibernate to reverse engineer a database. (it is a green-fields project and the database is changing daily)
I have noticed that the reverse engineering ...
0
votes
0answers
19 views
JNDI lookup with embedded grizzly
In the embedded Grizzly deploy rest-ws.
This happens as follows:
GrizzlyWebServer server = new GrizzlyWebServer(PORT, ".", IS_SECURE);
ServletAdapter jerseyAdapter = new ServletAdapter();
...
-4
votes
0answers
48 views
Tomcat + Spring datasource example [closed]
Can anyone please post an example of how to fully setup a Tomcat+Spring datasource for a MySQL database along with the Java code to use that data source, i.e. a simple request being processed using ...
0
votes
0answers
33 views
JNDI Lookup for EJB failed
I am developping a maven ear project with netbeans 7.2.1 and glassfish 3.1.
I want to use stateless EJB Facade into JSF Managed Controller and since the EJB injection did'nt work i am trying to do ...
1
vote
1answer
32 views
Sending a message to HornetQ in one JBoss AS 7 server from a SFSB in another JBoss AS 7
I'm having a hard time getting this to work. Here is my setup
Server1 - JBoss AS 7.1 - Bean1, Bean2 (stateful session beans)
Server2 - JBoss AS 7.1 - HornetQ, MDB1
The idea is to send a message to ...
0
votes
0answers
79 views
JBoss JNDI java.net.SocketTimeoutException: Receive timed out
I am trying to move my database settings to jndi and want to configure my spring dataSource with org.springframework.jndi.JndiObjectFactoryBean with JNDI datasource defined in the xxx-ds.xml under ...
0
votes
3answers
72 views
Life cycle/length of a DataSource injected with @Resource annotation
I'm far from an expert of the intricacies of Resource Injection, and of indeed DataSources in Java, but I generally understand the process of doing a lookup for a predefined JNDI resource to get a ...
0
votes
0answers
7 views
Get tomcat hibernate apps and non hibernate apps to share 3CP0 connections
On Tomcat with have a jndi connection to a postgresql database using 3CP0 as a connection pool. I have two different apps that have parts written using jdbc and parts written using Hibernate. When I ...
1
vote
0answers
52 views
obtaining jms connection to external weblogic server via jndi
I'm using spring to obtain connection factory for jms
<!-- looking through jndi -->
<bean id="jndiTemplate" class="org.springframework.jndi.JndiTemplate">
<property ...
1
vote
1answer
78 views
Caused by: java.lang.ClassCastException Wrapper cannot be cast to
I am trying to run Remote EJB running on a glassfish 3.1 container with a Javafax 2.2 client and I throw an exeption when I "lookup" the remote EJB.
The purpose of my Application is to get/put with ...
0
votes
1answer
34 views
Configure Spring JNDI datasource with DBCP and connection parameters
I am using Spring 3 and attempting to use a JNDI (named) data source with DBCP connection pooling.
I would like to be able to set pool parameters, but my
<bean id="dataSource" ...
0
votes
0answers
7 views
Difference between SelectorContext and NamingContext
In JNDI lookup,apache provides two class implementations to do lookup. One is org.apache.naming.NamingContext and another one is org.apache.naming.SelectorContext. What is the diffrence between these ...
0
votes
1answer
27 views
comp/env/pool not found in context “java:”?
I have a web application trying to access a JNDI declared in WebSphere Application Server.
The JNDI is declared under Object pool managers. However, I'm receiving an error when I access the pool. The ...
0
votes
1answer
33 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
77 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
22 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
162 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
1answer
25 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 ...




