Hi Marco, Thanks for the link... I have managed to further configure a few other things that I needed for my application..
I made a small change to my getEntityManager function to look like this: /** * @return \Doctrine\ORM\EntityManager|null */ public function getEntityManager() { if ($this->entityManager === null) { $this->entityManager = $this->getServiceLocator()->get('Doctrine\ORM\EntityManager'); } return $this->entityManager; } I am however still having the same issue... -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Doctrine-2-ZF2-Service-tp4659035p4659037.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com