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

Summary: Can't use jersey-client in maven application
Product: apisupport Reporter: Jaroslav Tulach <jtulach>
Component: MavenAssignee: Jesse Glick <jglick>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.