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 41919 - I18N - IllegalStateException occurs when changing Locale
Summary: I18N - IllegalStateException occurs when changing Locale
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-04-12 21:48 UTC by davisn
Modified: 2004-10-05 23:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (25.70 KB, text/plain)
2004-04-12 21:49 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2004-04-12 21:48:34 UTC
This problem is inconsistently reproducible

Build used:
  Netbean: RC3
  Plugin: 04/12
  AppServer: FCS

STEPS TO REPRODUCE:
1. Start Netbean IDE
2. Create a Web Module
3. Open the DConfigBean editor
4. Select Locale tab > New button and select to
Add a Locale and a Character Set > > save the change
5. Right-click at the J2EE 1.4 SDK Server node,
select Properties > select Canonical Name > close
the dialog
6. Repeat step 4, select a different Locale and a
Character Set > save the change
7. Repeat step 5, select Individual Alias > close
the Properties dialog
BUG:
    IllegalStateException happens in the ide.log file
Comment 1 davisn 2004-04-12 21:49:18 UTC
Created attachment 14364 [details]
ide.log
Comment 2 Petr Jiricka 2004-08-17 14:39:31 UTC
Possibly an issue with ConfigDataObject?
Comment 3 Pavel Buzek 2004-10-05 23:13:43 UTC
I tested this in j2ee build (beta 2 code base plus app server 8) and
everything works. The code does not call getNodeDelegate() any more,
the test is done by comparing data objects, so this exception should
not happen.