users@glassfish.java.net

Re: java.sql.SQLException: Error in allocating a connection

From: <glassfish_at_javadesktop.org>
Date: Wed, 02 May 2007 06:24:33 PDT

1) you can find con.pool configuration related to this ms-sql datasource in application server's domain.xml
AS_INSTAL_DIR/domains/<domain-name>/config/domain.xml.

eg:
<jdbc-connection-pool ...
</jdbc-connection-pool>

2) Does your persistence.xml (EJB) have
<jta-data-source> or <non-jta-data-source> specified?
[Message sent by forum member 'jr158900' (jr158900)]

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