[FLOW3-general] object identifier

Thomas Mammitzsch thomas at visualworx.de
Tue Mar 12 12:08:50 CET 2013


hi list,

still having problems to get my application work in production context.
I have an object using an own Identifier:

	/**
	 * The object id
	 * @Flow\Identity
          * @ORM\id
	 * @var integer
	 */
	protected $id;

While it works fine in development context, i get an error when i try it 
in production context:

[Semantical Error] The annotation "@Doctrine\ORM\Mapping\id" in property 
Visualworx\Couchfinder\Domain\Model\Scoutobject_Original::$id does not 
exist, or could not be auto-loaded

What am i doing wrong?

regards, Thomas


More information about the FLOW3-general mailing list