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 147943 - Need to autodetect jsr311/jersey installation in the appserver
Summary: Need to autodetect jsr311/jersey installation in the appserver
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 00:32 UTC by Peter Liu
Modified: 2008-10-07 06:00 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 Peter Liu 2008-09-23 00:32:21 UTC
With the 1.0 version of jsr311/jersey fast approaching, we need to implement auto-detection of jsr311/jersey libraries
installed in the appserver, e.g., glassfish. Since jsr311/jersey is not going to be bundled with glassfish and is only
available on glassfish's update center, we still need to keep the current behavior of using the libraries bundled with
NetBeans if they are not installed in glassfish.

I've discussed this with Rico and we agreed we should implement the new wsstack api instead of using some ad hoc approach. 

I am assigning this Rico.
Comment 1 Roderico Cruz 2008-10-06 18:00:54 UTC
Added the WSStack implementation for JAXRS as well as its use in determining the presence of the library in the app
server. This can be tested when JAXRS 1.0 comes out and the GF download becomes available.
Comment 2 Quality Engineering 2008-10-07 06:00:40 UTC
Integrated into 'main-golden', will be available in build *200810070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/38bb65037955
User: rcruz@netbeans.org
Log: #147943 Need to autodetect jsr311/jersey installation in the appserver