Skip to Content
0
Former Member
Oct 14, 2016 at 11:39 AM

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.