Description
If our webbeans-web plugin is present when starting our test lifecycle, we get a NPE because our WebContextsService always expects a Session. But in case of unit tests on the frontend the session is actually null. Same is true for asynchronous operations inside a web server and e.g. for MessageDriven Beans.