Bug 1229711 - [GSS](6.4.z) Multiple Deployment-overlays not working
Summary: [GSS](6.4.z) Multiple Deployment-overlays not working
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Server
Version: 6.4.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR1
: EAP 6.4.3
Assignee: Brad Maxwell
QA Contact: Jan Martiska
David Michael
URL:
Whiteboard:
Depends On:
Blocks: 1231259 1233287 1233294 1247919
TreeView+ depends on / blocked
 
Reported: 2015-06-09 13:31 UTC by Mustafa Musaji
Modified: 2019-07-11 09:20 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
If more than one deployment overlay is applied to a deployment, only the last one was applied. Previously all were applied. After this fix they will all be applied to the deployment agian.
Clone Of:
: 1233294 (view as bug list)
Environment:
Last Closed: 2017-01-17 10:42:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker WFCORE-752 0 Major Resolved Only one deployment overlay can be created for each deployment 2017-03-23 09:09:13 UTC

Description Mustafa Musaji 2015-06-09 13:31:45 UTC
Description of problem:

If you create two deployment-overlay for the same deployment, in EAP 6.4.x the first one is no longer working.

In EAP 6.3 this worked and all overlays were applied to the deployment

Version-Release number of selected component (if applicable):


How reproducible:
Everytime

Steps to Reproduce:
1. Deploy WAR with two .html files to view. 
2. Create two more html files on your files system
3. Add one overlay to "overlay" one of the html files
[standalone@localhost:9999 /] deployment-overlay add --name=myOverlay --content=/index.html=/home/mmusaji/Support/Tickets/01457730/myindex.html --deployments=jboss-helloworld.war --redeploy-affected
4. Add another overlay to replace the other html file
[standalone@localhost:9999 /] deployment-overlay add --name=myOverlayTwo --content=/myfile.html=/home/mmusaji/Support/Tickets/01457730/directoryFile.html --deployments=jboss-helloworld.war --redeploy-affected

Actual results:
Using the above example, index.html is no longer overlayed with myindex.html

Expected results:
Both index.html and myFile.html should be overlayed with the overlays above

Additional info:

Comment 9 Petr Penicka 2017-01-17 10:40:14 UTC
Retroactively bulk-closing issues from released EAP 6.4 cummulative patches.

Comment 10 Petr Penicka 2017-01-17 10:40:43 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.

Comment 11 Petr Penicka 2017-01-17 10:42:53 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.


Note You need to log in before you can comment on or make changes to this bug.