Exception in thread "main" org.hibernate.exception.GenericJDBCException: could not execute query at org.hibernate.exception.SQLStateConverter.handledNonSpecificException( SQLStateConverter.java:91) at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:79) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) at org.hibernate.loader.Loader.doList(Loader.java:2148) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2029) at org.hibernate.loader.Loader.list(Loader.java:2024) at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:111) at org.hibernate.impl.SessionImpl.listCustomQuery(SessionImpl.java:1674) at org.hibernate.impl.AbstractSessionImpl.list(AbstractSessionImpl.java:147) at org.hibernate.impl.SQLQueryImpl.list(SQLQueryImpl.java:164) at net.wj.proc.test.ProcTest.ExampleProc(ProcTest.java:45) at net.wj.proc.test.ProcTest.main(ProcTest.java:22)Caused by: java.sql.SQLException: Callable statments not supported. at com.mysql.jdbc.Connection.prepareCall(Connection.java:1278) at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:439) at org.hibernate.jdbc.AbstractBatcher.prepareCallableQueryStatement(AbstractBatcher.java:115) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1557) at org.hibernate.loader.Loader.doQuery(Loader.java:661) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224) at org.hibernate.loader.Loader.doList(Loader.java:2145)8 more09:38:18,837 INFO SessionFactoryImpl:153- building session factory09:38:18,917 WARN Configurator:126- No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/E:/lib/hibernate3/ehcache-1.1.jar!/ehcache-failsafe.xml09:38:21,951 INFO SessionFactoryObjectFactory: 82- Not binding factory to JNDI, no JNDI name configuredHibernate: ...{call testProc()}09:38:22,482 WARN JDBCExceptionReporter:71- SQL Error: 0, SQLState: S1C0009:38:22,482 ERROR JDBCExceptionReporter:72- Callable statments not supported.