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 98797 - available web services not empty for a new java application
Summary: available web services not empty for a new java application
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 13:49 UTC by raharsha
Modified: 2007-03-23 14:30 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 raharsha 2007-03-23 13:49:29 UTC
I created a new java application project with a java class which has a main
method. In that I right click and say "web service client resources"->call web
service. Even though this new project does not have any web service client
references, it is allowing me to select some random web services.
Comment 1 Martin Grebac 2007-03-23 14:00:08 UTC
Reassigning to appropriate component and owner.
Comment 2 Lukas Jungmann 2007-03-23 14:11:23 UTC
It's not a bug, it's a feature... ;)

These "random" web services are taken from the project's (java se, ejb) you have
opened in the IDE which contains some ws clients. If you choose a client from
such "foreign" project then that project will be added to your project's
dependencies (libraries) instead of creating new client there.

Please reopen, if it does not work for you this way.
Comment 3 raharsha 2007-03-23 14:30:56 UTC
Thank you! that explains everything :) something to delight the user, unexpected
ease of use..