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

Summary: Regression – Encountered 'Failed to Introspect' when Adding Handler Chain for REST Filtering
Product: soa Reporter: Vitaly Bychkov <lativ>
Component: REST BCAssignee: Vitaly Bychkov <lativ>
Status: RESOLVED FIXED    
Severity: normal CC: lativ
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: sample projects

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.