reta opened a new pull request #699:
URL: https://github.com/apache/cxf/pull/699


   wsdl2java generates wrapper exception class for fault bean. The generated 
exception has method getFaultInfo(). This method name is correct according to 
JAX-WS specification. However this method returns fault bean stored in a field 
called "name of fault bean". The name of the field and getter do not follow the 
naming convention. 
   
   In general, it does not cause issue unless such fault beans becomes 
serialization / deserialization targets (the absence of the setter method 
`setFaultInfo`  makes the matter difficult).
   
   @coheigea @dkulp may I ask you please to take a look? thanks!


----------------------------------------------------------------
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]


Reply via email to