Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: AW: AW: AW: [ve-dev] Overriding the Property-Editor in aSubclassdoesnotseem to work


Hi,

You aren't showing the first line, make sure you have:

<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"

   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
   xmlns:event="event.xmi"
   xmlns:org.eclipse.ve.internal.cde.decorators="http:///org/eclipse/ve/internal/cde/decorators.ecore"
   xmlns:org.eclipse.jem.java="java.xmi"
   xmlns:org.eclipse.jem.internal.beaninfo="http:///org/eclipse/jem/internal/beaninfo/beaninfo.ecore">

If you don't have those two extra xmlns:... it will not work.

AND YOU MUST HAVE

eType="org.eclipse.jem.java:JavaClass java:/java.lang#String"

or it will not work either.

Rich

Back to the top