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 98277 - ClassNotFoundException while refactoring in wsdl editor
Summary: ClassNotFoundException while refactoring in wsdl editor
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
: 98387 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-20 01:50 UTC by Shivanand Kini
Modified: 2008-01-30 14:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shivanand Kini 2007-03-20 01:50:14 UTC
Following exception is thrown, while invoking refactoring in wsdl editor.
The class entry in meta-inf services should be removed if the
WSITRefactoringFactory does not implement RefactoringPluginFactory.

WARNING [org.openide.util.lookup.MetaInfServicesLookup]
java.lang.ClassNotFoundException:
org.netbeans.modules.websvc.wsitconf.refactoring.WSITRefactoringFactory not a
subclass of org.netbeans.modules.refactoring.spi.RefactoringPluginFactory
[catch] at
org.openide.util.lookup.MetaInfServicesLookup.search(MetaInfServicesLookup.java:261)
	at
org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:102)
	at org.openide.util.lookup.AbstractLookup$R.beforeLookup(AbstractLookup.java:1016)
	at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:562)
	at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:427)
	at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:400)
	at
org.netbeans.modules.refactoring.api.AbstractRefactoring.getPlugins(AbstractRefactoring.java:103)
	at
org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPreCheck(AbstractRefactoring.java:297)
	at
org.netbeans.modules.refactoring.api.AbstractRefactoring.preCheck(AbstractRefactoring.java:154)
	at
org.netbeans.modules.refactoring.api.AbstractRefactoring.fastCheckParameters(AbstractRefactoring.java:211)
	at
org.netbeans.modules.refactoring.api.AbstractRefactoring.checkParameters(AbstractRefactoring.java:193)
	at
org.netbeans.modules.xml.refactoring.spi.SharedUtils.refactor(SharedUtils.java:309)
	at
org.netbeans.modules.xml.refactoring.spi.SharedUtils.doQuietRefactor(SharedUtils.java:472)
	at
org.netbeans.modules.xml.refactoring.spi.SharedUtils.locallyRenameRefactor(SharedUtils.java:462)
Comment 1 Martin Grebac 2007-03-20 10:08:47 UTC
Fixed. Sorry, forgot to disable this while merging from 551.
Comment 2 Martin Grebac 2007-03-20 18:51:46 UTC
*** Issue 98387 has been marked as a duplicate of this issue. ***
Comment 3 Jaroslav Pospisil 2008-01-30 14:29:30 UTC
v.