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 149699 - sun dd editor doesn't show endpoint panel for web services in web apps
Summary: sun dd editor doesn't show endpoint panel for web services in web apps
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks: 149420
  Show dependency tree
 
Reported: 2008-10-10 02:27 UTC by _ pcw
Modified: 2009-02-19 23:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch (767 bytes, text/plain)
2008-10-10 02:32 UTC, _ pcw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2008-10-10 02:27:11 UTC
The web service endpoint panel is not being displayed for web services in web applications.  The reason is that the
auto-generated servlet owning a web service is named "WSServlet_[port_name]", but the code is not taking this into
account and cannot find match up the endpoints correctly.

Easy to fix and leaving it unfixed makes it harder to secure endpoints (no easy access to security dialog).
Comment 1 _ pcw 2008-10-10 02:32:13 UTC
Created attachment 71518 [details]
Patch
Comment 2 _ pcw 2008-10-17 22:43:27 UTC
There also appear to be some issues with annotation scanner not being up to date, so while this patch fixes the matching
issue, that only resolves the problem in the case where the annotation scanner is accurately reflecting what's in the code.
Comment 3 Quality Engineering 2008-10-22 15:43:38 UTC
Integrated into 'main-golden', will be available in build *200810221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0838633e4885
User: pcw@netbeans.org
Log: #149699 fixed bug where endpoint panel in sun-web.xml editor was not being displayed for web services in a web app.
Comment 4 _ pcw 2008-10-23 00:32:36 UTC
Fixed in trunk.