I am trying to embed collection of Tag forms to Service form, according to this tutorial. Tag and Service entities have many-
Tag
Service
This seems like an error with your constructor. Try this :
public function __construct() { $this-> tagList = new \Doctrine\Common\Collections\ArrayCollection(); }