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 - I18N - Window title of "Configure Handers.." for Web Service is not i18ned
Summary: I18N - Window title of "Configure Handers.." for Web Service is not i18ned
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-05-19 10:02 UTC by hatakyon
Modified: 2006-03-24 12:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of this issue (27.15 KB, image/png)
2005-05-19 10:04 UTC, hatakyon
Details

Note You need to log in before you can comment on or make changes to this bug.
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.