[jboss-jira] [JBoss JIRA] (WFLY-2989) Replacing JSP files through deployment overlays doesn't work for exploded deployments
Stuart Douglas (JIRA)
issues at jboss.org
Mon Feb 24 00:37:47 EST 2014
[ https://issues.jboss.org/browse/WFLY-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFLY-2989.
----------------------------------
Resolution: Won't Fix
This was actually a deliberate decision. Basically the only way to properly support this is to directly replace the JSP file in the exploded deployment, which I don't really want to do as it involves modifying the user deployment. I think we should just document that this is not supported, it should not be a big deal as overlays are not particularly useful with exploded deployments anyway (as the user can just copy the file directly).
> Replacing JSP files through deployment overlays doesn't work for exploded deployments
> -------------------------------------------------------------------------------------
>
> Key: WFLY-2989
> URL: https://issues.jboss.org/browse/WFLY-2989
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Server
> Affects Versions: 8.0.0.Final
> Reporter: Jan Martiska
> Assignee: Stuart Douglas
> Attachments: DeploymentOverlayCLITestCase.java
>
>
> I am enhancing DeploymentOverlayCLITestCase with tests for exploded deployments. It seems that with exploded deployments, replacing JSP files doesn't work. Replacing/adding libraries works correctly.
> Attaching my enhanced version of DeploymentOverlayCLITestCase. It just reuses the old stuff, only deploys deployment0.war and deployment1.war as exploded directories. To reproduce, simply replace the original test with the new source file and run testSimpleOverrideExploded method. It will fail on line 298.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list