What is your connection pool configuration settings? Be aware that proxies are often initialized in a separate transaction which will require an additional connection to be available with the database. If the database is running out of connections or if the connection pool isn't properly sized, this could easily lead to a hang-up situation on any database. |