Skip to content

graalvm native support #312

Open
Open
@Terrency

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions