------------------------------------------------------------------------------- Test set: org.camunda.bpm.cycle.web.service.resource.diagram.BpmnDiagramServiceSyncStatusTest ------------------------------------------------------------------------------- Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.854 sec <<< FAILURE! - in org.camunda.bpm.cycle.web.service.resource.diagram.BpmnDiagramServiceSyncStatusTest shouldServeIsUnavailable(org.camunda.bpm.cycle.web.service.resource.diagram.BpmnDiagramServiceSyncStatusTest) Time elapsed: 0.087 sec <<< ERROR! java.lang.NullPointerException: null at org.camunda.bpm.cycle.web.service.resource.BpmnDiagramService.synchronizationStatus(BpmnDiagramService.java:174) at org.camunda.bpm.cycle.web.service.resource.BpmnDiagramService$$FastClassByCGLIB$$49a3974.invoke() at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) at org.camunda.bpm.cycle.web.service.resource.BpmnDiagramService$$EnhancerByCGLIB$$45a678be_3.synchronizationStatus() at org.camunda.bpm.cycle.web.service.resource.diagram.BpmnDiagramServiceSyncStatusTest.shouldServeIsUnavailable(BpmnDiagramServiceSyncStatusTest.java:62)