Tipos WebApplicationInitializer do Jboss No Spring detectados no classpath

Eu estou tentando implantar meu projeto no servidor JBoss7.1.1. Mas estou recebendo mensagem abaixo e meu projeto não está sendo implantado.

 19:13:39,075 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "ips-configuration-dynamic.war" 
 19:13:42,731 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ips-configuration-dynamic]] (MSC service thread 1-8) No Spring WebApplicationInitializer types detected on classpath
 19:13:42,781 INFO  [org.jboss.web] (MSC service thread 1-8) JBAS018210: Registering web context: /ips-configuration-dynamic
 19:13:43,723 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ips-configuration-dynamic.war"

Eu estou usando os jars de lançamento do Spring 3.1.1. Desde já, obrigado.

questionAnswers(1)

yourAnswerToTheQuestion