Hi Jwells, Mason,
Today, I checked out hk2 2.1.64 and tried to run CTMTest in eclipse Indigo.
However, while running the example, the test failed and reported that
NPE happened on CTMTest 76 line,
tenantManager.setCurrentTenant(TenantLocatorGenerator.ALICE);
and tenantManager is null.
And tenantManager is obtained by locator.getService(TenantManager.class);
So, I doubted whether there are something env configuration with me that
caused HK2 running failed?
Because I can not find more usable info, could you please give some advice?
Thanks
--Tang