[
https://issues.jboss.org/browse/JBIDE-11297?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-11297:
-------------------------------------
Potential code:
{code}
ModelNode op = new ModelNode();
op.get("operation").set("add");
ModelNode addr = op.get("address");
addr.add("subsystem", "deployment-scanner");
addr.add("scanner", "custom999");
op.get("path").set("/home/rob/tmp/t99");
{code}
This is to add a unique deployment scanner. Each scanner must have its own name, so if a
user has 5 modules each to a different area on their filesystem, must come up with unique
names for each scanner.
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