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

Martin Malina (JIRA) issues at jboss.org
Thu Dec 4 09:55:39 EST 2014


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

Martin Malina commented on JBIDE-18863:
---------------------------------------

OK, so the improved commit looks ok - f731a52553. +1 for pushing to 4.2.x, but make sure to cherry-pick the right commits ;)

> 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
>         Environment: JBDS 8.0.1.CR1 B333
> Windows 7
>            Reporter: Martin Malina
>            Assignee: Rob Stryker
>              Labels: respin-a
>             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