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 196468 - Use server bundled Jersey library for GF3.1
Summary: Use server bundled Jersey library for GF3.1
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.0.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on: 196469
Blocks: 196466
  Show dependency tree
 
Reported: 2011-03-09 08:29 UTC by Denis Anisimov
Modified: 2011-07-12 07:39 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 Denis Anisimov 2011-03-09 08:29:21 UTC
This is one of the existed problem described in the issue #196127 .

Steps to reproduce :
- Create Web Project with GF3.1 target server.
- Create RESTful from DB.
- Choose "Add Jersey libraries into the project classpath".
- Look at the project classpath after RESTul WS will be generated .

The project classpath contains NB bundled Jersey library instead of jar files 
bundled with GF3.1 server :
jackson-core-asl.jar
jackson-jaxrs.jar
jackson-mapper-asl.jar
jersey-client.jar
jersey-core.jar
jersey-gf-server.jar
jersey-json.jar
jersey-multipart.jar
jettison.jar
mimepull.jar

This behavior differs from behavior for GF3.0 target server.
Project classpath contains restlib_gfv3 library in case of GF3.0.
The latter library contains J2EE server bundled jars.
Comment 1 Denis Anisimov 2011-05-11 17:36:28 UTC
This bug is fixed along with issue #196469 for now.
web-main#193137:7611400663d7