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 123524 - Building BPEL project failed in validation with NoClassDefFoundError
Summary: Building BPEL project failed in validation with NoClassDefFoundError
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-06 00:10 UTC by Jeff Lin
Modified: 2008-04-10 14:27 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 Jeff Lin 2007-12-06 00:10:58 UTC
I am using NetBeans Sierra continuous build 415.
I simply created a BPEL project. After I saved and built the project. It failed with the following error

java.lang.NoClassDefFoundError
        at org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject.validateBPEL
(IDEValidateBPELProject.java:317)
        at org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject.loadAndValidateExistingBusinessProcess
(IDEValidateBPELProject.java:397)
        at org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject.processBpelFile
(IDEValidateBPELProject.java:291)
        at org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject.processBpelFiles
(IDEValidateBPELProject.java:251)
        at org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject.processFolder
(IDEValidateBPELProject.java:229)
        at org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject.processFileObject
(IDEValidateBPELProject.java:223)
        at org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject.processSourceDir
(IDEValidateBPELProject.java:218)
        at org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject.processSourceDirs
(IDEValidateBPELProject.java:213)
        at org.netbeans.modules.bpel.project.anttasks.IDEValidateBPELProject.execute(IDEValidateBPELProject.java:185)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
BUILD FAILED (total time: 0 seconds)
Comment 1 Vladimir Yaroslavskiy 2007-12-06 10:40:54 UTC
fixed in the latest build (>= 431).
Comment 2 Andrei Chistiakov 2008-04-10 14:27:50 UTC
Verified with NetBeans IDE 6.1 RC1 (Build 200804100130).