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

Synthetic CDI beans should have a beanClass attribute of the CDI extension #337

Open
Skyllarr opened this issue Oct 24, 2022 · 0 comments
Open

Comments

@Skyllarr
Copy link
Contributor

The beanClass attribute of CDI beans is currently configured in a way that results in incorrectly identifying implementation class of synthetic beans. The beanClass attribute of beans is used by Weld (the reference/compatible impl) to determine how and where to define a proxy class. The problem was recently noticed in WildFly, where synth beans from Soteria were registered under a different module. Synthetic beans should have a beanClass attribute of the CDI extension that registers them.

@manovotn

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

No branches or pull requests

1 participant