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 173131

Summary: IllegalArgumentException: merger/mergee are not of the same class type: org.netbeans.modules.j2ee.dd.impl.client.model_5_0.ApplicationClient/org.netbeans.modules.j2ee.dd.impl.client.model_6_0.Applicat
Product: javaee Reporter: ievans <ievans>
Component: DD EditorAssignee: issues@javaee <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: jocke, pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=159172
Issue Type: DEFECT Exception Reporter: 159172
Attachments: stacktrace

Description ievans 2009-09-25 19:57:29 UTC
Build: NetBeans IDE Dev (Build 200909221401)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
ievans: Modifying the application-client.xml deployment descriptor for an app client project, to update to Java EE 6.



Stacktrace: 
java.lang.IllegalArgumentException: merger/mergee are not of the same class type: org.netbeans.modules.j2ee.dd.impl.client.model_5_0.ApplicationClient/org.netbeans.modules.j2ee.dd.impl.client.model_6_0.ApplicationClient
        at org.netbeans.modules.schema2beans.BaseBean.mergeTree(BaseBean.java:1873)
        at org.netbeans.modules.schema2beans.BaseBean.mergeTreeRoot(BaseBean.java:1475)
        at org.netbeans.modules.schema2beans.BaseBean.mergeUpdate(BaseBean.java:1400)
        at org.netbeans.modules.schema2beans.BaseBean.merge(BaseBean.java:1381)
        at org.netbeans.modules.j2ee.dd.impl.common.EnclosingBean.merge(EnclosingBean.java:164)
        at org.netbeans.modules.j2ee.dd.impl.client.AppClientProxy.merge(AppClientProxy.java:240)
Comment 1 ievans 2009-09-25 19:57:42 UTC
Created attachment 88383 [details]
stacktrace
Comment 2 Petr Jiricka 2011-10-21 14:37:46 UTC
There are only three reports of this exception and they are 1.5 years old or more,
so I assume this is fixed by now, closing as WORKSFORME. If anyone is able to
reproduce with a recent build, please add steps to reproduce and reopen.
Thanks.