[
https://issues.apache.org/jira/browse/SCXML-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rahul Akolkar updated SCXML-77:
-------------------------------
Fix Version/s: 0.9
Thanks for the patch, that helps :-) I'm traveling and will look at this next
week. Setting fix version to next release (v0.9).
I'd suggest you also fill out an Individual Contributor License Agreement
(ICLA). That is here (the fax number is on the form itself, you can mail it in
too if you want):
http://www.apache.org/licenses/icla.txt
Its a one-time thing (so you won't need to do it for any more patches you
submit across all projects at the ASF), and is needed for non-trivial
contributions, for provenance and pedigree reasons. Let us know once its sent
in (so we can track to see when it gets recorded). Let us know if you have
questions about this.
> <param> is not working properly with only a single "name" attribute
> -------------------------------------------------------------------
>
> Key: SCXML-77
> URL: https://issues.apache.org/jira/browse/SCXML-77
> Project: Commons SCXML
> Issue Type: Bug
> Affects Versions: 0.8
> Reporter: Edzard Hoefig
> Priority: Minor
> Fix For: 0.9
>
> Attachments: commons-scxml_param-name-location_patch_ehoefig
>
>
> WD-scxml-20080516, section 4.3.1 says:
> If the "expr" attribute is missing, the "name" attribute will be taken as a
> data model location expression (see 8.2 Location Expressions) and the value
> at that location will be passed to the invoked component. If the "name"
> attribute does not refer to a location in the data model, an error
> error.illegalalloc will be generated.
> SCXMLSemanticsImpl.java seems to not handle this properly, as it is ignoring
> the case where a single "name" attribute is used (line 793).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.