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 267683 - NetBeans 8.1 modifies web.xml and sun-jaxws.xml (in a Maven war project)
Summary: NetBeans 8.1 modifies web.xml and sun-jaxws.xml (in a Maven war project)
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-23 14:49 UTC by marianoCali
Modified: 2016-08-25 22:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marianoCali 2016-08-23 14:49:00 UTC
I have this problem in my team work.
We use linux kubuntu 14.04 LTS and Kubuntu 16.04 LTS.
NetBeans IDE 8.1 (Build 201510222201).

I want to know what I must do in order to solve this problem.

My sun-jaxws.xml is:

    <?xml version="1.0" encoding="UTF-8"?>
<endpoints version="2.0" xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime">
  <endpoint implementation="com.cablevision.provisioning.services.wsprovisioning.WSProvisioning" name="WSProvisioning" url-pattern="/WSProvisioning"/>
  <endpoint implementation="com.cablevision.provisioning.services.cliente.ServicesCliente" name="ServicesCliente" url-pattern="/ServicesCliente"/>
  <endpoint implementation="com.cablevision.provisioning.services.cablemodem.ServicesCablemodem" name="ServicesCablemodem" url-pattern="/ServicesCablemodem"/>
  <endpoint implementation="com.cablevision.provisioning.services.wsprovisioning.WSProvisioning" name="WSProvisioningService" url-pattern="/WSProvisioningService"/>
  <endpoint implementation="com.cablevision.provisioning.services.cliente.ServicesCliente" name="ServicesClienteService" url-pattern="/ServicesClienteService"/>
  <endpoint implementation="com.cablevision.provisioning.services.cablemodem.ServicesCablemodem" name="ServicesCablemodemService" url-pattern="/ServicesCablemodemService"/>
</endpoints>


I saw the message you talk about "JSR-109 compliant"
https://bugzilla-attachments-227177.netbeans.org/bugzilla/attachment.cgi?id=148082

I need to give some configuration to the IDE in order to not modify this files?

Can someone show me how we can to solve this.
Thanks in advance.
Comment 1 markiewb 2016-08-25 22:17:22 UTC
Search your project configuration for "generate_nonjsr109" and delete the entry. Now NB should ask you again using https://bugzilla-attachments-227177.netbeans.org/bugzilla/attachment.cgi?id=148082

See http://hg.netbeans.org/main/file/tip/maven.jaxws/src/org/netbeans/modules/maven/jaxws/WSUtils.java#l690