users@glassfish.java.net

Re:Problem with glassfish jdbc connection pool -apparently jndi

From: xuqingkang2 <xuqingkang2_at_163.com>
Date: Thu, 22 Oct 2009 09:44:10 +0800 (CST)

Hello:
  Can you try it like following.
----------------
props.setProperty("java.naming.factory.initial",
"com.sun.enterprise.naming.SerialInitContextFactory");
---------------

>Um, you want me to use that code verbatim? What is the proer value for java.naming.factory,initial? I can't find anything definitive on this.