Hi
When attempting to Marshall a
org.openliberty.xmltooling.disco.SecurityContext object created using the
default constructor. The default marshaller cannot be found by the
MarshallerFactory.
I managed to fix the problem by changing the constructor arguments passed
to the protected constructor from
super(Konstantz.DS_NS, SecurityContext.LOCAL_NAME, Konstantz.DS_PREFIX);
to
super(Konstantz.DISCO_NS, SecurityContext.LOCAL_NAME,
Konstantz.DS_PREFIX);
at which point the correct Marshaller object could be found in disco.xml
Regards
George
Nobody/Anonymous
Interface (example)
v1.0 (example)
Public