I am running Geotools inside of Apache Storm, and having a heck of a time with geotools dependency management. Every thing works when I run the storm cluster locally (window
For other problems with hsql db, you can enable debug logging for geotools.
Geotools uses default java logging. Add following entries to logging.properties config file.
org.geotools.level = FINEST
org.geotools.handlers = java.util.logging.ConsoleHandler
This file is usually located in %JAVA_HOME% or explicitly set by
-Djava.util.logging.config.file=logging.properties
runtime argument