[jbosstools-issues] [JBoss JIRA] (JBIDE-17724) Changes cause full redeployment of exploded WAR

Rob Stryker (JIRA) issues at jboss.org
Wed Jul 30 05:32:30 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988874#comment-12988874 ] 

Rob Stryker commented on JBIDE-17724:
-------------------------------------

The project "project-module" is a utility project. This means it must be zipped, as jboss (as far as I know) does not support exploded utility projects. Since the project is being zipped, the entire .jar file is being overwritten. JBoss will not pick up changes to an overridden .jar file unless the module is restarted. The module must be restarted because changes to files inside a utility project force a repackaging of the utility jar, and jboss won't pick up a new .jar file without redeploying the application. 

> Changes cause full redeployment of exploded WAR
> -----------------------------------------------
>
>                 Key: JBIDE-17724
>                 URL: https://issues.jboss.org/browse/JBIDE-17724
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.2.0.Beta2
>         Environment: Windows 8.1 x64
> Java 7u51 x64
> Luna x64
>            Reporter: Cody Lerum
>            Assignee: Rob Stryker
>            Priority: Blocker
>              Labels: respin-b
>             Fix For: 4.2.0.Beta3, 4.2.0.CR1
>
>         Attachments: JBIDE-17724-JBossEAP5-testcase.tar.bz2, workspace.zip
>
>
> After moving to Luna from Kepler any changes to java or jsf resources are causing a full redeployment of the exploded war to JBoss 7.1.3.Final
> This prevents any updating of JSF resources or debugging java code.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list