]
Chao Wang commented on WFCORE-2178:
-----------------------------------
It's better to log a warning or throw CommandLineException to User if there is no
resource found in provided overlay name at
[
[Deployment overlay] Operation list-links does not check if
deployment exists
-----------------------------------------------------------------------------
Key: WFCORE-2178
URL:
https://issues.jboss.org/browse/WFCORE-2178
Project: WildFly Core
Issue Type: Bug
Components: CLI, Domain Management
Affects Versions: 3.0.0.Alpha17
Reporter: Chao Wang
Assignee: Chao Wang
Priority: Minor
*Problem*
When not existing overlay is specified no warning message is displayed. For example:
{code}
deployment-overlay list-links --name=not-existing-overlay
{code}
returns empty line
*Proposed solution*
Display warning message that not existing overlay was given.