Plan xml not properly constrained for null fields.
Brought to you by:
cerebis
Job submission using the new xml marshaller is not stopping on null fields.
A job submitted with a XML using "project" instead of "project-name" passed through marshalling with the resulting field of bean Target being null.
This should definitely stop on elements or attributes which are not expected in the XML and should secondly stop on Null fields.
Anonymous