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

RequestScoped beans broken after update to 2.13.1 from 2.12.3 #28446

Closed
jgrabowski opened this issue Oct 7, 2022 · 3 comments
Closed

RequestScoped beans broken after update to 2.13.1 from 2.12.3 #28446

jgrabowski opened this issue Oct 7, 2022 · 3 comments
Labels
area/arc Issue related to ARC (dependency injection) triage/needs-reproducer We are waiting for a reproducer.

Comments

@jgrabowski
Copy link

I've noticed that my projects running on Quarkus are experiencing runtime problem when RequestScoped annotation is used on bean. It used to work properly.
Each invocation of RequestScoped bean results in exception:
javax.enterprise.context.ContextNotActiveException: RequestScoped context was not active when trying to obtain a bean instance for a client proxy of CLASS bean

@jgrabowski jgrabowski changed the title DI broken after update to 2.13.1 from 2.12.3 RequestScoped beans broken after update to 2.13.1 from 2.12.3 Oct 7, 2022
@geoand geoand added area/arc Issue related to ARC (dependency injection) and removed triage/needs-triage labels Oct 7, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 7, 2022

/cc @manovotn, @mkouba

@geoand
Copy link
Contributor

geoand commented Oct 7, 2022

Hi,

Would you please provide us a sample project that is exhibiting this behavior?

Thanks

@geoand geoand added the triage/needs-reproducer We are waiting for a reproducer. label Oct 7, 2022
@geoand
Copy link
Contributor

geoand commented Nov 1, 2022

Closing as we never got a reproducer.

If a reproducer is added, we can reopen and try and figure out what's wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) triage/needs-reproducer We are waiting for a reproducer.
Projects
None yet
Development

No branches or pull requests

2 participants