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 63217 - java.lang.UnsupportedOperationException when redeploy EAR application
Summary: java.lang.UnsupportedOperationException when redeploy EAR application
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
: 63240 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-29 09:40 UTC by Petr Blaha
Modified: 2005-11-03 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ant output (80.10 KB, text/plain)
2005-08-29 09:41 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-08-29 09:40:49 UTC
[build 20050828]
I started Sun App server in debug mode and deploy J2EE application in server.
Then did some changes and redeploy. In output window is displayed error:
java.lang.UnsupportedOperationException
        at
org.netbeans.modules.j2ee.sun.share.configbean.Base$DefaultSnippet.mergeIntoRootDD(Base.java:1147)

Full ant output is attached.
Comment 1 Petr Blaha 2005-08-29 09:41:40 UTC
Created attachment 24295 [details]
ant output
Comment 2 Petr Blaha 2005-09-09 16:30:05 UTC
High visible issue, changing priority to P2.
Comment 3 _ pcw 2005-09-13 01:47:14 UTC
Ludo pointed this one out to me as well.  In this particular case the error is
benign (but visible and it looks bad of course).  However, it's indicative of a
very serious problem - namely the DConfigBean cache contained invalid entries
and this causes a problem when DConfigBeans are access through certain api's.

This is now fixed.
Comment 4 _ pcw 2005-09-30 01:31:52 UTC
*** Issue 63240 has been marked as a duplicate of this issue. ***
Comment 5 Michal Mocnak 2005-11-03 13:34:00 UTC
Verified