https://issues.apache.org/bugzilla/show_bug.cgi?id=57266
--- Comment #2 from Andrea Coloru <[email protected]> --- Thanks for the quick response. Unfortunatly if I use Prepared statement in place of CallableStatement I obtain a ClassCastException :ScPreparedStatement cannot be cast to java.sql.CallableStatement. The reason of this Exception I think probably resides in the fact that PreaparedStatement doesn't support INOUT and OUT parameters and all the stored procedures I have to test have at least an Output Parameter. For this reason I proposed To you to insert into the dropDown list of the "Query Type:" the choice of the Callable by execute and Callable by executeQuery. I understand that mine is a particular request but i decided to submit it as this could make the sampler JDBC Sampler more flessibile. Thanks in advance. -- You are receiving this mail because: You are the assignee for the bug.
