Share

openLiberty Wakame

Tracker: Bugs

5 Bug in Service Type - ID: 2687802
Last Update: Tracker Item Submitted ( georgeinman )

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


George Inman ( georgeinman ) - 2009-03-15 17:14

5

Open

None

Nobody/Anonymous

Interface (example)

v1.0 (example)

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.