-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML Validation Error with Doctrine 2.14.2 #2613
XML Validation Error with Doctrine 2.14.2 #2613
Comments
BTW, If you can, please update the issue description with the real output from |
fix is |
This is not a fix. It is a time-limited workaround |
true 👼 im not sure what best way forward is. I do like to point out creating addiotional in our case, we will probably migrate to attributes sooner or later |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Don't stale this issue... |
when it will be fixed? |
Many projects use XML for ORM, and there are no plans to translate this into attributes. In the PR (#2657) I proposed, there are two options for setting up Gedmo:
Without these options, GEDMO takes Doctrine settings, and as a result, it is impossible to use attributes for GEDMO if Doctrine uses xml |
Environment
Package
Timestampable
Doctrine packages
PHP version
Subject
Using XML Schema with a timestampable field:
the following validation error is displayed (eg. on cache:clear):
ibxml error: Element '{http://gediminasm.org/schemas/orm/doctrine-extensions-mapping}timestampable': No matching global element declaration available, but demanded by the strict wildcard. in [file] at line 16
doctrine/orm 2.14.1 is working fine.
The text was updated successfully, but these errors were encountered: