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 105770 - AM security can not be enabled for WS in WebApp > exception
Summary: AM security can not be enabled for WS in WebApp > exception
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-05 16:41 UTC by Andrey Yamkovoy
Modified: 2007-08-24 16:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (1.69 KB, text/plain)
2007-06-05 16:42 UTC, Andrey Yamkovoy
Details
mac stack trace (java 1.5.0_07) (1.60 KB, application/octet-stream)
2007-06-08 23:42 UTC, tonybeckham
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Yamkovoy 2007-06-05 16:41:31 UTC
Steps to reproduce:
- Create WebApplication with WS and deploy it.
- Create another WebApplication and WSC in it.
- Create servlet in 2nd app and add WSC operation invocation code.
- Invoke context menu item "Edit Web Service Attributes" on WSC node.
- Enable AM security with some profile and press OK button.
- UnsupportedOperationException occurs(see attached stacktrace).
Comment 1 Andrey Yamkovoy 2007-06-05 16:42:07 UTC
Created attachment 43250 [details]
exception stack trace
Comment 2 tonybeckham 2007-06-08 23:40:12 UTC
Affects the identity samples, the web client cannot enable security.

Product Version: NetBeans IDE Dev (Build 200706070000) 
Java: 1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-87 
System: Mac OS X version 10.4.9 running on i386; MacRoman; en_US (nb) 
Userdir: /Users/tony/.netbeans/dev

Comment 3 tonybeckham 2007-06-08 23:42:14 UTC
Created attachment 43463 [details]
mac stack trace (java 1.5.0_07)
Comment 4 Peter Liu 2007-06-21 02:11:53 UTC
Fix checked into trunk.
Comment 5 Jaroslav Pospisil 2007-08-24 16:36:57 UTC
VERIFIED