I've been working on integrating Terracotta web sessions into our application architechture. Everything is correctly running and talking properly, however the application servers keep throwing a huge exception. Basically it is saying the JDBC connector (which hits a mysql db) isn't serializable. We are using a pooled JNDI connector, and I switched to a basic JNDI connector and still got the issue.
Usually this sort of things happens when one has a non-transient reference to a jdbc connector from some object you are storing in your session. Is that possible here?