We have a data source DSRequest that we are executing asynchronously, it executes from a thread pool executor. We use Spring beans for different operation bindings in the server object with different server methods. When these execute asynchronously, the spring context gets refreshed which isn't desired. Is there a way to pass the spring context into the DSRequest? Or is this not supported?
Announcement
Collapse
No announcement yet.
X
-
That's definitely not normal. We've seen others report this with threading, and then they reported that it was resolved on the Spring side, as we recommended just now.
If you think we are somehow forcing Spring to reload everything (we're not..) you could try to put together a test case that clearly shows that we are doing so. But again, we would not expect that to be possible given that others seem to either not have this problem or have fixed it in Spring.
Comment
Comment