Thanks for the clarification, Brian.
Another "strange" thing: I have a small app (working fine on AS5), where I get a ".failed" file with this text: "Failed to execute deployment operation in allowed timeout [60]" (I don't know why, will be tracked elsewhere - but it seems to be a good testcase for autodeploy robustness ;-)) . So I delete the ear file once again. The ".failed" file also disappears.
But in "\jboss-7.0.0.Beta3-SNAPSHOT\standalone\configuration\standalone.xml", I still see this:
<deployments>
<deployment name="Stateless.ear" runtime-name="Stateless.ear" sha1="d8aa82f2731236f3ed0b53fca26f35eb0c9c0bc6"/>
</deployments>
Stopping and restarting the server will bring those errors (the errors point to modules in "Stateless.ear"):
21:46:08,937 ERROR [org.jboss.as] (MSC service thread 1-3) JBoss AS 7.0.0.Beta3-SNAPSHOT "TBD" started (with errors) in 4281ms - Started 550 of 584 services (2 services failed or missing dependencies, 32 services are passive or on-demand)
Services missing dependencies:
service jboss.naming.context.java.module.Stateless.StatelessWeb."env/de.fhw.komponentenarchitekturen.knauf.stateless.GeometricModelServlet/geometricModel"
service jboss.naming.context.java.module.Stateless.StatelessWeb."env/de.fhw.komponentenarchitekturen.knauf.stateless.GeometricModelServlet/geometricModelLocal"
The sample app can be found here:
http://www.cs.hs-rm.de/~knauf/KomponentenArchitekturen2008/stateless/Stateless.ear
Best regards
Wolfgang