Open idlewis opened 4 years ago
These appear to mostly be due to a difference in behaviour between CXF and resteasy. If you have
Then resteasy returns the superclass, but cxf returns the subclass
This appears to be a bug in resteasy https://issues.redhat.com/browse/RESTEASY-2391?_sscc=t I've raised this on the narayana google group https://groups.google.com/g/narayana-users/c/mu8RSHcARsk
Currently it looks as though this will need a fix in narayana
narayana have an issue open to fix this https://issues.redhat.com/browse/JBTM-3360
Fix is in the latest Narayana development code (5.10.7-SNAPSHOT). Needs to be tested
These appear to mostly be due to a difference in behaviour between CXF and resteasy. If you have
Then resteasy returns the superclass, but cxf returns the subclass
This appears to be a bug in resteasy https://issues.redhat.com/browse/RESTEASY-2391?_sscc=t I've raised this on the narayana google group https://groups.google.com/g/narayana-users/c/mu8RSHcARsk
Currently it looks as though this will need a fix in narayana