# # Test resource adapter remove functionality for Wildfly 11.0-CR1 # # embed-host-controller --std-out=echo # # Create a dummy resource adapter in profile ha # /profile=full-ha/subsystem=resource-adapters/resource-adapter=jbh/:add(archive=jbh.rar,statistics-enabled=false,wm-security=false,wm-security-domain=other,wm-security-mapping-required=false) # # Attempt to remove the resource adapter just created # /profile=full-ha/subsystem=resource-adapters/resource-adapter=jbh/:remove # stop-embedded-host-controller quit