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 144120 - [65cat]WebService file Icon is replaced by Java Class file Icon in Project
Summary: [65cat]WebService file Icon is replaced by Java Class file Icon in Project
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-08-15 21:00 UTC by rajivderas
Modified: 2010-10-28 10:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
DataboundComponents Project (5.93 MB, application/x-compressed)
2008-08-15 21:09 UTC, rajivderas
Details
144120 Screen Shot (118.89 KB, image/png)
2008-08-15 21:10 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-08-15 21:00:32 UTC
Steps to reproduce:
1) Open the attached Tutorial Project (DataboundComponents) in Project explorer
2) In the "Source Packages" node their is a package named "databoundcomponents.services" with three webservice files
3) In the package mentioned in step 2 create a new web service 
4) After creation look at the webservice icon has changed to a java class file icon.

If you close the package and re-open it it will show the webservices with the correct icon but if you create another
webservice the icon issues will start again. This scenario doesn't always happen but it happens once in a while and 
thats why I have attached the project with this bug.


Dev Build 200808141419
JDK 6 Update 10
Comment 1 rajivderas 2008-08-15 21:09:12 UTC
Created attachment 67579 [details]
DataboundComponents Project
Comment 2 rajivderas 2008-08-15 21:10:16 UTC
Created attachment 67580 [details]
144120 Screen Shot
Comment 3 rajivderas 2008-08-15 21:21:11 UTC
Special Note:
Make sure to open and expand the "databoundcomponents.services" package node and then follow the steps given .
If you create webservices without expanding the above package node when you expand that package node after creation will
show you the correct icon but if you create webservice when the above package node is expanded then youll find the bug.I
think their is a icon refresh problem in the node tree.
Comment 4 Milan Kuchtiak 2008-08-25 10:23:05 UTC
Thanks for very detailed steps to reproduce.
Yes, the behaviour is easily reproducible and doesn't depend on OS nor on JDK version.
Caused by Web Service data object that is "overlapped" by Java data object 
Comment 5 Milan Kuchtiak 2008-11-20 14:29:00 UTC
Cannot be reproduced any more with latest builds.
Now the JaxWsDataObject is recognized prior to JavaDataObject.
Comment 6 rajivderas 2008-11-20 14:35:35 UTC
it doesnt workforme
Comment 7 Milan Kuchtiak 2008-11-20 14:40:49 UTC
OK,

I tested this with latest builds (081119). May be it's really a random behaviour.
Even I used the attached project, and I also asked the Quality Engineer to test it.
We found no problem.

Nevertheless, I believe that the issue still exists. Thanks.
Comment 8 Denis Anisimov 2010-10-28 10:43:36 UTC
Cannot reproduce.