Liberty reports CWWKZ0059E when ShouldThrowException is used with xml deployment type
Azquelt opened this issue · 0 comments
Azquelt commented
Issue Overview
When a test with @ShouldThrowException
is run with deploymentType=xml
, the following error appears in the liberty log:
[03/07/18 10:03:03:796 BST] 00000093 com.ibm.ws.app.manager.AppMessageHelper E CWWKZ0059E: The ftInvalidBulkhead1 application installed from ftInvalidBulkhead1.war has been deleted while it is still configured.
This suggests that the container is deleting the application archive before the application has stopped.
This is slightly odd as it looks the container code does remove the entry from the server.xml and wait for the mbean to disappear before deleting the file, but we're still getting this error from liberty.
Expected Behaviour
This error should not appear.
Steps To Reproduce
- Run the microprofile fault tolerance TCK with
deploymentType=xml