How can I have the unmarshaller create objects using the generated ObjectFactory? I tried setting "com.sun.xml.bind.ObjectFactory" in the jaxbContextProperties of Jaxb2Marshaller, but get the exception "property 'com.sun.xml.bind.ObjectFactory' is not supported;"


Reply With Quote