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

Bug 538228 - @XmpPaths + @XmlIDREF + @XmlElements fail due to bad analyze of referenced types #235

Merged
merged 1 commit into from Sep 27, 2018

Conversation

rfelcman
Copy link
Contributor

Bug 538228 - @XmpPaths + @XmlIDREF + @XmlElements fail due to bad analyze of referenced types

This is fix for org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor as it is specified in the bug description.
There was problem with resolving @xmlid fields from parent classes if there is inheritance between entities.
But there are some small fixes in classes used by marshaller and unmarshaller too to correctly marshall/unmarshall documents with @XmlIDREF + @XmlPaths + @XmlElements annotations.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=538228

Signed-off-by: Radek Felcman radek.felcman@oracle.com

…lyze of referenced types

This is fix for org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor as it's specified in the bug description.
There was problem with resolving @xmlid fields from parent classes if there is inheritance between entities.
But there are some small fixes in classes used by marshaller and unmarshaller too to correctly marshall/unmarshall documents with @XmlIDREF + @XmlPaths + @XmlElements annotations.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=538228

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
@eclipsewebmaster
Copy link

Issue tracker reference:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=538228

Copy link
Member

@lukasj lukasj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@lukasj lukasj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lukasj lukasj merged commit 215630a into eclipse-ee4j:master Sep 27, 2018
@rfelcman rfelcman deleted the bug_538228 branch October 25, 2019 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants