Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.0, 1.7.1, 7.0.0
-
None
Description
When using ArquillianSuiteExtension (https://github.com/ingwarsw/arquillian-suite-extension/) with tomee-embedded there is NPE thrown ad @AfterSuite event.
Oryginal issue: https://github.com/ingwarsw/arquillian-suite-extension/issues/14
Quick fix: https://github.com/ingwarsw/tomee/commit/609ef5f9797a7bb55cf994c325ea5c4b53aa214b
Undeploy id done after all test classes are completed so there is no testClass aviable.
Im not sure if it will not break anything but I suppose it should be ok.
Attachments
Issue Links
- is related to
-
TOMEE-1341 Arquillian support for Suite testing
- Closed
- relates to
-
TOMEE-1349 Arquillian support for Suite testing (TOMEE-1341) causes problems with abstract classes in test hierarchy
- Resolved