The change indeed fixes the issue thank you 2016-11-20 18:28 GMT+02:00 Lukasz Lenart <[email protected]>: > Open HelloWorldTest.java and replace this > > HelloWorld hello_world = new HelloWorld(); > > with this > > HelloWorld hello_world = container.inject(HelloWorld.class);
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

