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 171382 - Java EE APIs not on classpath for WebLogic EJB projects
Summary: Java EE APIs not on classpath for WebLogic EJB projects
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-03 10:29 UTC by Petr Jiricka
Modified: 2009-09-07 17:05 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 Jiricka 2009-09-03 10:29:02 UTC
1. Register WebLogic 10.3.1 in the IDE
2. Create a EJB project (Java EE 5) against this server
3. Create a new Java class
4. Type import javax. and call code completion - javax.ejb is  not on classpath. Also when you expand the Libraries node
of the project and the WebLogic subnode, Java EE APIs are not present anywhere under the registered jar files.
Comment 1 Petr Hejl 2009-09-04 14:00:00 UTC
Fixed in web-main 408e0715aee7.

The weblogic.jar has been splitted into many small jars. Please verify.
Comment 2 Quality Engineering 2009-09-07 17:05:20 UTC
Integrated into 'main-golden', will be available in build *200909071104* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/408e0715aee7
User: phejl@netbeans.org
Log: #171382 Java EE APIs not on classpath for WebLogic EJB projects