You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iam using the newest Version of the bisna-library. In Doctrine 2.1.6 the integration works properly, but when i upgrade to Doctrine 2.2 the annotation-reading fails. I get the following:
Semantical Error] The annotation "@table" in class Project\Entity\AclRoles was never imported. Did you maybe forget to add a "use" statement for this annotation?
What can i do here?
The text was updated successfully, but these errors were encountered:
I've encountered the same problem (See #23). Guilhermeblanco merged my pull request two days ago, so it should be working if you use the current master.
The problem doesn't go away if AnnotationReader is used in Doctrine 2.2.2. Changing, as @bountin suggests, to SimpleAnnotationReader works. If this is an incorrect way, then the bug still exists.
Hi,
iam using the newest Version of the bisna-library. In Doctrine 2.1.6 the integration works properly, but when i upgrade to Doctrine 2.2 the annotation-reading fails. I get the following:
Semantical Error] The annotation "@table" in class Project\Entity\AclRoles was never imported. Did you maybe forget to add a "use" statement for this annotation?
What can i do here?
The text was updated successfully, but these errors were encountered: