Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested JNDI Solutions: 1 - 19 of 19
  • 1
 
DC
i install new server in my main site i sent the server to the seond site and try to run dcpromo i got this error: error code 0x000005B4 ERROR_TIMEOUT
I created the DataSource "MY_SQL_DS" which further refers to a Connection Pool.. but how should I reference the JNDI name in Java? "java:comp/env/jdbc/MY_SQL_DS" does not work. I get a Namin...
I'm working on a JMS application. there is  one host and two clients. All are J2EE Application clients.Messages are sent by the host and received by the clients with proper load balancing. Th...
Hi All, We have set up JDBC connection using JNDI as follows. InitialContext context = new InitialContext();  //Look up our data source DataSource ds = (DataSource) context.lookup("Ora...
Hi, In our project we have different schemas in DB2. We want to configure JNDI in websphere in such a way that each JNDI points to separate database schema. But in websphere configuration we ...
I have installed AD LDS on a windows 2008  server. I have gone through numerous microsoft pages on AD LDS. I am trying to use AD LDS as a simple user database. I am using JNDI. So far only thi...
hi all,         I am using Websphere 6.0 and I am able to create a jndi datasource through admin console and gave it a name jdbc/asm_met. Now can anyone please tell me the code how to access ...
Hi, I am required to do datasource routing using AbstractRoutingDataSource.java in my web application. We are using JNDI for datasource mapping. Here's the code: ----------------------Dyna...
Im running a JMS Application using a queue. - It runs Fine. - BUT when I do a Debug (F7 in netbeans) , It gives an exception in method initJMS()  (code attached).  javax.naming.NoIni...
Im trying to develop a network application using JMS. Im using the GlassFish application server. Its a queue based point to point application. The message producer sends messages to the queue ...
There is a JMS Application, running over the network. There is one Message producer and three message consumers (All different machines). All clients (producers and consumers) have a common Co...
Hi, Im running a JMS application using a Glassfish application server. It runs fine when I run it through netbeans. But when I run it by clicking directly on the jar file, I get an error...
Hello! I have to develop a HTML form (user & password), an submit this form to a servlet (or JSP) and validate the values in a LDAP, and if the user is validated then he could use the appli...
Hi all i've created 2 ear files and when i put them both in server\default\deploy i get the following error service=EjbModule javax.management.InstanceAlreadyExistsException: jboss.j2ee:jn...
I currently have IIS with the Jakarta redirector to JBoss/Tomcat. I turn Tomcat authentication off in order to have IIS do the HTTP authentication for me (Integrated Windows Authentication). ...
Using a connection URL of jdbc:oracle:thin:@po:1521:yadayada Database Classname oracle.jdbc.driver.OracleDriver I get the error message "JDBC Driver not found" I'm a complete newbie in ...
I have deployed my application in weblogic, it is ejb application using JNDI when I am running the jsp page I am getting the error: javax.naming.LinkException:  [Root exception is javax.namin...
Experts, I hope you can help me out.  I'm not a programmer, just an enduser trying to set up a JDBC database connection to an IBM DB2 v8 database through Crystal Reports 10 professional. T...
Hi, If you have 2 jar files Tim.jar and Tim2.jar Both contain a class file with the same name "tim.class" I need to write code that calls the tim.class from Tim.jar and the tim.class ...
 
  • 1