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 83387 - NoSuchMethodError after any change
Summary: NoSuchMethodError after any change
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@soa
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-08-24 14:20 UTC by Mikhail Kondratyev
Modified: 2006-08-29 10:21 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 Mikhail Kondratyev 2006-08-24 14:20:23 UTC
Steps to reproduce:
 - create a Sync sample process
 - create a variable of some WSDL message type
 - wait a bit, exception will be thrown:
java.lang.NoSuchMethodError:
org.netbeans.modules.xml.xam.spi.Validator$ResultItem.<init>(Lorg/netbeans/modules/xml/xam/spi/Validator;Lorg/netbeans/modules/xml/xam/spi/Validator$ResultType;Ljava/util/Collection;Ljava/lang/String;)V
	at
org.netbeans.modules.bpel.model.validation.staticanalysis.BPELStaticAnalysisHelper.addError(BPELStaticAnalysisHelper.java:834)
	at
org.netbeans.modules.bpel.model.validation.staticanalysis.BPELStaticAnalysisHelper.addError(BPELStaticAnalysisHelper.java:841)
	at
org.netbeans.modules.bpel.model.validation.staticanalysis.BPELStaticAnalysisHelper.addError(BPELStaticAnalysisHelper.java:846)
	at
org.netbeans.modules.bpel.model.validation.staticanalysis.BPELStaticAnalysisHelper.checkInputOutputVariableOperation(BPELStaticAnalysisHelper.java:795)
	at
org.netbeans.modules.bpel.model.validation.staticanalysis.BPELStaticAnalysisVisitor.visit(BPELStaticAnalysisVisitor.java:243)
	at org.netbeans.modules.bpel.model.impl.InvokeImpl.accept(InvokeImpl.java:448)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:244)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.acceptChildren(BpelEntityImpl.java:371)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:245)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.acceptChildren(BpelEntityImpl.java:371)
	at
org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:245)
	at
org.netbeans.modules.bpel.model.validation.AbstractValidator.validate(AbstractValidator.java:68)
	at org.netbeans.modules.xml.xam.spi.Validation.validate(Validation.java:73)
	at
org.netbeans.modules.bpel.core.validation.BPELValidationController$1$1.call(BPELValidationController.java:169)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl.invoke(BpelModelImpl.java:265)
	at
org.netbeans.modules.bpel.core.validation.BPELValidationController$1.run(BPELValidationController.java:183)
	at java.util.TimerThread.mainLoop(Timer.java:512)
[catch] at java.util.TimerThread.run(Timer.java:462)
Comment 1 Mikhail Kondratyev 2006-08-24 14:24:10 UTC
Actually, this can be reproduced after any change that causes validator to run
For example just create new Sync project and reorder some elements
Comment 2 Mikhail Kondratyev 2006-08-24 14:24:46 UTC
Tested with build from 2006.08.22
Comment 3 Mikhail Kondratyev 2006-08-24 15:17:07 UTC
Bad combination of NB and Ent pack builds caused this regression
Comment 4 Mikhail Kondratyev 2006-08-29 10:21:52 UTC
Verified with build from 06.08.25