[jbosstools-issues] [JBoss JIRA] (JBIDE-18863) Duplicate deployment scanner on Windows if set to custom

Martin Malina (JIRA) issues at jboss.org
Tue Dec 2 09:41:40 EST 2014


Martin Malina created JBIDE-18863:
-------------------------------------

             Summary: Duplicate deployment scanner on Windows if set to custom
                 Key: JBIDE-18863
                 URL: https://issues.jboss.org/browse/JBIDE-18863
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: server
    Affects Versions: 4.2.1.CR1
            Reporter: Martin Malina
            Assignee: Rob Stryker
             Fix For: 4.2.1.CR1


Today I tried to verify a bug on Windows (JBIDE-18697) and in doing so, I noticed this bug:
I tried deploying a dynamic web project to a custom folder with eap 6.3 on Windows 7. And I ended up with two custom deployment scanners in standalone.xml:
{code}
        <subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
            <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000"/>
            <deployment-scanner name="jbosstoolsscanner1" path="E:/deployments/deploy" scan-interval="5000" deployment-timeout="600"/>
            <deployment-scanner name="jbosstoolsscanner2" path="E:\deployments\deploy" scan-interval="5000" deployment-timeout="600"/>
        </subsystem>
{code}
Notice that those two added scanners are the same except for file delimiters - "/" vs. "\"



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jbosstools-issues mailing list