-
1. Re: Wildfly 10 Final - Replace Disabled Deployment Problem
bdaroz Jul 30, 2016 4:50 AM (in response to wyll.cavalcante)I just wanted to chime in and say I can reproduce this on a nearly-stock Wildfly 10 instance, this time on Ubuntu 15.10 and JDK 8_101.
It's driving me nuts when trying to develop.
(Edit) I opened a bug in the tracker: [WFLY-6897] Replacing a disabled deployment destroys profile section of xml config - JBoss Issue Tracker
-
2. Re: Wildfly 10 Final - Replace Disabled Deployment Problem
mayerw01 Jul 30, 2016 6:14 AM (in response to wyll.cavalcante)Maybe this is an issue with the admin console. Did you verify if the issue persists when you deploy the application via cli like
deploy --force --disabled {pathToApplicatio}/myApplication.war
-
3. Re: Wildfly 10 Final - Replace Disabled Deployment Problem
ctomc Jul 30, 2016 4:32 PM (in response to mayerw01)Even better can you reproduce this on 10.1.0.CR1 what was released yesterday.
-
4. Re: Wildfly 10 Final - Replace Disabled Deployment Problem
mayerw01 Jul 31, 2016 4:57 AM (in response to wyll.cavalcante)It looks like this had been solved now. At least I cannot reproduce this issue in version 10.1.0.CR1.
-
5. Re: Wildfly 10 Final - Replace Disabled Deployment Problem
brian.stansberry Aug 1, 2016 9:55 AM (in response to mayerw01)Yes, it's fixed in 10.1.0.CR1: [WFCORE-1577] After a full-replace-deployment operation a server on a hosts subsystem model is empty - JBoss Issue Track…