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

Weld does not mark org.jboss.weld.context.ConversationContext.conversations as dirty when retreaving it from session storage #11959

Closed
benjamin-confino opened this issue Apr 28, 2020 · 0 comments · Fixed by #21589
Labels
bug This bug is not present in a released version of Open Liberty

Comments

@benjamin-confino
Copy link
Contributor

benjamin-confino commented Apr 28, 2020

Because weld is not marking that field as dirty you may see ConversationNotActiveExceptions after a restart when a conversation is not propagated into session storage.

This is a weld bug not a liberty bug reported by a liberty customer. The relevant weld PRs are

weld/core#1983
weld/core#1982
weld/core#1992 (all three are the same change to different branches)

And the issue ID is: https://issues.redhat.com/browse/WELD-2626

The weld fix for CDI 2.0 is included from gm-21.0.0.11 onwards. Though a fix was delivered into weld's 2.4 branch (which implements CDI 1.2) weld has not yet published a release with that fix.

@benjamin-confino benjamin-confino added the bug This bug is not present in a released version of Open Liberty label Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This bug is not present in a released version of Open Liberty
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant