I create a servlet to query some mysql data. And I use jboss JNDI which defined in standalone.xml。 I want this querying is needs to be done 1000 times。But when I shut down wildfly8.1.0 suddenly during the querying is running, the querying can't finished and will throw some exception is server.log。But I do this test case in apache-tomcat-8.0.36 and websphere7, the querying is finished before server is down。
So I this wildfly8.1.x cant shutdown graceful perfectly。