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 95050 - Test testGetActionPath and testGetActionFormBeanName fails due NoClassDefFound
Summary: Test testGetActionPath and testGetActionFormBeanName fails due NoClassDefFound
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavlo Tymoshenko
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-02-09 10:06 UTC by Petr Pisl
Modified: 2007-08-21 17:09 UTC (History)
1 user (show)

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 Petr Pisl 2007-02-09 10:06:32 UTC
Both test fail due to the exception
java.lang.NoClassDefFoundError:
org/netbeans/modules/editor/lib2/search/EditorFindSupport
	at org.netbeans.editor.FindSupport.addPropertyChangeListener(FindSupport.java:176)
	at org.netbeans.editor.BaseDocument.<init>(BaseDocument.java:319)
	at
org.netbeans.modules.web.struts.editor.StrutsEditorUtilitiesTest.createBaseDocument(StrutsEditorUtilitiesTest.java:148)
	at
org.netbeans.modules.web.struts.editor.StrutsEditorUtilitiesTest.testGetActionPath(StrutsEditorUtilitiesTest.java:56)
Comment 1 Petr Pisl 2007-08-03 10:22:57 UTC
fixed in the trunk.
/cvs/web/struts/nbproject/project.xml,v  <--  project.xml
new revision: 1.13; previous revision: 1.12
Comment 2 Petr Pisl 2007-08-06 10:56:37 UTC
Reopening the test are failing again.
Comment 3 Petr Pisl 2007-08-10 15:32:58 UTC
Pavel, I think this is connected with the classpath for tests.
Comment 4 Pavlo Tymoshenko 2007-08-16 15:31:49 UTC
tell me please how to repro this issue. I've checked Hudson, on last build there are only 3 failed tests. None of them
is  related to this issue.  I run tests manually and I didn't found any NoClassDefFoundErrors.
Comment 5 Pavlo Tymoshenko 2007-08-17 10:32:25 UTC
can't reproduce
Comment 6 Petr Pisl 2007-08-21 17:09:46 UTC
This was probably fixed by my first commit, but reflected by the xtest infrastructure later.