Title: Enable CDI Describe the issue: Only ensuring that <extension module="org.jboss.as.weld"/> is present in the configuration xml is not enough to ensure that the weld subsystem is enabled. This only 'imports' the required module to be usable, but doesn't enable the subsystem itself. Suggestions for improvement: Apart from the <extension module="org.jboss.as.weld"/> element under <extensions>, the user should be instructed to check that the element <subsystem xmlns="urn:jboss:domain:weld:1.0"/> exists under the respective <profile> element.
Thanks for this. It has been addressed in revision 481732. The bug will be set to ON_QA when you are able to review the changes.
Not yet updated.
Verified, thanks.