This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 170751

Summary: can't incrementialy deploy when there is no server specific deployment descriptor provided by the plugin
Product: serverplugins Reporter: mestab <mestab>
Component: CodeAssignee: issues@serverplugins <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description mestab 2009-08-21 15:04:06 UTC
I don't know if it's an issue or not but when in the server module there is no moduleType specific deployment file
eg in layer.xml:
<folder name="DeploymentFileNames">
                    <folder name="WAR">
                        <file name="WEB-INF\something-web.xml"/>
                    </folder>[..]

and when you use incremental deployment,
getDeploymentPlanFiles() of org.netbeans.modules.j2ee.deployment.impl.Server
return null but it should return en empty String[]
and because of that in this case there is no incremental deployment.