Sivaprasad PS

Results 2 comments of Sivaprasad PS

Facing the same issue with 2.0.3-Release. Will this be fixed? Parameter 0 of method stateMachineRuntimePersister in StateMachineConfig required a bean of type 'org.springframework.statemachine.data.jpa.JpaStateMachineRepository' that could not be found. The injection...

Adding a new repository interface solves this. Not sure why @Repository public interface JpaStateMachineRepository extends org.springframework.statemachine.data.jpa.JpaStateMachineRepository { }