]
Jan Kalina updated WFCORE-2156:
-------------------------------
Priority: Blocker (was: Major)
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.