users@glassfish.java.net

how to increase limit on data transferred in JDBC connection pool?

From: <modjklist_at_comcast.net>
Date: Tue, 18 Sep 2012 18:43:02 +0000 (UTC)

Hi,

Using web admin console in Glassfish v3.1.2 on Linux CentOS server, how can I increase the default limit for message size for my JDBC connection pool used by my Java application?

I'm using BlazeDS from Adobe to transfer binary data between Java and a Flex application using AMF protocol, and when the size of the data becomes sufficiently large, I encounter an error at the client: "RangeError: Error #2006: The supplied index is out of bounds." I'm hoping this will fix it.