Getting null point exception when i use modelService.create(Object.class)
185 Views
when i test this this code as follows: handlingUnitModel = modelService.create(HandlingUnitModel.class) but handlingUnitModel is null,and then throws the exception. can you tell me why? thank you very much.