Skip to content

Commit

Permalink
Merge pull request wildfly#18486 from pferraro/WFLY-20057
Browse files Browse the repository at this point in the history
WFLY-20057 Fix invalid PersistentResourceXMLDescription usage.
  • Loading branch information
bstansberry authored Dec 6, 2024
2 parents bc48fc7 + 99d358d commit d6c4f1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class IIOPSubsystemParser_1 extends PersistentResourceXMLParser {

@Override
public PersistentResourceXMLDescription getParserDescription() {
return builder(IIOPExtension.PATH_SUBSYSTEM)
return builder(IIOPExtension.PATH_SUBSYSTEM, Namespace.IIOP_OPENJDK_1_0.getUriString())
.setMarshallDefaultValues(true)
.addAttributes(IIOPRootDefinition.ALL_ATTRIBUTES.toArray(new AttributeDefinition[0]))
.setAdditionalOperationsGenerator((address, addOperation, operations) -> {
Expand Down

0 comments on commit d6c4f1f

Please sign in to comment.