Friday 18 March 2016

Spring - Scope 'session' is not active for the current thread - exception - Troubleshoot

Scope 'session' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton

Instead of using ContextLoaderListener, use ContextLoaderListener

<context-param>
    <
param-name>contextConfigLocation</param-name>
    <
param-value>/WEB-INF/loginWeb-servlet.xml</param-value>
</
context-param>

<
listener>
    <
listener-class>
        org.springframework.web.context.ContextLoaderListener
    </
listener-class>
</
listener>


<!—below tag is required->
<
listener>
    <
listener-class>
        org.springframework.web.context.request. ContextLoaderListener
    </
listener-class>
</
listener>

No comments:

Post a Comment