I'm using the DelegatingVariableResolver to resolve managed beans - due to the documented bug in jsf-RI1.1, I cannot reference spring-beans from managed Beans, so I have to move the whole Bean into the spring-context: Here, there is no way to define the scope of the bean. What is then the scope of these bean?

From what I've seen in the code, it should be either application or request, dependent on the bean being configured as singleton or not - is there a way to configure these spring-beans per session?!

Cheers
stf