测试的时候出现一个异常:
ContextLoader.initWebApplicationContext(308) | Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine': FactoryBean threw exception on object creation; nested exception is java.lang.NullPointerException
出现异常前的操作:删除了所有activiti表的数据。
解决问题的方法:删除所有activiti的表,重新测试代码,会重新建表。
定位精确位置:发现是act_ge_property表的数据被清空,就会报错。