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 95288 - JAX-WS 2.0 module should be public
Summary: JAX-WS 2.0 module should be public
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 15:29 UTC by gborkowski
Modified: 2009-09-16 13:40 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gborkowski 2007-02-12 15:29:45 UTC
JAX-WS 2.0 module is accessible only to friends at this moment. From my point of
view it should be public. I'm building application based on NBPlatform, running
on Java 5, that needs to call webservices. Since it is Java5, I need to add
external library for JAX-WS 2.0. The simplest solution would be to add
dependency on JAX-WS 2.0, since it delivers all necessary libraries (instead of
crating own library wrapper module and reproducing existing functionality).
But at this moment it is complicated, because JAX-WS 2.0 module is not public.
Why not make it public so?
Comment 1 gborkowski 2007-02-18 23:16:16 UTC
Also I noticed today, that it is not webstartable - JNLP build throws exception
"Cannot build JNLP for module
C:\opt\netbeans-5.5\ide7\modules\org-netbeans-modules-websvc-jaxws20.jar as
these files are in module's NBM, but are not referenced from any path..."

I'm not sure what criteria a module should pass to be webstartable and the
message above is magic for me (what does it say? is not referenced from any path
- so what?), but I really need it for Web Start application, so please make it
webstartable.
(perhaps making it public will solve this problem automatically?)
Comment 2 jsnel 2009-09-16 13:40:19 UTC
I ran into the same issue

/usr/share/netbeans/harness/jnlp.xml:173: Cannot build JNLP for module
/usr/share/netbeans/java2/modules/org-netbeans-modules-websvc-jaxws21.jar as these files are in module's NBM, but are
not referenced from any path:
[docs/jaxws-2_1-api-doc.zip]

Perhaps these warning messages that I see when I build my application are somehow related?

warning: [path] bad path element "/usr/share/netbeans/ide10/modules/ext/jaxb/jaxb-api.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/ide10/modules/ext/jaxb/jsr173_1.0_api.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/ide10/modules/ext/jaxb/jaxb1-impl.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/jaxws-api.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/jsr181-api.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/jsr250-api.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/saaj-api.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/activation.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/jsr173_api.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/jaxb-api.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/jaxb-impl.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/stax-utils.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/jaxb-xjc.jar": no such file or directory
warning: [path] bad path element "/usr/share/netbeans/java2/modules/ext/jaxws21/relaxngDatatype.jar": no such file or
directory

This problem occurs under both Linux and Windows, with Netbeans 5.5, 6.1, 6.5 and 6.7 even.