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 156314

Summary: XSLT Service validator fails to run
Product: soa Reporter: andyloh <andyloh>
Component: XSLTAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Project used to verify

Description andyloh 2009-01-06 01:18:54 UTC
GFESB (20090105-0707) on Windows Vista.  When I attempted to validate an XSLT Service, nothing happened after "XML
validation started." appeared in the Output window.  The error icon appeared at the lower right corner.  The following
exception appeared:

java.lang.NoSuchMethodError:
org.netbeans.modules.xml.validation.ValidationOutputWindowController.validate(Lorg/netbeans/modules/xml/xam/Model;Z)Ljava/util/List;
	at org.netbeans.modules.soa.validation.core.Controller.doValidation(Controller.java:231)
	at org.netbeans.modules.soa.validation.core.Controller.runValidation(Controller.java:123)
	at org.netbeans.modules.xslt.core.XSLTDataEditorSupport.validateXML(XSLTDataEditorSupport.java:333)
	at org.netbeans.modules.xml.tools.actions.ValidateAction$RunAction.run(ValidateAction.java:123)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 andyloh 2009-01-06 01:19:34 UTC
Keyword NO65 added.
Comment 2 Sergey Lunegov 2009-01-12 11:03:30 UTC
Vladimir, please look at this.
Comment 3 Vladimir Yaroslavskiy 2009-01-13 08:32:09 UTC
The problem is that the installer of GlassFish ESB doesn't contain the new version
of the module xml.validation. The installer will be fixed.
Comment 4 Vladimir Yaroslavskiy 2009-01-15 10:10:08 UTC
fixed.
Comment 5 rpoon 2009-03-26 23:51:43 UTC
Created attachment 78952 [details]
Project used to verify
Comment 6 rpoon 2009-03-26 23:53:56 UTC
Verified with GFESB v2.1 build: \\thumper\50builds\gfesb\v2.1\main\nightly\20090325-0724

Created the attached project and verified that the reported 'java.lang.NoSuchMethodError' no longer occur during XSLT 
Service validation.