[
https://issues.jboss.org/browse/JBIDE-15250?page=com.atlassian.jira.plugi...
]
Christian Beikov commented on JBIDE-15250:
------------------------------------------
I think what he is asking for is for the Server Adapter to deploy projects that are be
deployed to EAR/lib, not in the zipped form, but exploded like it is done with modules of
the EAR(like web and ejb modules). As soon as a jar file changes, the whole EAR will get
redeployed which is a waste of time.
I can provide you a maven example project that will reproduce that if you seek to fix
this.
Explode utility jars in EAR/WAR deployments
-------------------------------------------
Key: JBIDE-15250
URL:
https://issues.jboss.org/browse/JBIDE-15250
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: server
Affects Versions: 4.0.1.Final
Reporter: Kevin Formsma
Assignee: Rob Stryker
Fix For: 4.2.x
For larger projects that utilize utility jars within the EAR, it would be nice to have
these deployed exploded as well. This would allow hot code replacement for those utility
projects.
A current work around is to make the utility projects modules so that the tooling treats
them as a EJB module and deploys them exploded.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)