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 55690 - I18N - mb chars is missing under Web Service References node
Summary: I18N - mb chars is missing under Web Service References node
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-03-01 14:21 UTC by Marek Grummich
Modified: 2006-03-24 13:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (158.01 KB, image/gif)
2005-03-01 14:21 UTC, Marek Grummich
Details
Exception.txt (4.00 KB, text/plain)
2005-03-01 14:21 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-03-01 14:21:00 UTC
Build 200502281900, jdk1.5.0_02
- create a new Web Application1 (WebApplication1)
- create a new Web Service (TestWebService;
package abc) 
- add a new operation (public String
operationA(String aaa)) to the TestWebService
- add a new operation with mb chars (public String
operation<MBChars>(String aaa)) to the TestWebService
- deploy WebApplication1 to SJS App Server
- add TestWebService to the registry 
- switch to the Runtime tab 
- invoke Test Operation operation<MBChars> (OK)
- restart IDE (same userdir, don't forget to start
appserv)
- invoke New->Web Service Client on Web Service
References
- fill required items (e.g.
http://localhost:8080/WebApplication1/TestWebService?WSDL,
abc package)
- expand whole Web Service References node in the
project view 
- there is a difference between Web Service and
Web Service References nodes (look at attachment
screen.gif); mb chars is missing
- if Test operation is invoked on Web Service
References, TestWebServiceSEIPort,
operation<missingMB> the attached exception is thrown
Comment 1 Marek Grummich 2005-03-01 14:21:23 UTC
Created attachment 20587 [details]
screenshot
Comment 2 Marek Grummich 2005-03-01 14:21:56 UTC
Created attachment 20588 [details]
Exception.txt
Comment 3 _ pcw 2005-03-14 06:14:13 UTC
1) QA: Please retest this bug, there have been changes in this area that might
have fixed it.  I was unable to reproduce it in a similar scenario (running
Japanese locale, btw).
2) If it still happens, what is the locale of the system it's running on?
3) *DO NOT* place the web service client in the same web application as the web
service that it is calling.  This is not valid for JSR-109.  Use a second web
application for the client.
Comment 4 Marek Grummich 2005-03-14 10:13:36 UTC
I can confirm, issue is not reproducible on build 200503131900, jdk1.5.0_02,
windows, japanese locale.
Comment 5 _ pcw 2005-03-15 16:28:31 UTC
Marking as fixed.

This was most likely fixed when bug 56106 was fixed since this bug also relied
on downloading the WSDL file from the running service.
Comment 6 Marek Grummich 2005-04-01 09:35:42 UTC
Verified - pseudolocalized build 200503242007