Arquillian don't clean deployment from JBoss when run from console
问题 I' am working on a JavaEE Project which we test with Arquillian. All my Tests running well when I start them from Eclipse. But when I start them from console Arquillian don't perfom an undeploy. After the Tests are finished they leave a deployment entry in standalown.xml like these: <deployments> <deployment name="Absenz-ear.ear" runtime-name="Absenz-ear.ear"> <content sha1="612823b52f0a4250c4fa889f885288c2d0ee24b6"/> </deployment> </deployments> And also the deployment won't clean from JBoss