One more question: today's server from GIT made my sample EARs deploy, but there was an error in the web modules. In spite of this error, a "Stateless.ear.deployed" file was created and the ear was added to "standalone.xml".
I would expect to cause the full deployment to fail if any module fails. Or is this misunderstanding of mine ;-)?
And if partial modules can fail, but the full deployment is considered "OK", a status file for each module would be nice, e.g. "Stateless.ear_Stateless.war.failed" or something similar. But this might break all the rest of the deployment concept...
By the way: it seems the app was no longer undeployed when I deleted the ear file on disk? At least the ".deployed" file and the entry in "standalone.xml" was left. And when deleting it, a ".undeployed" file was created and left behind.
Best regards
Wolfgang