You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to generate Java classes from an xsd schema using version 3.1.0 which is an upgrade where I am now using Java 17 and Spring boot 3
All classes generate to the specified location correctly (as .class), with the exception of the ObjectFactory being generated as a non-compiled .java file
Due to this happening my IDE is unable to resolve the ObjectFactory even though it exists (both through imports in separate projects and in the same project without an import as I was doing prior to upgrade)
Plugin setup (omitted package name, but everything else is included):
I am attempting to generate Java classes from an xsd schema using version 3.1.0 which is an upgrade where I am now using Java 17 and Spring boot 3
All classes generate to the specified location correctly (as .class), with the exception of the ObjectFactory being generated as a non-compiled .java file
Due to this happening my IDE is unable to resolve the ObjectFactory even though it exists (both through imports in separate projects and in the same project without an import as I was doing prior to upgrade)
Plugin setup (omitted package name, but everything else is included):
Here is a screenshot of the ide not finding the ObjectFactory:
And a snapshot of the target directory that I am generating files to:
I submitted a report to IntelliJ/JetBrains and they stated that the issue seems to be with the plugin.
The text was updated successfully, but these errors were encountered: