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 152145 - NoSuchMethodError: org.netbeans.modules.xml.xam.spi.Validator$ResultItem.setDescription(Ljava/lang/String;)V
Summary: NoSuchMethodError: org.netbeans.modules.xml.xam.spi.Validator$ResultItem.setD...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 09:33 UTC by Marian Mirilovic
Modified: 2008-11-02 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 115776


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-11-02 09:33:50 UTC
11 duplicates so far ...

Build: NetBeans IDE 6.1 (Build 200805290104) - Java CAPS Enabled
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows Vista, 6.0, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NoSuchMethodError: org.netbeans.modules.xml.xam.spi.Validator$ResultItem.setDescription(Ljava/lang/String;)V
        at org.netbeans.modules.bpel.validation.schema.Validator.validate(Validator.java:80)
        at org.netbeans.modules.xml.xam.spi.Validation.validate(Validation.java:96)
        at org.netbeans.modules.bpel.core.util.BPELValidationController$1.run(BPELValidationController.java:150)
        at java.util.TimerThread.mainLoop(TimerThread.java:512)
        at java.util.TimerThread.run(TimerThread.java:462)