websphere « jndi « Java Enterprise Q&A





1. Unsupported protocol: jndi with Websphere 6.1    stackoverflow.com

I have the problem, that getting a ressource from my archive failed with a MalformedURLException: unknown protocol: jndi The archive is a war file and is deployed into Websphere successfully. When I try ...

2. JMS without JNDI?    stackoverflow.com

We are running portlets in WebSphere 6.01, using Java 1.4. We want to send JMS messages to a JBoss 5 queue, running Java 5 (or maybe 6, but it's certainly newer ...

3. JNDI lookup when two WAS profile share same machine    stackoverflow.com

I have two profiles in my machine and in one profile I have deployed an EJB which can be looked up from a POJO in another profile. But the profile from ...

4. Accessing a Queue from standalone code    stackoverflow.com

I have a Queue configured in the Rational Application Developer for WebSphere, using a "V5 default messaging provider" and a Websphere6.1 I now try to access it using a standalone app (JUnit ...

5. Where can I learn about JNDI strings?    stackoverflow.com

How do you know how to form a JNDI string? I know there must be a format and that the divisions must mean something but I haven't been able to find ...

6. How to JNDI lookup from cluster 1 : a queue that exists in cluster 2 in Websphere 6?    stackoverflow.com

I have a Websphere topology wherein in Cluster1, I have an MDB that's trying to publish to another MDB that resides in Cluster2. Since they're both in the same container, I ...

7. EJB3 beans JNDI lookup in Websphere 7    stackoverflow.com

I have created an EAR with a web project, ejb3 project and the ejb client. I'm able to call the bean methods via injection in the servlet. I'm planning to use a ...

8. using JNDI when websphere is shutdown    stackoverflow.com

I am trying to test my we based project.I have created main method and its call some db related classes.Now the db related classes uses JNDI , so when running the ...

9. Security Realm for an application within WebSphere 7.0    stackoverflow.com

We are testing using security realms with our web application. In test we will be going against Microsoft Active Directory. Production will go against a custom realm. I ...





10. problem with JNDI    stackoverflow.com

I have code which uses JNDI.The code snippet as as follows:

EntityManager createEM(String JNDI ){

  EntityManager em = null;
   try{
   InitialContext ic = new InitialContext();
   ...

11. jndi clustering    stackoverflow.com

I have a few questions about JNDi and clustring:

  1. When an EJB is deployed is it automatically "registered" in the JNDI?
  2. I read that for acessing a clustered EJB of WebSphere I need ...

12. TransactionSynchronizationRegistry JNDI lookup - JBOSS 5.1 v Websphere    stackoverflow.com

I am trying to figure out a consistent way of locating the TransactionSynchronizationRegistry via JNDI on WebSphere and JBOSS 5.1. I am doing the lookup from a POJO (non managed object) In ...

13. JNDI naming with websphere 7    stackoverflow.com

I have an application that uses EJB and JPA2.0 with eclipselink. I have been able to deploy it successfully and the application starts successfully but when i try to access the ...

14. Configuring and looking up a simple String via JNDI in WebSphere    stackoverflow.com

For the configuration of our applications we want to place some of the configuration in the application server. We are currently using the WebSphere JNDI facility for looking up urls and datasources. In ...

15. Websphere needs restart for the JNDI lookup to work!    forums.oracle.com

Hello, I'm using RAD 7.5 and connected to a remote WAS 7 Server. I'm developing a Web Application that retrieves data from an SQL Server 2005. I already did set up the JDBC and i use the JNDI to connect. So far everything is working GREAT! The only problem i'm facing is that from time to time the JDNI lookup fails! ...

16. JNDI issue in Websphere 6.1    forums.oracle.com

Hi, I am using websphere application server 6.1 trial version. I am getting the below message while running my EAR appliaction. I am using MS SQL server 2000. I am setting the JDBC driver in websphere as "Microsoft JDBC driver for MSSQLServer 2000". ConnectionFac W J2CA0294W: Deprecated usage of direct JNDI lookup of resource MISJNDI. The following default values are used: ...