[
https://issues.jboss.org/browse/JBIDE-11297?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-11297:
-------------------------------------
In AS7, scanners added are persistent even across server restarts. This is important to
note for several reasons. Adding the same scanner name twice will result in an error. Two
scanners by different names scanning the same path will attempt to deploy the artifact
twice. This results in a strange situation where it is added, then undeployed, then added
by the second scanner, but undeployed by the second scanner due to the .undeployed marker.
So care must be taken that a predictable naming strategy is used for our scanners and that
such changes are carefully tracked and maintained by the tools.
Note: Previous versions did not persist through app server restarts, and so it was safe to
add new scanners or new paths at startup almost without any care.
AS7 ability to add deployment folders on separate file systems
--------------------------------------------------------------
Key: JBIDE-11297
URL:
https://issues.jboss.org/browse/JBIDE-11297
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS/Servers
Affects Versions: 3.3.0.Beta1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.3.0.Beta2
Servers earlier than as7 have a management task which can be called to add an arbitrary
folder as one that the deployment scanner should scan. Ensure that jbosstools can make use
of this for as7.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira