Removal of jaxrs Entries for JBoss WildFly Application Server

The JBoss WildFly Application Server 10.1.0 version provides RESTEasy framework to build RESTful web services and Java applications. It is implemented based on the JAX-RS specification. It conflicts with other RESTful framework, which are compliant with the JAX-RS specification.

Remove the jaxrs entries from the standalone.xml file located in the $JBOSS_HOME/standalone/configuration directory.

Before modifying the file, back up the existing standalone.xml file, and then remove the following lines:

<extension module="org.jboss.as.jaxrs"/>
<subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>