[
https://issues.jboss.org/browse/WFCORE-1687?page=com.atlassian.jira.plugi...
]
Chao Wang commented on WFCORE-1687:
-----------------------------------
After fix in WFCORE-1577, in
[
DeploymentHandlerUtil.java|https://github.com/wildfly/wildfly-core/blob/m...],
it passed a new Notification with empty address {{resourceAddress}} to context.emit()
which causes this warning in AbstractOperationContext.checkUndefinedNotification();
WFLYCTL0357 warning upon undeploying any deployment
---------------------------------------------------
Key: WFCORE-1687
URL:
https://issues.jboss.org/browse/WFCORE-1687
Project: WildFly Core
Issue Type: Bug
Components: Server
Affects Versions: 3.0.0.Alpha4
Reporter: Martin Simka
Assignee: Brian Stansberry
EAP produces following warning upon undeployment:
{code}WARN [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0357:
Notification of type deployment-undeployed is not described for the resource at the
address []{code}
The warning is produced for both managed and unmanaged deployments.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)