0

is there way to force spring to start new request from some point of code?

The reason beyond it is, that I am replacing communication from Rest to Thrift, but there are beans with request scope.

hybaken
  • 466
  • 1
  • 5
  • 16

1 Answers1

0

Solved by overriding Request Scope using SimpleThreadScope.

hybaken
  • 466
  • 1
  • 5
  • 16