Replies: 1 comment
-
As part of the surrounding framework, it contains elements called "scopes". A scope basically defines the lifetime of its contained objects. This also applies to "global variables". By having a scope that is created and deleted, also "global" variables can be safely cleansed etc. So yes, you need to include the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are testing phase4 as a client.
We are wondering why is this necessary ? WebScopeManager.onGlobalBegin (MockServletContext.create ());
Because we won't be in a web application with servlet to send the messages.
Is this still necessary ? If yes, I imagine we would need to include this dependency as in the phase4 client example not in provided scope ?
Beta Was this translation helpful? Give feedback.
All reactions