Arquillian don't clean deployment from JBoss when run from console

倾然丶 夕夏残阳落幕 提交于 2019-12-24 15:07:28

问题


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/standalone/data directory.

Did anyone have an idea how to solve the problem.

I'm Using WildFly 8.2 in managed mode (but in remote mode there is the same problem)

来源:https://stackoverflow.com/questions/30752259/arquillian-dont-clean-deployment-from-jboss-when-run-from-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!