You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Tobias Lippert (JIRA)" <ji...@apache.org> on 2016/07/07 14:45:11 UTC

[jira] [Updated] (SCXML-251) src attribute is not available for data elements

     [ https://issues.apache.org/jira/browse/SCXML-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Lippert updated SCXML-251:
---------------------------------
    Description: 
The read routine ignores the "src" attribute in <data> elements in the data model.

The field should be available to allow for users of the library to identify data elements with a src, and process the value of the attribute.

The Data class itself already has the src member, and the corresponding getters and setters.

  was:
The read routine ignores the "src" attribute in <data> elements in the data model.

The field should be available to allow for users of the library to identify data elements with a src, and process the value of the attribute.

The Data class itself already has the src member, and the corresponding getters and setters.

Adding the 


> src attribute is not available for data elements
> ------------------------------------------------
>
>                 Key: SCXML-251
>                 URL: https://issues.apache.org/jira/browse/SCXML-251
>             Project: Commons SCXML
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Tobias Lippert
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The read routine ignores the "src" attribute in <data> elements in the data model.
> The field should be available to allow for users of the library to identify data elements with a src, and process the value of the attribute.
> The Data class itself already has the src member, and the corresponding getters and setters.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)