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 101860 - Edit web service attributes: Replace "Project not supported" with something useful
Summary: Edit web service attributes: Replace "Project not supported" with something u...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 22:45 UTC by rdelaplante
Modified: 2007-08-28 03:26 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rdelaplante 2007-04-19 22:45:12 UTC
From ticket #94887 :

---
I recommend that the security tab's "Project not supported" text be
changed to explain why the it is not available, and what can be done to make it
available. 
---

When I first open my IDE (5.5.1 RC1 on XP) and get to the web service
attributes' security tab of one of my services, it tells me "Project not
supported".  I have no clue why.  I close it, wait a few seconds and now the it
shows up.  Maybe it should tell me that it takes a few moments to detect
security availability after the IDE has started up.

When I'm working with a web service client, instead of "Project not supported",
tell me that I need to use the @WebService ref attribute and how to get it into
my project.  Remind me that this can only be done in servlets or EJBs. 

Tell me any other useful information so that I can make the screen available.
Comment 1 rdelaplante 2007-08-28 03:26:11 UTC
Hey this really should be done if it has not been done already.  "Project not supported" does not tell the developer why
the screen is disabled.  It should tell the developer that they need to have an @WebService or @WebServiceRef attribute
in an EJB or Servlet for the screen to be available.