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 120725

Summary: NullPointerException at org.openide.filesystems.FileUtil.copyFile
Product: soa Reporter: Jiri Skrivanek <jskrivanek>
Component: XSLTAssignee: Vitaly Bychkov <lativ>
Status: VERIFIED FIXED    
Severity: blocker CC: lativ, ttran
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=10082
Issue Type: DEFECT Exception Reporter: 10082
Attachments: stacktrace

Description Jiri Skrivanek 2007-10-31 21:19:31 UTC
Build: NetBeans IDE Dev (Build 20071031141438)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b02
OS: Windows XP, 5.1, x86

User Comments: 
It started to happen in build #4215 (20071031110342) and it breaks UI validation tests. To reproduce:

- create SOA|XSLT Module
- create XML|Purchase Order Sample Schema
- create XML|WSDL Document
- create SOA|XSLT Service and the exception is thrown when you click Finish button.
Comment 1 Jiri Skrivanek 2007-10-31 21:19:40 UTC
Created attachment 52193 [details]
stacktrace
Comment 2 Vitaly Bychkov 2007-11-01 09:45:08 UTC
Fixed in trunk:

/cvs/enterprise/xslt/project/src/org/netbeans/modules/xslt/project/wizard/element/Iterator.java,v  <--  Iterator.java
new revision: 1.29; previous revision: 1.28
Comment 3 Sergey Lunegov 2007-11-01 10:19:49 UTC
*** Issue 120741 has been marked as a duplicate of this issue. ***
Comment 4 Jiri Skrivanek 2007-11-01 11:43:20 UTC
Verified.