Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The scxml header of the Eight Lonely Rooks example is not sufficient. #271

Closed
ghost opened this issue Jan 10, 2016 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Jan 10, 2016

Currently, the scxml header of the Eight Lonely Rooks example is:

However, when running, the example throws:
org.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 69; The prefix "dg" for element "dg:assign" is not bound.

The scxml header of the Eight Lonely Rooks example needs to include:
xmlns:dg="org.finra.datagenerator"

Also, the following may not be necessary:
xmlns:cs="http://commons.apache.org/scxml"

@mibrahim mibrahim assigned ghost Jan 15, 2016
@mibrahim mibrahim added this to the DG2.2 milestone Jan 15, 2016
@mibrahim mibrahim added the bug label Jan 15, 2016
@mibrahim mibrahim modified the milestones: DG2.3, DG2.2 Feb 19, 2016
@ghost ghost mentioned this issue Feb 21, 2016
@mibrahim mibrahim assigned mpeter28 and unassigned ghost Feb 26, 2016
@mibrahim
Copy link
Member

fixed by #302

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants