Hi All,
I'm trying to write integration test for my Activiti workflow integrated/embedded(java based configuration) with Spring application using postgres database.
Activiti services (runtimeService, taskService..etc) are auto-wired into spring component and calling from business layer.
I'm using @Rule ActivitiRule for engine in junit, when i try to run junit its failing to load the ApplicationContext saying unsatisfied dependency (for activiti services).
Can you please suggest me the solution.
Thanks in advance.