Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getter methods part for service specific exception mapping needs to be rewritten #199

Open
Tomas-Kraus opened this issue Jun 2, 2022 · 0 comments

Comments

@Tomas-Kraus
Copy link
Contributor

In JAX-WS spec 3.7 Service Specific Exception says
"For each getter in the exception and its superclasses, a property of the same
type and name is added
to the bean. The getCause, getLocalizedMessage and getStackTrace getters from
java-
.lang.Throwable and the getClass getter from java.lang.Object are excluded from
the list
of getters to be mapped."

The intent here is to pick up only Throwable#getMessage(). The above needs to rewritten
so that any future changes in Throwable do not affect mapping.

Source: javaee/metro-jax-ws#908
Author: glassfishrobot

@lukasj lukasj transferred this issue from eclipse-ee4j/metro-jax-ws Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant