Es wurde keine passende Standard-RequestUpgradeStrategy gefunden

Ich versuche, Websocket auf Spring (nicht STOMP, sondern normales Websocket) auszuführenHier. Nachdem ich dem Tutorial gefolgt bin, erhalte ich jedoch die folgende Ausnahme:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.socket.server.support.DefaultHandshakeHandler#0': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.web.socket.server.support.DefaultHandshakeHandler]: Constructor threw exception; nested exception is java.lang.IllegalStateException: No suitable default RequestUpgradeStrategy found

Ich habe dies auf mehreren Versionen von Tomcat erhalten. Die neueste Version (von der ich wirklich annehme, dass sie JSR 356 unterstützt) war Tomcat 7.0.50

Was könnte ich falsch machen?

Antworten auf die Frage(2)

Ihre Antwort auf die Frage