Reflection problems with Fault hierarchy

2009-01-21 Thread apsolapso
I have noticed CXF has a problem with inheritance in the wsdl. We have a wsdl:operation that returns a Fault, let's call it MyWSFault, according to the publishd WSDL: // Element declaration xsd:element name=myWSFault type=tns:MyWSFault / // Operation declaration wsdl:operation name=myService

Re: Reflection problems with Fault hierarchy

2009-01-21 Thread apsolapso
I might add that CXF breaks down at: org.apache.cxf.interceptor.ClientFaultConverter.processFaultDetail(ClientFaultConverter.java:154) apsolapso wrote: I have noticed CXF has a problem with inheritance in the wsdl. We have a wsdl:operation that returns a Fault, let's call it MyWSFault,