Open
Description
opened on Mar 25, 2024
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
Metadata
Assignees
Labels
No labels
Activity