I'm trying to recreate the Vaadin Wildfly Swarm demo with the version 8 from Vaadin, but it doesn't work!
I'm following the demo as we can find here: https://github.com/wildfly-swarm/wildfly-swarm-examples/tree/master/vaadin
If we download the source code from this repository and execute, it works.
But if I remove it from this repository, and only add the Vaadin/Wildfly Swarm dependences, it doesn't work.
It will run with no errors, but we cannot hit the http://localhost:8080/
Here is my example removing it from its repository: https://github.com/vepo/vaadin-demo
How can I made the hello world works?