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 190317 - Can't use jersey-client in maven application
Summary: Can't use jersey-client in maven application
Status: RESOLVED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: Other Linux
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-12 20:06 UTC by Jaroslav Tulach
Modified: 2010-09-16 15:46 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 Jaroslav Tulach 2010-09-12 20:06:31 UTC
I am trying to use com.sun.jersey.jersey-client version 1.3 (which is packaged as OSGi bundle). It does not work, the system refuses to start this bundle.

The  problem is the '-' in the name of the bundle. Non-maven support replaces this character by '_'. Maven nbm plugin does not do that.
Comment 1 Jaroslav Tulach 2010-09-12 20:11:17 UTC
Also reported as
http://jira.codehaus.org/browse/MNBMODULE-96
Comment 2 Jesse Glick 2010-09-16 15:46:26 UTC
Fixed upstream, so should not be tracked here. I will update templates to request the latest plugin version whenever it is released.