I found the solution: the server was configured with Web Profile (i.e. no asynchronous behavior) and not with the Full Profile.
I ran the server (7.0.2) with the following program argument in the Eclipse's server launch configuration:
-server-config standalone-preview.xml
JBoss AS 7.1 will merge the standalone and standalone-preview configuration.