Sweet! It works well now. Again and again, thanks for you quick response and great work!
I've committed my work here:
https://github.com/Stackato-Apps/Numberguess. If you want to run it:
mvn clean package
java -jar lib/tomee-embedded-1.1.0-SNAPSHOT-uber.jar --path target/*.war --context /
I have uploaded the tomee-runner in the lib directory for now. But I'll add a dependency in the future.
Jeremy