-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ConcurrentModificationException w/ jax-xew-plugin 1.7 #72
Comments
To recreate:
To work around:
Sample project: |
Question to jaxb2-basics team: Why FieldUtils.getPossibleTypes():204 uses outline model and not the code model to retrieve types? Also I think that to implement such simple thing as |
@dmak I can't say exactly anymore, but I think you can't retrieve this information from the rendered code model. I think you'd only get "lowes common denominator" there instead of individual possible type. Generally, I prefer not to infer anything from the rendered code model as it is, well, a rendered projection of the model/outline. |
I understand your position but from other side if the class has |
Closing this issue.. fixed on the xew side. Project works with xew 1.11 (and possibly earlier. Bug marked fixed in xew 1.8) |
While using jaxb-xew-plugin 1.7 and jaxb2-basics 0.13.1 a ConcurrentModificationException is thrown.
Downgrading jaxb-xew-plugin to 1.2 resolves the issue
Linked to jaxb-xew-plugin issue: dmak/jaxb-xew-plugin#48
Full stacktrace:
The text was updated successfully, but these errors were encountered: