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 65733 - EJB Classes aren't on test classpath
Summary: EJB Classes aren't on test classpath
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-10-03 16:06 UTC by Petr Blaha
Modified: 2005-11-04 13:20 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 Petr Blaha 2005-10-03 16:06:47 UTC
[build 20050928]
Steps:
1) create EJB module with one bean
2) select node that represents impl class for this bean
3) invoke Tools -> Create JUnit test
ERROR:
bean's classes aren't on test classpath
Comment 1 Andrei Badea 2005-10-04 15:48:44 UTC
Fixed.

Checking in
src/org/netbeans/modules/j2ee/ejbjarproject/queries/CompiledSourceForBinaryQuery.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/queries/CompiledSourceForBinaryQuery.java,v
 <--  CompiledSourceForBinaryQuery.java
new revision: 1.8; previous revision: 1.7
done
RCS file:
/cvs/j2ee/ejbjarproject/test/unit/src/org/netbeans/modules/j2ee/ejbjarproject/queries/CompiledSourceForBinaryQueryTest.java,v
done
Checking in
test/unit/src/org/netbeans/modules/j2ee/ejbjarproject/queries/CompiledSourceForBinaryQueryTest.java;
/cvs/j2ee/ejbjarproject/test/unit/src/org/netbeans/modules/j2ee/ejbjarproject/queries/CompiledSourceForBinaryQueryTest.java,v
 <--  CompiledSourceForBinaryQueryTest.java
initial revision: 1.1
done
Comment 2 Petr Blaha 2005-11-04 13:20:12 UTC
[build 20051103]