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 249797 - wizard add metro dependency when active QoS options
Summary: wizard add metro dependency when active QoS options
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 01:10 UTC by hhf
Modified: 2015-04-08 20:35 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 hhf 2015-01-14 01:10:56 UTC
Build a maven project from archetype ear.
in ejb module create WS Soap
Try to modificate the QoS from the wizard : 
QoS features requeire METRO library to be present on classpath. Homeever, no METRO librairy was detected in your project or in your target  server.... Click yes for add...
I click but nothing append.
I try to add manually metro library by add maven dependency :
org.glassfish.metro {
webservices-tools
webservices-rt
webservices-extra
webservices-api
}
but the wizard doent detect the library.
Impossible to activate security in the serverand in the client too cause it doesnt show the options.

There is also the problems about the external schema.
I have to add jaxp.properties in jre/lib
javax.xml.accessExternalSchema = all
and in domain.xml
<jvm-options>-Djavax.xml.accessExternalSchema=all</jvm-options>
Comment 1 Petr Hejl 2015-04-08 09:50:54 UTC
Please specify precisely the steps to reproduce. I have tried to create the service but there is no QoS in the wizard. Also specify the server used for the project and Java EE profile.
Comment 2 Petr Hejl 2015-04-08 10:41:55 UTC
Ok its in the "Edit Web Service Attribute", right?
Comment 3 Petr Hejl 2015-04-08 10:48:34 UTC
The detection seems to be broken since webservices-rt 2.1 (2011).
Comment 4 Petr Hejl 2015-04-08 11:26:54 UTC
Should be fixed in web-main ad85e90e0bd5. Please verify.
Comment 5 hhf 2015-04-08 20:29:04 UTC
<<The detection seems to be broken since webservices-rt 2.1 (2011).>>
Maybe noone do WS securised...

Thank Petr for your time.
What do you mean by "Please verify in web-main ad85e90e0bd5"
I have to update my netbeans with something ?
How ?
Comment 6 Petr Hejl 2015-04-08 20:35:16 UTC
(In reply to hhf from comment #5)
> <<The detection seems to be broken since webservices-rt 2.1 (2011).>>
> Maybe noone do WS securised...
> 
> Thank Petr for your time.
> What do you mean by "Please verify in web-main ad85e90e0bd5"
> I have to update my netbeans with something ?
> How ?

If you want to check the fix (it would be great) just wait for the message about integration here and download and try the daily build. The message will be something like "Integrated into 'main-silver', will be available in build.....". It should take day or so.