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
This line produces a ClassNotFound by default, as InputLocation (unqualified) does not exist within modello.
This seems only to be an issue when:
You're using XPP (Might be a problem in other instances, haven't checked).
You have a field of <type>DOM</type>
You are generating extended writers.
I'm unclear about what the extended writer does for me, so I've fallen back to the regular (not extended).
The text was updated successfully, but these errors were encountered:
mykelalvis
changed the title
Extended writer generation failes with XPP3 and field of type DOM
Extended writer generation fails to compile with XPP3 and field of type DOMSep 22, 2023
This line produces a ClassNotFound by default, as
InputLocation
(unqualified) does not exist within modello.This seems only to be an issue when:
<type>DOM</type>
I'm unclear about what the extended writer does for me, so I've fallen back to the regular (not extended).
The text was updated successfully, but these errors were encountered: