ingwarsw / arquillian-suite-extension

Arquillian extension that will force single deployment for all tests
Apache License 2.0
67 stars 20 forks source link

Solving the hierarchy and undeploy problems. #26

Closed phlbrz closed 9 years ago

phlbrz commented 9 years ago

Hi again! I made some modifications that solved the hierarchy problem here. Now I can use only one abstract or whatever TestClass with annotation @ArquillianSuiteDeployment and methods with @Deployment to all my projects. The undeploy problem was solved too with that, it was hanging when I use hierarchy.

ingwarsw commented 9 years ago

Could you describe a bit further what setup wasyn't working for you before and what is working now?

phlbrz commented 9 years ago

Karol,

Please, forget this commit, I solved the problem changing the version of Arquillian's BOM. Just helping others: If your project use Arquillian BOM 1.1.0.Final, change to 1.1.8.Final. I found it because EAP 6.4 uses 1.1.0.Final and it doesn't undeploy, in a remote container, I didn't test in an embedded container, the war/ear when the Tests ends). Sorry again and please you can remove this pull.