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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
|
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 ... |
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 ... |
I have code which uses JNDI.The code snippet as as follows:
EntityManager createEM(String JNDI ){
EntityManager em = null;
try{
InitialContext ic = new InitialContext();
...
|
I have a few questions about JNDi and clustring:
- When an EJB is deployed is it automatically "registered" in the JNDI?
- I read that for acessing a clustered EJB of WebSphere I need ...
|
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 ... |
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 ... |
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 ... |
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! ... |
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: ... |