Problem with JDBC-Streaming filter plugin

We're running into a problem where we're using jdbc-streaming to query a mysql database using a prepared statement and in some cases we get the error "java.sql.SQLException: No operations allowed after statement closed." - it seems to be related to how long the bound value is given to the prepared statement. Or possibly, the total length of the query (the query is quite complex and long already). Does this sound plausible, and is there some length limit we can change via a configuration setting?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.