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 186164 - Regression – Encountered 'Failed to Introspect' when Adding Handler Chain for REST Filtering
Summary: Regression – Encountered 'Failed to Introspect' when Adding Handler Chain for...
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: REST BC (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-14 13:41 UTC by Vitaly Bychkov
Modified: 2010-05-14 13:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample projects (1.83 MB, application/zip)
2010-05-14 13:42 UTC, Vitaly Bychkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2010-05-14 13:41:16 UTC
To reproduce:

1)Open attached REST projects (AmazonS3BpelModule and AmazonS3AuthFilter projects) in Netbeans;
2)Build projects.
3)Create a new Composite Application project and add the BPEL project to CA project.
4)Build the CA project.
5)Open the Service Assembly of the CA project via CASA editor.
6)Open the REST outbound port properties (RestoutboundWSDL_OutboundPort);
7)Open the Filter and Add a new handler Chain using the provided 'AmazonS3AuthFilter' project(choose AmazonS3AuthFilter project folder)

The next Error will occur:
"Failed to introspect. No class definition found: com/sun/jersey/api/client/filter/ClientFilter"
Comment 1 Vitaly Bychkov 2010-05-14 13:42:42 UTC
Created attachment 99008 [details]
sample projects
Comment 2 Vitaly Bychkov 2010-05-14 13:46:45 UTC
Fixed in trunk.