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 132591 - Web Service configuration keeps getting corrupted
Summary: Web Service configuration keeps getting corrupted
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks: 142971
  Show dependency tree
 
Reported: 2008-04-11 03:41 UTC by slq
Modified: 2010-11-17 13:53 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 slq 2008-04-11 03:41:28 UTC
When opening/importing a web application project with web services that were created outside the netbeans environment,
the ide does not recognise the existing configuration. If I have a web service called MyWebService, with an existing
web.xml configuration

<servlet>
  <servlet-name>MyWebService</servlet-name>
  <servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class>
  <load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
  <servlet-name>MyWebService</servlet-name>
  <url-pattern>/MyWebService</url-pattern>
</servlet-mapping>

and sun-jaxws.xml configuration

<endpoint implementation="com.webapp.MyWebService" name="MyWebService" url-pattern="/MyWebService" />

these will be altered to

<servlet>
  <servlet-name>MyWebService</servlet-name>
  <servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class>
  <load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
  <servlet-name>MyWebService</servlet-name>
  <url-pattern>/MyWebService</url-pattern>
</servlet-mapping>
<servlet>
  <servlet-name>MyWebServiceService</servlet-name>
  <servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class>
  <load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
  <servlet-name>MyWebServiceService</servlet-name>
  <url-pattern>/MyWebServiceService</url-pattern>
</servlet-mapping>

and

<endpoint implementation="com.webapp.MyWebService" name="MyWebService" url-pattern="/MyWebService" />
<endpoint implementation="com.webapp.MyWebService" name="MyWebServiceService" url-pattern="/MyWebServiceService" />

respectively.
Comment 1 Roderico Cruz 2008-04-11 17:51:25 UTC
If possible, kindly attach to this issuezilla the project where you can reproduce this. Thanks.
Comment 2 Milan Kuchtiak 2008-11-28 11:05:59 UTC
Right, the issue is reproducible.
Comment 3 Denis Anisimov 2010-10-27 07:34:47 UTC
The bug is incomplete.
Exact scenario of reproduction is required. 
Subject of the bug ( please attach project ) and exact steps for reproduce 
are required .

I change status to INCOMPLETE for now and will close is as wontfix without 
providing additional information.
Comment 4 Denis Anisimov 2010-11-17 13:53:59 UTC
No response from user.
Closing.