Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sapphire-dev] FW: ClassCastException in sapphire-gallery.xml

No problem. Fix verified.


From: Konstantin Komissarchik
Sent: Wednesday, March 09, 2011 2:13 PM
To: Sapphire project
Subject: Re: [sapphire-dev] FW: ClassCastException in sapphire-gallery.xml

Fixed this too. Thanks for testing!

 

- Konstantin

 

 

From: sapphire-dev-bounces@xxxxxxxxxxx [mailto:sapphire-dev-bounces@xxxxxxxxxxx] On Behalf Of Ling Hao
Sent: Wednesday, March 09, 2011 1:57 PM
To: Sapphire project
Subject: [sapphire-dev] FW: ClassCastException in sapphire-gallery.xml

 

Resending. if you already received it, sorry for the spam.

 


From: Ling Hao
Sent: Wednesday, March 09, 2011 1:47 PM
To: Sapphire project
Subject: RE: [sapphire-dev] ClassCastException in sapphire-gallery.xml

Thanks, I can now open the editor. But I got the following exception while selecting the "Enums" node:

 

java.lang.ClassCastException: org.eclipse.sapphire.ui.def.internal.SapphireGroupDef cannot be cast to org.eclipse.sapphire.ui.def.ISapphireCompositeDef

at org.eclipse.sapphire.ui.SapphireComposite.render(SapphireComposite.java:87)

 


From: Konstantin Komissarchik
Sent: Wednesday, March 09, 2011 1:39 PM
To: Sapphire project
Subject: Re: [sapphire-dev] ClassCastException in sapphire-gallery.xml

Fix committed.

 

- Konstantin

 

 

From: sapphire-dev-bounces@xxxxxxxxxxx [mailto:sapphire-dev-bounces@xxxxxxxxxxx] On Behalf Of Ling Hao
Sent: Wednesday, March 09, 2011 1:35 PM
To: Sapphire project
Subject: [sapphire-dev] ClassCastException in sapphire-gallery.xml

 

Try to open sapphire-gallery.xml and encountered this ClassCastException:

 

java.lang.ClassCastException: org.eclipse.sapphire.ui.def.internal.SapphireGroupDef cannot be cast to org.eclipse.sapphire.ui.def.IFormDef

at org.eclipse.sapphire.ui.SapphirePartContainer.init(SapphirePartContainer.java:59)

I removed the <group> blocks in GalleryEditor.sdef and was able to open.

 

 


Back to the top