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 190534 - GlassFish Library is incorrect for GlassFish 3.1 development builds
Summary: GlassFish Library is incorrect for GlassFish 3.1 development builds
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 20:08 UTC by ievans
Modified: 2010-09-27 17:10 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 ievans 2010-09-22 20:08:53 UTC
The Java-EE-GlassFish-v3 library doesn't include the JAX-RS core classes, causing compilation and editor errors in the Java EE Tutorial examples.

If you look at the JARs listed in Java-EE-GlassFish-v3, it doesn't include jersey-core.jar. That's the JAR file that contains the javax.ws.rs.* classes, interfaces, and annotations.

I believe Jersey changed the JAR file names between GlassFish 3.0 and the integration in 3.1. The library should just include all the JAR files in .../glassfish/modules and .../glassfish/modules/endorsed and not have to keep track of every change that occurs in the packaging.

Marking as a high priority bug, as 6.9.1 is a released product, and users will want to use it with GlassFish 3.1 builds.
Comment 1 Vince Kraemer 2010-09-23 15:46:56 UTC
Thanks for the info on the jar file changes.

Which examples from the tutorial are failing?
Comment 2 Quality Engineering 2010-09-25 02:57:54 UTC
Integrated into 'main-golden', will be available in build *201009250000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cc88ec2b5631
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #190534: missing jars for JAX-RS develoopment in the server library