users@glassfish.java.net

Re: Glassfish 3.0.1 JDBC connection pool not intialized

From: <glassfish_at_javadesktop.org>
Date: Mon, 23 Aug 2010 23:27:46 PDT

Flush connection pool operation is done only when a pool is initialized (in other words used by any application to do some operations on connections got from the pool). Ping executes successfully because an unpooled connection is used to check if the pool created is not erroneous (values for the pool attributes are not erroneous).

Try to use the jdbc connection pool in your application and then try a flush operation.
[Message sent by forum member 'sm157516']

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