Hey Fabien,
In Doctrine bundle, we're not allowed to use annotation without alias anymore (@Entity, @Id...) and must use annotatation namespace aliases like @orm:Entity.
Here's a fix to set ORM as the default annotation namespace and allow the old annotation pattern back.
Tue Aug 31 10:09:29 -0700 2010
2dc8c4f
2dc8c4f
Tue Aug 31 10:21:31 -0700 2010
fixed in 1e1a411.
Wed Sep 01 05:09:45 -0700 2010
db76aa1
60054d1
793237d
737ea0e
bc14b57
bc14b57
Sat Oct 09 05:27:21 -0700 2010
That was done on purpose. You must use the alias now.
Sat Oct 09 05:27:49 -0700 2010
That was done on purpose. Use the @orm: alias now.