-
Notifications
You must be signed in to change notification settings - Fork 20
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
Crash during conversion of AIXM #102
Comments
Ok - spent some time debugging this - it appears that at
I have a |
I patched over this bug - but not necessarily in a good way - and quickly hit upon a few more bugs. If someone who is familiar with how this works has time to download these schemas and fix enough bugs/missing features to get this working that would be very much appreciated. I've looked at the source code - but I'm afraid it's quite a starting stretch to get into this. |
@seime Thanks for the help. I'm getting a lot further now, here are the options I'm passing in:
Then it crashes on:
So endless recursion it seems. I also get one warning which I think is just bad schema design:
I think this is something I can patch around in the original schema. Stort tack! |
I'm seeing a similar error:
This is one of the XSDs I am trying to convert: https://gist.github.com/salimfadhleyhtp/30fe50025f439637a05f979da39df004 |
@pyssling I think this error is caused when the targetNamespace field is not set. |
Hi,
I previously used xsd2thrift for converting XSDs but decided it's time to move to schema2proto . I'm working with large complicated XSDs generated by Sparx Systems Enterprise Architect - in this case the AIXM for aeronautical data - the XSDs are available here:
http://aixm.aero/document/aixm-511-xml-schema-xsd
I'm using the one with local copies of all dependencies. I can convert some of the dependencies - but once I start with the larger ones things crash pretty immediately on the following exception:
All help much appreciated!
The text was updated successfully, but these errors were encountered: