Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » BeanDecorator not found
BeanDecorator not found [message #145242] Fri, 27 June 2008 21:15
Eclipse UserFriend
Originally posted by: dmeng.rim.com

Hi,

I was trying to add a custom bean proxy adapter and custom GEF editpart to
a bean and I always get "org.eclipse.emf.ecore.xmi.ClassNotFoundException:
Class 'BeanDecorator' not found." error when I drop the component to the
canvas. Could some one help me out with this?

I got same error on both Eclipse 3.3 and Eclipse 3.4. The VE I was using
is org.eclipse.ve_1.4.0.v20080528.zip and
org.eclipse.ve_1.3.0.200802040250.zip.

Here is my .override file:

<?xml version="1.0" encoding="UTF-8"?>
<change:ChangeDescription

xmlns:codeGenHelpers=" platform:/plugin/org.eclipse.ve.java.core/overrides/codegenH elpers.ecore "
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"

xmlns:org.eclipse.ve.internal.cde.decorators="http:///org/eclipse/ve/internal/cde/decorators.ecore"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:change="http://www.eclipse.org/emf/2003/Change"
xmi:version="2.0">
<objectChanges key="X:ROOT#//@root">
<value featureName="eAnnotations">
<listChanges referenceValues="_eAnnotations"/>
<listChanges referenceValues="_eAnnotations1"/>
</value>
</objectChanges>
<objectsToAttach xmi:id="_eAnnotations"

graphViewClassname=" net.rim.wica.tools.ve/net.rim.wica.tools.ve.editpart.MainScr eenEditPart "

xsi:type=" org.eclipse.ve.internal.cde.decorators:ClassDescriptorDecora tor "/>
<objectsToAttach beanLocation="GLOBAL_GLOBAL"
beanProxyClassName=" net.rim.wica.tools.ve/net.rim.wica.tools.ve.proxyadapter.Mai nScreenProxyAdapter "
xmi:id="_eAnnotations1"
xsi:type="org.eclipse.ve.internal.jcm:BeanDecorator">
</objectsToAttach>
</change:ChangeDescription>

Regards,
David
Previous Topic:working with JavaRefFactory
Next Topic:BeanDecorator not found
Goto Forum:
  


Current Time: Fri Apr 19 16:27:34 GMT 2024

Powered by FUDForum. Page generated in 0.01917 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top