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
but it could happen that localName is null resulting in an IllegalArgumentException from QName conctructor. In such a case there should either be an JaxbException if this is illegal or fall back to the element name.
The text was updated successfully, but these errors were encountered:
laeubi
pushed a commit
to laeubi/jaxb-ri
that referenced
this issue
Jul 20, 2024
If one tries to update an element with binder that is not
@XmlRootElement
the following code is calledjaxb-ri/jaxb-ri/runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/BinderImpl.java
Lines 180 to 182 in b7d1ff7
but it could happen that
localName
is null resulting in anIllegalArgumentException
from QName conctructor. In such a case there should either be anJaxbException
if this is illegal or fall back to the element name.The text was updated successfully, but these errors were encountered: