neos / Neos.EventSourcing

A library for Event Sourcing and CQRS for Flow projects.
MIT License
45 stars 30 forks source link

Broken Doctrine integration in 1.0 #249

Closed bwaidelich closed 4 years ago

bwaidelich commented 4 years ago

When using a recent version of doctrine/persistence the following exception is thrown:

The object "Doctrine\Persistence\ObjectManager" which was specified as a property in the object configuration of object "Neos\EventSourcing\ProcessManager\State\StateRepository" (automatically registered class) does not exist.

This is due to a breaking change in Doctrine that basically removed the Doctrine\Common\Persistence\ObjectManager

bwaidelich commented 4 years ago

Fixed with 1.0.1