-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Unable to send array arg to listeners #3233
Comments
This is probably another case (like #3248) where the XSD is too strict. |
It does look similar! |
Most certainly. Maybe I should have checked more occasions of I'll have a look later unless somebody beats me to it. |
@theseer That would be much appreciated! |
As part of an upcoming code sprint, we might want to add more integration level tests for the schema checks by adding multiple valid xml files that should pass. There might be more things :) |
I have a listener that requires an array, the docs for 7.1 state that
array
is a legal arg type. However, in 7.2 (which I can't find the docs for) I get this error:Element 'array': This element is not expected. Expected is one of ( string, double, null, object, file, directory, boolean ).
My config inside the
<arguments>
After some experimentation, it would appear that array elements must appear first in the list of
arguments
though the documentation makes no mention of this.Is this a bug?
The text was updated successfully, but these errors were encountered: