-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
Note this happens only on WFCORE branch for RFE EAP7-1877 (https://github.com/ehsavoie/wildfly-core/tree/WFCORE-6503) with developed yaml support feature for unmanaged deployment.
In case that unmanaged deployment is "deployed" using yaml file like:
wildfly-configuration: deployment: helloworld.war: content: - path: /home/mnovak/projects/quickstart/helloworld/target/helloworld.war enabled: true archive: true
then deployment should be enabled automatically without need to call deploy:
[standalone@localhost:9990 /] /deployment=helloworld.war:deploy()
However it's still needed which is an issue.
- is caused by
-
WFCORE-6503 Add support for deployments with YAML extension
- Resolved