Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7845353
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:11:44+00:00 2026-06-02T17:11:44+00:00

I have a spring mvc application which make massive use of beans which are

  • 0

I have a spring mvc application which make massive use of beans which are defined in a
request scope. Now I have to use a part of this application outside of this scope (in a
qwertz job in the Magnolia CMS). This doesn’t work of course:

Error creating bean with name ‘requestHelper’: Scope ‘request’ is
not active for the current thread

I can’t change the scope of the beans and I can’t change the code. So my only possibility
seems to change the scope of the current thread to a request scope mockup.

I tried something like

XmlWebApplicationContext context = (XmlWebApplicationContext) ApplicationContextProvider.getApplicationContext() ;
   MockServletContext mockServletContext = new MockServletContext("/");
   context.setServletContext(mockServletContext);
   context.refresh();

But this still doesn’t activate the request scope in the current thread. How can I achieve
this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T17:11:47+00:00Added an answer on June 2, 2026 at 5:11 pm

    Request scope can be activated as follows:

    RequestContextHolder.setRequestAttributes(
        new ServletRequestAttributes(new MockHttpServletRequest()));     
    
    ...
    
    ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes())
        .requestCompleted();
    RequestContextHolder.resetRequestAttributes(); 
    

    Thoguh I think it’s not a good idea to use such a hack in production code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make this 2-player web game application using Spring MVC. I have
I have a Spring MVC application trying to use a rich domain model, with
I have a Spring Web MVC application where i need to use an external
I have an mvc application in which I want to make the texbox readable,i
I have a Spring MVC application which has a public front-end WAR, an admin
I have a Spring MVC application which communicates with the frontend with AJAX /
We have a Spring MVC application. We now have to integrate spring security in
I have a Spring MVC application (version 3.0.5.RELEASE) and I have this in my
I have several controllers in a spring mvc application. They are regular beans that
I have an application which are using Hibernate / Spring and Spring MVC, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.