users@glassfish.java.net

Re: Create Connection Pooling without Data base Password

From: <glassfish_at_javadesktop.org>
Date: Wed, 08 Apr 2009 02:34:02 PDT

When a jdbc-connection-pool is created, if the password is specified as "", the property is not added to the connection pool configuration. If you look at the domain.xml, there wont be a property with name password. Please add <property name="password" value=""/> to the connection pool configuration and your ping will succeed.

HTH.
[Message sent by forum member 'sm157516' (sm157516)]

http://forums.java.net/jive/thread.jspa?messageID=341115