serialzed Saga in JpaSagaStore is empty

Hi,

I am using the axon-spring starter with Serializer configured to jackson (all three: general, commands, events).

This works fine for events, but my Saga is stored as “{}” so I keep getting a new Saga every time I access it.

Any ideas how this can happen?

How can I configure a different serilization just for this saga?

Thanks
Jan

Ah, damn … I had to provide getters for the fields I want to have serialized … stupid mistake.

I am not deleting this in case someone else has the same issue …