Hi all,
i probably miss something, but i am curios anyhow.
I have a webfilter which uses CDI to inject some beans. All of those beans are stateless. To my understanding that would mean they are request scoped but they seems to be session scoped.
According to "the internet" it depends on the container. Could maybe someone shed some light on how stateless beans are handled in HCP? and is there a way to make them request scoped? I tried but did only produce dumps
regards
Mathias