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 74531 - [i18n]] JMS Resource creation doesn't accept multibyte chars
Summary: [i18n]] JMS Resource creation doesn't accept multibyte chars
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-04-06 17:30 UTC by Pavel Rehak
Modified: 2006-07-27 15:33 UTC (History)
2 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 Pavel Rehak 2006-04-06 17:30:29 UTC
Product Version         = NetBeans 5.5 Dev (Build 200604030200)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor; Home  = 1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05;
Sun Microsystems Inc.; f:\Java\jdk-1_5_0_06\jre
  System Locale; Encoding = ja_JP (nb); MS932-
-
When creating new JMS Resource try add multibyte string
as JMS Resource property (New | Sun Resources | JMS Resources | Next | Next | Add)
and finish - instead of proper multibyte string there is: 

 <property name="����Joe��Foo���"/>
instead of
 <property name="と粮Joe粮Foo粤ろ"/>  

in SunResource file opened in editor.
Comment 1 Pavel Rehak 2006-04-06 17:55:28 UTC
Same problem appears for
Sun Resources | JavaMail Resources
Sun Resources | Persistance Resources
no m-byte support.
Comment 2 Lukas Jungmann 2006-04-06 19:22:10 UTC
This wizard comes from AS plug-in, I guess...
Comment 3 Nitya Doraisamy 2006-07-21 18:05:47 UTC
The plugin's resource create files method updated with encoding support
Comment 4 Pavel Rehak 2006-07-27 15:33:43 UTC
Verified