Re: Java-first exception hierarchy mapping in JAXWS

2011-10-11 Thread Guy Pardon
Thanks again, Dan! Besides this part I really like JAXWS (and CXF). Simple, it works, and it is very fast to implement something. On top of that, the generated WSDL looks pretty clean too. Guy On 11-okt-2011, at 19:50, Daniel Kulp wrote: On Friday, October 07, 2011 12:40:23 PM Guy Pardon wr

Re: Java-first exception hierarchy mapping in JAXWS

2011-10-11 Thread Daniel Kulp
On Friday, October 07, 2011 12:40:23 PM Guy Pardon wrote: > Hi, > > I found a lot of references to this but no clear explanation or solution: > > A simple application exception seems mapped to WSDL faults without problems. > But if I want my jaxws service to throw exceptions of some subclass > h

Java-first exception hierarchy mapping in JAXWS

2011-10-07 Thread Guy Pardon
Hi, I found a lot of references to this but no clear explanation or solution: A simple application exception seems mapped to WSDL faults without problems. But if I want my jaxws service to throw exceptions of some subclass hierarchy, then the WSDL does not reflect that hierarchy in the fault ty