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 132784 - web app has not glassfish jars in libraries
Summary: web app has not glassfish jars in libraries
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
: 132823 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-14 15:55 UTC by Radim Roska
Modified: 2008-04-15 04:52 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 Radim Roska 2008-04-14 15:55:08 UTC
Product Version: NetBeans IDE Dev (Build 080414)
Java: 1.6.0_10-ea; Java HotSpot(TM) Client VM 1.6.0_10-ea-b07
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)

+ 

glassfish-v3-preview2-b09

they have changed structure of jars in glassfish_home/modules little bit. e.g. servlet-api is
../modules/web/javax.javaee-10.0-SNAPSHOT.jar

but anyway problem is that newly created web project has no server jars on classpath.

When i tried to reproduce this on glassfish downloaded with gfv3 plugin libraries are fine. It may be connected to
situation in GF_HOME/modules - which differs quite a lot.
Comment 1 _ pcw 2008-04-15 00:33:06 UTC
*** Issue 132823 has been marked as a duplicate of this issue. ***
Comment 2 _ pcw 2008-04-15 00:34:56 UTC
As noted, packaging of the javaee jar in V3 changed.  Notably, it is no longer a wrapper jar w/ a Class-Path entry (by
which we populated the classpath of web apps).  Now it is single jar encapsulating all api's.  So I have to upgrade the
plugin to handle this case.

Fix pending.
Comment 3 _ pcw 2008-04-15 04:52:54 UTC
Fixed in 0.1.2 version of V3 modules.