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 85231

Summary: IAE while renaming a service in the WSDL editor
Product: xml Reporter: Tim Lebedkov <lebedkov>
Component: ToolsAssignee: Nam Nguyen <nnguyen>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tim Lebedkov 2006-09-19 12:59:01 UTC
java.lang.IllegalArgumentException
	at
org.netbeans.spi.project.support.GenericSources$Group.contains(GenericSources.java:137)
	at
org.netbeans.modules.xml.refactoring.ui.util.AnalysisUtilities.findSourceGroup(AnalysisUtilities.java:179)
	at
org.netbeans.modules.xml.refactoring.ui.readers.WhereUsedReader.insertTargetComponent(WhereUsedReader.java:1211)
	at
org.netbeans.modules.xml.refactoring.ui.j.ui.RefactoringPanel$5.run(RefactoringPanel.java:703)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Vladimir Yaroslavskiy 2006-09-19 13:03:19 UTC
The bug is in xml module, not bpel.
Comment 2 Nam Nguyen 2006-09-23 18:11:37 UTC
This exception has been fixed as part of the fix for another bug.
Comment 3 Tim Lebedkov 2007-09-19 18:03:59 UTC
ok