Spring3.2 and jboss as 7

Rinat Mukhamedgaliev picture Rinat Mukhamedgaliev · Dec 9, 2012 · Viewed 41k times · Source

How to resolve this warn? If i use Spring 3.2 i am see this warn:

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

Answer

Philippe Marschall picture Philippe Marschall · Dec 16, 2012

Apparently this is "normal", everything should still work. Likely there's an (anonymous) inner class in StandardServletAsyncWebRequest.

See also Applicaiton is deployed in JBoss7.0.2 Final (Arc ) but failed to in 7.1.1 Final (Brontes) and metadata-complete="true" not respected. Basically it's just a warning, everything is fine.