Michał Ziemba created FALCON-1471:
-------------------------------------
Summary: UI - could not create empty properties list when creating
feed
Key: FALCON-1471
URL: https://issues.apache.org/jira/browse/FALCON-1471
Project: Falcon
Issue Type: Bug
Components: ui
Affects Versions: 0.7
Reporter: Michał Ziemba
When creating a feed, I cleared all properties - queueName, timeout, maxMaps,
etc. (in Properties tab), and I got the following XML:
<properties>
<property/>
</properties>
which could not be parsed by Falcon, as 'property' element should have a 'name'
attribute:
[org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 497;
cvc-complex-type.4: Attribute 'name' must appear on element 'property'.]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)