|
The following quickstarts demos need to be updated:
policy-security-basic policy-security-cert policy-security-wss-signencrypt policy-security-saml policy-security-wss-username policy-transaction
README doesn't have WildFly instruction "mvn -Pwildfly,deploy install" fails with following CLI error. Actually there's no "web" subsystem in WildFly config, possibly it has been changed due to undertow.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.543 s
[INFO] Finished at: 2015-02-25T00:09:43+09:00
[INFO] Final Memory: 57M/433M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy-only (deploy) on project switchyard-demo-security-propagation-basic: Could not execute goal deploy-only on /home/WildFly/SY-2.0/quickstarts/demos/security-propagation/basic/target/switchyard-demo-security-propagation-basic.jar. Reason: Failed to process file '/home/WildFly/SY-2.0/quickstarts/demos/security-propagation/basic/config.cli': Command execution failed for command 'end-if'. if request failed: JBAS014883: No resource definition is registered for address [
[ERROR] ("subsystem" => "web"),
[ERROR] ("connector" => "https")
[ERROR] ]
[ERROR] -> [Help 1]
|