Hi,
I am using actionHero to deploy a web application and I am trying to use the node-java to access a database with JDBC.
Everything seems fine, but when I kill the actionHero application (either with ctrl+c or kill -9) the actionHero does not perform its teardown methods.
If I don't use the node-java package the actionHero terminates gracefully. It seems that the node-java package is preventing the signal to reach the actionHero plataform.
Thanks,