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 206528 - Servlet API not on classpath if WebLogic installed to custom folder
Summary: Servlet API not on classpath if WebLogic installed to custom folder
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 11:29 UTC by Jiri Skrivanek
Modified: 2014-01-24 13:15 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 Jiri Skrivanek 2011-12-19 11:29:57 UTC
It is not possible to compile web project with servlet, if WebLogic server is installed to non default location. To reproduce:

- install WebLogic 12.1.1 server to C:\wlserver_12.1 folder while main install folder is C:\appServers\WebLogic12.1.1
- register WebLogic server to IDE
- create web project
- add servlet to project but it is not possible to compile it because servlet API is not in project libraries. Under "Libraries|Oracle WebLogic Server" there is only weblogic.jar, api.jar, javax.persistence_2.0.0.0_2-0.jar and wls-api.jar

Product Version: NetBeans IDE Dev (Build 201112180600)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 Petr Hejl 2012-03-28 15:00:36 UTC
Fixed in web-main 01c1a2c6c409.
Comment 2 kimsp 2014-01-24 12:53:30 UTC
I am experiencing this in 8.0 beta
Comment 3 kimsp 2014-01-24 12:54:38 UTC
Check for instance bug http://statistics.netbeans.org/analytics/exception.do?id=708547
Comment 4 Petr Hejl 2014-01-24 12:59:00 UTC
Wrong issue reopened. This imo belong to bug #240696 which seems to be fixed after beta.