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

BPMN export/import: Error during DML Serialization due to file not found #520

Closed
tiku01 opened this issue May 7, 2015 · 1 comment
Closed

Comments

@tiku01
Copy link
Owner

tiku01 commented May 7, 2015

When trying to export or import a BPMN model, Oryx reports "An error occurred while generating the BPMN 2.0 DI XML Serialization." while in the logs I can see that there is an error accessing the according file:

org.xml.sax.SAXParseException; schema_reference.4: Failed to read schema document
 'file:/usr/local/src/oryx/oryx-editor/dist/client/WEB-INF/lib/bpmn20/BPMN20.xsd'
, because 1) could not find the document; 2) the document could not be read; 3) t
he root element of the document is not <xsd:schema>.
[...]

Looking for the file it seems there is something wrong with the path:

user@machine:/usr/local/src/oryx/oryx-editor$ find . -name BPMN20.xsd           
./build/editor/lib/xsd/bpmn20/BPMN20.xsd
./dist/client/WEB-INF/lib/xsd/bpmn20/BPMN20.xsd
./dist/client/lib/xsd/bpmn20/BPMN20.xsd
./editor/lib/xsd/bpmn20/BPMN20.xsd
@tiku01
Copy link
Owner Author

tiku01 commented May 8, 2015

fixed this with
34b76d1

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

No branches or pull requests

1 participant