]
Jan Kalina closed WFCORE-2156.
------------------------------
Resolution: Duplicate Issue
CredentialReference marshalling not work with
PersistentResourceXMLDescription parser
-------------------------------------------------------------------------------------
Key: WFCORE-2156
URL:
https://issues.jboss.org/browse/WFCORE-2156
Project: WildFly Core
Issue Type: Bug
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Blocker
In
*org.jboss.as.controller.security.CredentialReference.credentialReferenceAttributeMarshaller()*
the *marshallAsElement* method expect *credential-reference* as second param, but standard
marshaller (PersistentResourceXMLDescription) puts its parent into this param.
It cause that PersistentResourceXMLDescription marshaller cannot be used for marshalling
objects with CredentialReference attribute.