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 111773 - Secured WS not working at all > exceptions
Summary: Secured WS not working at all > exceptions
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-02 15:54 UTC by Andrey Yamkovoy
Modified: 2007-08-24 16:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
This exception throws while deploying WSC. (2.20 KB, text/plain)
2007-08-02 15:56 UTC, Andrey Yamkovoy
Details
This exception throws while executing servlet. (12.00 KB, text/plain)
2007-08-02 15:57 UTC, Andrey Yamkovoy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Yamkovoy 2007-08-02 15:54:54 UTC
Configuration:
JavaEE SDK: java_app_platform_sdk-5_03-fcs-bin-b23-windows-nojdk-26_jul_2007
NB: netbeans-6.0-nightly-200708011200-full-windows

Steps to reproduce:
- Create WebApplication 1, create WS in it.
- Enable AM security for WS with some profile and deploy WebApplication 1.
- Create WebApplication 2, create WSC in it.
- Create Servlet and add WS invocation code in it.
- Enable AM security for WSC with the same security profile as for WS.
- Deploy WebApplication 2 and run Servlet.
- Notice that servlet not invoked WS successfully and thows exceptions in the AS log.

See attachemnts for the exceptions stack trace.
Comment 1 Andrey Yamkovoy 2007-08-02 15:56:56 UTC
Created attachment 46072 [details]
This exception throws while deploying WSC.
Comment 2 Andrey Yamkovoy 2007-08-02 15:57:26 UTC
Created attachment 46073 [details]
This exception throws while executing servlet.
Comment 3 Peter Liu 2007-08-03 22:58:26 UTC
This might be due to some change to the ProviderConfig api. I need to download the latest ee sdk to confirm.
Comment 4 Peter Liu 2007-08-06 21:10:43 UTC
Fix checked in nb6 trunk:

IDE:-------------------------------------------------
IDE: [8/6/07 1:09 PM] Committing "ProviderConfigurator.java" started
Checking in ProviderConfigurator.java;
/cvs/identity/profileapi/src/org/netbeans/modules/identity/profile/api/configurator/ProviderConfigurator.java,v  <-- 
ProviderConfigurator.java
new revision: 1.7; previous revision: 1.6
done
IDE: [8/6/07 1:09 PM] Committing "ProviderConfigurator.java" finished

Comment 5 Jaroslav Pospisil 2007-08-24 16:39:40 UTC
VERIFIED