cancel
Showing results for 
Search instead for 
Did you mean: 

Integration testing of Activiti Services with Spring

imkeshav
Confirmed Champ
Confirmed Champ
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.
1 REPLY 1

cjose
Elite Collaborator
Elite Collaborator
Please post the complete exception and your configuration.

Regards,
Ciju