Error
A TypeDefinition must have a no-arg constructor or be annotated with a factory method within JAXB Entity
Error Type
Maven Build Enunciate
Possible Cause
JAXB Entity doesn't contain a No-Argument constructor
Possible Resolution
Declare a no argument constructor for the entity.
Why JaxB Require a No Argument Constructor
Normally the absence of a no-arg constructor causes an error when the JAXBContext is created.
Declare a no argument constructor for the entity.
Why JaxB Require a No Argument Constructor
Normally the absence of a no-arg constructor causes an error when the JAXBContext is created.