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 59053

Summary: I18N - Window title of "Configure Handers.." for Web Service is not i18ned
Product: webservices Reporter: hatakyon <hatakyon>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: CLOSED FIXED    
Severity: blocker CC: kfrank, mgrummich
Priority: P2 Keywords: I18N
Version: 4.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot of this issue

Description hatakyon 2005-05-19 10:02:44 UTC
Window title of "Configure SOAP Message Handlers" and  
"Select Message Handelr" for Web Service Reference are not i18ned.
These messages are not come from bundle file.

(see attached screeenshot, config_SOAP.png)
Comment 1 hatakyon 2005-05-19 10:04:59 UTC
Created attachment 22191 [details]
screenshot of this issue
Comment 2 hatakyon 2005-06-17 05:19:10 UTC
I fonund another hard-corded message..

websvc/core/src/org/netbeans/modules/websvc/core/client/actions/WebServiceClientActionGroup.java
        public String getName() {
                return "Web Service Client Resources";
        }



and

websvc/core/src/org/netbeans/modules/websvc/core/client/actions/InvokeOperationAction.java

DialogDescriptor descriptor = new DialogDescriptor(serviceExplorer, "Select
Operation to Invoke");
Comment 3 Lukas Jungmann 2005-09-09 12:00:52 UTC
This is at least P3, maybe P2 for I18N. Marku, what do you think?
Comment 4 Marek Grummich 2005-09-09 12:39:29 UTC
Should be definitely fixed from i18n point of view, P2. Thanks!
Comment 5 Milan Kuchtiak 2005-09-15 12:53:37 UTC
Fixed.

Diffs:
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/client/actions/Bundle.properties?r1=1.5&r2=1.6
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/client/actions/InvokeOperationAction.java?r1=1.20&r2=1.21
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/client/actions/WebServiceClientActionGroup.java?r1=1.4&r2=1.5
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/client/nodes/Bundle.properties?r1=1.1&r2=1.2
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/client/nodes/ConfigureHandlerCookieImpl.java?r1=1.3&r2=1.4
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/webservices/ui/Bundle.properties?r1=1.5&r2=1.6
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/webservices/ui/WebServiceNode.java?r1=1.20&r2=1.21
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/webservices/ui/panels/Bundle.properties?r1=1.4&r2=1.5
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/webservices/ui/panels/MessageHandlerPanel.java?r1=1.5&r2=1.6
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/webservices/ui/panels/SelectHandlerPanel.java?r1=1.2&r2=1.3
Comment 6 Lukas Jungmann 2005-11-10 11:34:13 UTC
v.