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 162977

Summary: Encountered NullPointerException While Creating XSLT Service With Ref WSDL
Product: soa Reporter: rpoon <rpoon>
Component: XSLTAssignee: Vitaly Bychkov <lativ>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: project files, message log, and screen shot files

Description rpoon 2009-04-17 18:50:21 UTC
Build: \\thumper\50builds\gfesb\v2.1\main\nightly\20090417-0722

When creating a XSLT Service, if an referenced WSDL is used, the NPN will then occur.

To reproduce:

1)Open the attached BPEL and XSLT projects.
2)From the XSLT project, make sure to reference the BPEL project from the project properties (the existing project 
already has this reference, but make sure that it is still valid. If not, re-reference it).
3)Create a new XSLT Service with service bridge with:
We implement:	XSLT_WSDLOperation
We call: invokedbpelOperation (from a referenced WSDL of BPEL project)
The NPE will then occur.

(see attached projects,message log and the screen shots files)
Comment 1 rpoon 2009-04-17 18:52:24 UTC
Created attachment 80386 [details]
project files, message log, and screen shot files
Comment 2 Vitaly Bychkov 2009-04-20 04:49:04 UTC
Fixed in soia-dev65.
http://hg.netbeans.org/soa-dev65/rev/31238ebbb761
Comment 3 rpoon 2009-04-24 17:24:24 UTC
Verified with build: \\thumper\50builds\gfesb\v2.1\gfesbv21\nightly\20090423-1653

User now can create XSLT service with reference WSDL. The project also deploys fine.  However, it fails at deployment 
time. (The deployment problem with XSLT project using WSDL reference has been previously reported in ticket 162869)

This ticket can now be closed.