viadeo / kasper-framework

Kasper is the treasure keeper
http://kasper-doc.viadeo.com/kasper-framework/latest/
GNU Lesser General Public License v3.0
9 stars 6 forks source link

Fix SagaPersistenceException on Load #358

Closed sl-victorceron closed 8 years ago

sl-victorceron commented 8 years ago

In cucumber tests, when using 2 sagas using different 'Start' steps but similar 'end' steps, a SagaPersistenceException is thrown.

Fixed with the help of @cmurer :)

cmurer commented 8 years ago

This exception is thrown by cucumber tests because they use InMemorySagaRepository as implementation of SagaRepository.