I am trying to test OGM with Infinispan embedded mode, with a simple entity, repository & service class.
@Entity @Table(name="test_person") publ