My classloader complains
Unable to find class resource 'com.d.xml.ObjectFactory'
every time I marshal objects to XML.
Mapping defined with annotations.
Is it possible to configure JAXB to avoid checking ObjectFactory?
|
My classloader complains
every time I marshal objects to XML. Mapping defined with annotations. Is it possible to configure JAXB to avoid checking ObjectFactory? |
|||
|
|
|
If you are creating your JAXBContext on a context path (package name), then you can avoid the need for an ObjectFactory class by providing a text file called Alternatively you can create a JAXBContext by passing in the domain classes:
|
|||||||
|