Re: cxf 3.5.5 & java 17: missing fault/exception message

2023-04-05 Thread Andriy Redko
Hi Colm, We sadly still have quite a few places where reflection is used. That's probably one of those. There is an ongoing effort to clean up [1] all such occurrences but it takes time (and the issues go way beyond just CXF). In general, if there is an alternative way to implement the same f

Re: cxf 3.5.5 & java 17: missing fault/exception message

2023-04-04 Thread Colm O hEigeartaigh
Hi, Did anyone look into this - is it already fixed? If not we should have a JIRA at least to investigate. Colm. On Tue, Feb 7, 2023 at 1:08 PM Thomas Matthijs wrote: > > Hello, > > There is a difference in behavior between java 11 and java 17. When you throw > and exception from a service, th