reta edited a comment on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-731858336
@dufoli so I figured it out, a number of issues here: 1. `java.lang.VerifyError: (class: org/apache/cxf/jaxws/service/jaxws_asm/AddNumbers_WrapperTypeHelper1, method: createWrapperObject signature: (Ljava/util/List;)Ljava/lang/Object;) Inconsistent stack height 1 != 0` is not looking good but that was is happening on master (if I am not mistaken, @rmannibucau has suggest to fix that) 2. But the problem is `WrapperHelperCompiler::compile` it does catch `Exception` which is not `XxxError` (like `VerifyError`) so the exception escapes the invocation Added the comment to fix the tests. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
