-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.2.0
-
None
-
Exceptions annotated with @WebFault and included parameterized types like Pair<Integer, Boolean> would not be represented correctly in the WSDL schema. This change corrects the behavior of CXF so the schema is generated properly.
-
Documented as Resolved Issue
-
NEW
When the Exception has some generics object like:
@javax.xml.ws.WebFault public class GenericsException extends Exception { private static final long serialVersionUID = 1L; private ObjectWithGenerics<Boolean, Integer> obj; public ObjectWithGenerics<Boolean, Integer> getObj() { return obj; } public void setObj(ObjectWithGenerics<Boolean, Integer> obj) { this.obj = obj; } }
Both the WSDL generated from the exception class is wrong and soap fault message is not expected.
- is incorporated by
-
JBPAPP-10335 Upgrade Apache CXF to 2.2.12-patch-08
- Resolved
- links to