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 124793 - ClassNotFoundException: org.netbeans.modules.xsl.scenario.FileXSLScenarioFactory
Summary: ClassNotFoundException: org.netbeans.modules.xsl.scenario.FileXSLScenarioFactory
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: XSL (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-07 07:23 UTC by Jiri Skrivanek
Modified: 2008-01-09 14:40 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 Jiri Skrivanek 2008-01-07 07:23:44 UTC
After commits to xml/xsl there is a test failure

Some instances cannot be created [ File
Plugins/XML/ScenarioFactories/org-netbeans-modules-xsl-scenario-FileXSLScenarioFactory.instance threw
java.lang.ClassNotFoundException: org.netbeans.modules.xsl.scenario.FileXSLScenarioFactory]

http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/xtest/instance/results/htmlresults/testreport-failures.html
Clean up xml/core
[The file was removed] 	1.9	xml/core/src/org/netbeans/modules/xml/core/cookies/ScenarioSupport.java
[The file was modified] 	1.43	xml/core/src/org/netbeans/modules/xml/core/XMLDataObject.java
[The file was removed] 	1.7	xml/core/src/org/netbeans/modules/xml/core/actions/ScenarioAction.java
[The file was removed] 	1.6	xml/core/src/org/netbeans/modules/xml/core/cookies/ScenarioData.java
[The file was modified] 	1.14	xml/xsl/src/org/netbeans/modules/xsl/XSLDataObject.java
[The file was modified] 	1.48	xml/xsl/src/org/netbeans/modules/xsl/grammar/XSLGrammarQuery.java
[The file was removed] 	1.4	xml/xsl/src/org/netbeans/modules/xsl/api/XSLScenario.java
Comment 1 Samaresh Panda 2008-01-07 15:01:39 UTC
Fix integrated.
/cvs/xml/xsl/src/org/netbeans/modules/xsl/resources/mf-layer.xml,v  <--  mf-layer.xml
new revision: 1.23; previous revision: 1.22
Comment 2 Jiri Skrivanek 2008-01-09 14:40:49 UTC
Verified.