[
https://issues.apache.org/jira/browse/SCXML-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556021#action_12556021
]
Rahul Akolkar commented on SCXML-64:
------------------------------------
Yes, as you point out in the comment in code, the plan has been to have a
validating digester, but the W3C hasn't provided a useable DTD/schema yet. I do
contend that the act of validating SCXML documents is better placed with XML
editors / code generators / other authoring tools etc.
> datamodel should not be allowed in transition.
> ----------------------------------------------
>
> Key: SCXML-64
> URL: https://issues.apache.org/jira/browse/SCXML-64
> Project: Commons SCXML
> Issue Type: Bug
> Affects Versions: 0.6
> Environment: win xp, java 1.5
> Reporter: Ross Yakulis
> Priority: Minor
> Attachments: fails.xml, TransitionBugTest.java,
> TransitionBugTestSuite.java, works.xml
>
>
> <transition event="my.event" target="somewhere">
> <datamodel>
> <data name="dummy" expr="somedata"/>
> </datamodel>
> <log expr="dummy" />
> <log expr="'*****' + dummy" />
> /transition>
> Given the above transition, the first log logs null, send log causes a
> nullpointerexception. Acording to the SCXML spec datamodel is not allowed in
> a transition only globally and at the state level.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.