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

Summary: I18N - IllegalStateException occurs when changing Locale
Product: serverplugins Reporter: davisn <davisn>
Component: InfrastructureAssignee: Pavel Buzek <pbuzek>
Status: RESOLVED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: ide.log

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.