Ingo Weiss created WFLY-13111:
---------------------------------
Summary: Workaround for MicroProfile Config TCK
"ShouldThrowException" failure
Key: WFLY-13111
URL:
https://issues.redhat.com/browse/WFLY-13111
Project: WildFly
Issue Type: Bug
Components: MP Config
Reporter: Ingo Weiss
Assignee: Jeff Mesnil
Fix For: 19.0.0.Beta2
Some MicroProfile Config TCK tests expects deployment failure by annotating the
@Deployment with @ShouldThrowException(DeploymentException.class).
Due to
https://issues.redhat.com/browse/WFARQ-59, the deployment exception is not properly
handled on the Arquillian client side and the test fails because, the thrown exception is
not of the proper type.
This can be worked around by adding a DeploymentExceptionTransformer that will transform
the exception into the proper type.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)