Brian Stansberry created WFLY-13826:
---------------------------------------
Summary: EJB3SubsystemXMLPersister
Key: WFLY-13826
URL:
https://issues.redhat.com/browse/WFLY-13826
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 20.0.1.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
EJB3SubsystemXMLPersister checks the subsystem ModelNode for any of 3 child nodes and if
present writes the start of a 'session-bean' element. Later it uses the same check
and writes the closing tag.
But in between it check for other child nodes and does writing assuming the
'session-bean' element has been started. But it may not have been, which results
in invalid xml.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)