[FLOW3-general] object identifier
Thomas Mammitzsch
thomas at visualworx.de
Tue Mar 12 12:43:25 CET 2013
to answer myself:
it must be @ORM\Id not @ORM\id.
regards, Thomas
On 12.03.2013 12:08, Thomas Mammitzsch wrote:
> 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
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
More information about the FLOW3-general
mailing list