Hi.
I have set up a JDBC resource (java/JWSPool) and want to assess this via JDNI within a java client app
// Get a context for the JNDI look up
ctx = new InitialContext();
javax.sql.DataSource ds
= (javax.sql.DataSource) ctx.lookup ("java:comp/env/jdbc/JWSPool");
Does anyone know what INITIAL_CONTEXT_FACTORY etc I need to get this to work?
[Message sent by forum member 'kerryt' (kerryt)]
http://forums.java.net/jive/thread.jspa?messageID=315633