-
Notifications
You must be signed in to change notification settings - Fork 26
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
XmlDeserializer can't read AASX file #172
Comments
Hi, this issue is related to AASX file itself. It includes empty entries, e.g. keys, conceptDescriptionaris and assets: According to the official specification this is not valid. I'm already in exchange with the people at IDTA in regard to this - however, please raise a GitHub issue at the linked repository to create additional visibility. Best regards, |
@FrankSchnicke Thank you a lot for support in this issue. I'm going to create an issue at the linked repository. Thanks, |
Issue was created to the submodels-templates repo. Thanks, |
I revisited this issue by coincidence and realized that the templates are still V2 - so you can't open them anyways with AAS4J. |
I am encountering an issue with XmlDeserializer when attempting to read an AASX file. The XmlDeserializer is failing to parse the AASX file properly, resulting in an error.
Example of aasx file: In this repo
Steps to Reproduce:
Expected Behavior:
Get correct Environment object for the next converting to the different model.
Actual Behavior:
After run code provided above recive error
Environment:
Operating System: [macOS 13.5.1]
Programming Language: [Java 17]
XmlDeserializer Version: 1.0.0-milestone-03.1
Additional Information:
Include any additional information that may be relevant to the issue. This could include the contents of the AASX file (if not sensitive), any relevant code snippets, or any other context that might help diagnose the problem.
Screenshots/Error Messages:
Note:
You know, perhaps I am using something wrong and you can support to understand how I can fix it, because each file which I try to deserialize does't work like we expected.
Thanks,
Best Regards!
The text was updated successfully, but these errors were encountered: