如何解决此警告?如果我使用Spring 3.2,则会看到此警告:
14:24:19,014 WARN [org.jboss.as.ee] (MSC service thread 1-10) JBAS011006: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
显然这是“正常的”,一切仍然应该正常工作。可能在中有一个(匿名)内部类StandardServletAsyncWebRequest。
StandardServletAsyncWebRequest