Last active
January 19, 2017 17:08
-
-
Save mcupak/481a87629b45afb1cb7626328eaa48bd to your computer and use it in GitHub Desktop.
Disabling the POJO subsystem on WildFly - https://mirocupak.com/duplicate-services-and-the-pojo-subsystem-in-wildfly/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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