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.