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 - XSLT Service validator fails to run
Summary: XSLT Service validator fails to run
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 01:18 UTC by andyloh
Modified: 2009-03-26 23:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project used to verify (15.85 KB, application/octet-stream)
2009-03-26 23:51 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
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.