Skip to content

Instantly share code, notes, and snippets.

@mcupak
Last active January 19, 2017 17:08
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/481a87629b45afb1cb7626328eaa48bd to your computer and use it in GitHub Desktop.
Save mcupak/481a87629b45afb1cb7626328eaa48bd to your computer and use it in GitHub Desktop.
# Script disabling the POJO subsystem on WildFly.
# Run with: $WILDFLY_HOME/bin/jboss-cli.sh --connect --file=disable-pojo.cli
batch
/subsystem=pojo:remove
/extension=org.jboss.as.pojo:remove
run-batch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment