[
https://issues.jboss.org/browse/WFLY-1925?page=com.atlassian.jira.plugin....
]
Luca Bueti edited comment on WFLY-1925 at 10/10/16 9:11 AM:
------------------------------------------------------------
After unsuccessfully trying to preserve module conflicts for the last 4 hours, I found an
article on [JBoss EAP
documentation|https://access.redhat.com/documentation/en-US/JBoss_Enterpr...]
that explains that override and preserve commands work only for misc files. I verified
that it's true by looking at wfly cli source code. In my humble opinion, the error
message
_Use the --override-all, --override=[] or --preserve=[] arguments in order to resolve the
conflict._
could be improved to add this useful information (which I couldn't find in wildfly
Admin Docs).
was (Author: luck17):
After unsuccessfully trying to preserve module conflicts for the last 4 hours, I found an
article on JBoss EAP documentation that explains that override and preserve commands work
only for misc files. I verified that it's true by looking at wfly cli source code. In
my humble opinion, the error message
_Use the --override-all, --override=[] or --preserve=[] arguments in order to resolve the
conflict._
could be improved to add this useful information (which I couldn't find in wildfly
Admin Docs).
Unclear error message about conflict
------------------------------------
Key: WFLY-1925
URL:
https://issues.jboss.org/browse/WFLY-1925
Project: WildFly
Issue Type: Bug
Components: Patching
Reporter: Jan Martiska
Assignee: Emanuel Muckenhuber
Priority: Minor
Fix For: 8.0.0.CR1
{noformat}
[standalone@localhost:9990 /] patch apply
/tmp/7e387d2d-a9de-4537-ad29-6f66ada17e53/77cc1914-21ea-4c9e-b023-d981b3cb80e0.zip
Conflicts detected: jboss-modules.jar
{noformat}
That message doesn't say much. It should say something like 'the hash of xxx has
changed, you have probably applied manual changes to xxx. Use --override or --preserve
arguments to specify how the conflicts should be dealt with.'
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)