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 114043 - QoS settings are not being remembered
Summary: QoS settings are not being remembered
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 18:34 UTC by Lukas Jungmann
Modified: 2007-09-10 16:44 UTC (History)
4 users (show)

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 Lukas Jungmann 2007-08-28 18:34:01 UTC
Product Version         = NetBeans IDE Dev (Build 200708270201)
Operating System        = SunOS version 5.10 running on x86
Java; VM; Vendor        = 1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-b03; S un Microsystems Inc.

-create new web project
-create new web service there
-add some operation to it
-check MTOM in QoS part
-deploy the project and check its WSDL file

=> the web service does not optimize transfer of binary data; MTOM is not checked if you open Edit WS attrs dialog using
Advanced button in the designer

Workaround is to enable MTOM directly in Edit WS Attrs dialog
Comment 1 bhate 2007-08-29 19:25:10 UTC
This looks like issue in wsit.
Checking the box on designer is calling config.set. However the wsdl is not getting updated.
assigning to martin.
Comment 2 Martin Grebac 2007-08-31 10:40:31 UTC
Sorry for reassigning back. setXXx method is called, but the wsit configuration providers are created with an instance
of Service which returns null for getPortName, getServiceName which is not correct.
Comment 3 Lukas Jungmann 2007-09-06 11:00:22 UTC
This looks to me like you're playing a ping-pong game here, guys :)

Anyway, can I ask you to fix this ASAP (for beta1), since the part of the new feature we want to get feedback on during
the upcoming netcat program is broken?

Thanks.
Comment 4 Martin Grebac 2007-09-06 12:59:21 UTC
I'll fix it today.
Comment 5 Martin Grebac 2007-09-06 15:00:32 UTC
Fixed in trunk:

IDE:-------------------------------------------------
IDE: [9/6/07 4:00 PM] Committing "WSITModelSupport.java" started
Checking in WSITModelSupport.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/wsdlmodelext/WSITModelSupport.java,v  <-- 
WSITModelSupport.java
new revision: 1.26; previous revision: 1.25
done
IDE: [9/6/07 4:00 PM] Committing "WSITModelSupport.java" finished
Comment 6 Lukas Jungmann 2007-09-06 16:40:07 UTC
v. in trunk (hudson #3075), feel free to commit the fix to beta1 branch
Comment 7 Martin Grebac 2007-09-06 16:44:48 UTC
Fixed in beta1 branch:
IDE: [9/6/07 5:44 PM] Committing "WSITModelSupport.java" started
Checking in WSITModelSupport.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/wsdlmodelext/WSITModelSupport.java,v  <-- 
WSITModelSupport.java
new revision: 1.25.2.1; previous revision: 1.25
done
Comment 8 Lukas Jungmann 2007-09-07 07:02:56 UTC
the build with the fix is not ready yet :(

Jarda, can I ask you to verify this in the latest available beta1 build (should be at least #200709070000), please?
Thanks.
Comment 9 Lukas Jungmann 2007-09-10 16:44:30 UTC
v. in beta1