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 25758 - I18N - can't run jsp with tag library that has multibyte.
Summary: I18N - can't run jsp with tag library that has multibyte.
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: sgleason
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-07-18 02:39 UTC by hiroshiy
Modified: 2010-01-12 02:05 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test Application (which contains japanese element name) is here. (5.49 KB, application/octet-stream)
2002-07-18 02:41 UTC, hiroshiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hiroshiy 2002-07-18 02:39:58 UTC
To Reproduce:

   1. Mount the Web application, which contains
JSP and tag library,
      and, tag library contains multibyte element
name.

   2. Compile JSP file.
      Syntax Error "Unable to load class xxxx"
(xxxx is as multi-byte
      characters) is occurred. 

This issue is no longer re-appeared in Orion or
Sierra.
(see also, issue 4654681 on Bugtraq)

But, is re-appeared in Netbeans 3.4 environment.

My environment is as follows: 
  - Solaris 8 on Sparc
  - Netbeans IDE 3.4 (Build 200207170340)
  - ja locale and en_US local.
Comment 1 hiroshiy 2002-07-18 02:41:20 UTC
Created attachment 6767 [details]
Test Application (which contains japanese element name) is here.
Comment 2 Marek Grummich 2002-07-22 12:02:29 UTC
Set target milestone to TBD
Comment 3 Marek Grummich 2002-07-22 12:05:51 UTC
Set target milestone to TBD
Comment 4 Jesse Glick 2002-12-23 16:34:42 UTC
Consistent use of the I18N keyword.
Comment 5 Keiichi Oono 2003-10-15 15:36:42 UTC
This is a user error. The "Tag Handler Generation Root" of attached
test application has full path from root directory (e.g. /foo/bar),
and it can not be accessed. In this case, NullPointerException is thrown.

By changing Generation Root, the application works fine with multibyte.

For NullPointerException, I've filed a new bug 36625 for usability.