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

graalvm native support #312

Open
Terrency opened this issue Mar 25, 2024 · 0 comments
Open

graalvm native support #312

Terrency opened this issue Mar 25, 2024 · 0 comments

Comments

@Terrency
Copy link

I am using jaxb2-maven-plugin@3.1.0 to generate Java classes from XML Schema, then constructing Java objects, and generating files through Marshaller. I encountered an issue where the program runs fine in a normal project, but when I use Spring Native to package and generate an exe, it encounters problems. It gives errors related to the generated Java objects, preventing further execution. The error is as follows:
Property expression appears in @XmlType.propOrder, but no such property exists. Maybe you meant null?
this problem is related to the following location:
at FmiModelDescription

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