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 111726 - I18N - In/Out buttons are not working if WS operation has mbyte in its name
Summary: I18N - In/Out buttons are not working if WS operation has mbyte in its name
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: bhate
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-08-02 12:34 UTC by kaa
Modified: 2007-10-04 19:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (61.75 KB, image/jpeg)
2007-08-02 12:37 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-08-02 12:34:21 UTC
build 0727, ja_JP

1. Create Web App
2. Add Web Service
3. Open Design view then add an operation using ja_JP chars in its name
4. Press In button
5. Press Out button

Steps 4 and 5 takes no effect.
The same behavior on Solaris 10, ja locale (not utf8) and XP, en_US.
Comment 1 kaa 2007-08-02 12:37:27 UTC
Created attachment 46053 [details]
image
Comment 2 bhate 2007-08-02 18:18:48 UTC
I am not very sure if you can have name of an operation in language other than english.
Rico, is it ok to have operation name localized? I mean does the web service standard allows it?
If yes I need to take care of that in messages widget.
Comment 3 Roderico Cruz 2007-08-02 18:36:39 UTC
I don't know off hand. Let me find out.
Comment 4 bhate 2007-08-10 18:06:43 UTC
*** Issue 109534 has been marked as a duplicate of this issue. ***
Comment 5 bhate 2007-08-17 23:19:26 UTC
The issue was in java model where we were using ByteArrayOutputStream.toString().getBytes(), we should use
ByteArrayOutputStream.toByteArray() to handle multibyte chars.
Comment 6 kaa 2007-10-04 19:10:39 UTC
verified: build 0927