You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Michał Ziemba (JIRA)" <ji...@apache.org> on 2015/09/21 10:16:04 UTC

[jira] [Created] (FALCON-1471) UI - could not create empty properties list when creating feed

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)