Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created October 9, 2017 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcupak/6a5aeea721ce16532d60c81f6b2f2070 to your computer and use it in GitHub Desktop.
Save mcupak/6a5aeea721ce16532d60c81f6b2f2070 to your computer and use it in GitHub Desktop.
Disabling the POJO subsystem on WildFly.
<?xml version='1.0' encoding='UTF-8'?>
<server xmlns="urn:jboss:domain:4.0">
<extensions>
...
<!-- <extension module="org.jboss.as.pojo"/> -->
...
</extensions>
...
<profile>
...
<!-- <subsystem xmlns="urn:jboss:domain:pojo:1.0"/> -->
...
</profile>
...
</server>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment