Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Re: GMF for JDO : missing connection and link
Re: GMF for JDO : missing connection and link [message #143242] Wed, 18 July 2007 12:34 Go to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a GMF question, so I've added the GMF newsgroup to the "to" list
of the reply and hence this reply will be posted to that newsgroup and
doesn't need to be reposted.


asicfr wrote:
> Hi all.
> I'm trying to create diagram editor from jdo.xsd but i miss diagram link.
> The model seem's to be ok (see detail below) :
> - i have my root node : jdoType
> - i have all jdo's sub node : packageType, catalogType, schemaType, extensionType, queryType ...
>
> But, i have the following problems in others models :
> - in the graph model, the connection between jdoType and packageType for example isn't generated (Figure PolylineConnection, connections and PolylineDecoration)
> - in the mapping model, the link mapping isn't generated
>
> Is it normal ?
> Is there any problem in the schema (i took 2.1 version to avoid cos-nonambig) ?
> Thanks for all.
>
>
> In jdo.xsd :
> ----------------
> <xs:element name="jdo">
> <xs:complexType>
> <xs:choice maxOccurs="unbounded">
> <xs:element ref="extension"/>
> <xs:element ref="package"/>
> <xs:element ref="query"/>
> </xs:choice>
> <xs:attributeGroup ref="attlist.jdo"/>
> </xs:complexType>
> </xs:element>
>
>
> In jdo.ecore :
> ----------------
> <eClassifiers xsi:type="ecore:EClass" name="JdoType">
> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
> <details key="name" value="jdo_._type"/>
> <details key="kind" value="elementOnly"/>
> </eAnnotations>
> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1"
> eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
> <details key="kind" value="group"/>
> <details key="name" value="group:0"/>
> </eAnnotations>
> </eStructuralFeatures>
> <eStructuralFeatures xsi:type="ecore:EReference" name="extension" upperBound="-1"
> eType="#//ExtensionType" volatile="true" transient="true" derived="true" containment="true"
> resolveProxies="false">
> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
> <details key="kind" value="element"/>
> <details key="name" value="extension"/>
> <details key="namespace" value="##targetNamespace"/>
> <details key="group" value="#group:0"/>
> </eAnnotations>
> </eStructuralFeatures>
> <eStructuralFeatures xsi:type="ecore:EReference" name="package" upperBound="-1"
> eType="#//PackageType" volatile="true" transient="true" derived="true" containment="true"
> resolveProxies="false">
> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
> <details key="kind" value="element"/>
> <details key="name" value="package"/>
> <details key="namespace" value="##targetNamespace"/>
> <details key="group" value="#group:0"/>
> </eAnnotations>
> </eStructuralFeatures>
> <eStructuralFeatures xsi:type="ecore:EReference" name="query" upperBound="-1"
> eType="#//QueryType" volatile="true" transient="true" derived="true" containment="true"
> resolveProxies="false">
> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
> <details key="kind" value="element"/>
> <details key="name" value="query"/>
> <details key="namespace" value="##targetNamespace"/>
> <details key="group" value="#group:0"/>
> </eAnnotations>
> </eStructuralFeatures>
> <eStructuralFeatures xsi:type="ecore:EAttribute" name="catalog" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType">
> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
> <details key="kind" value="attribute"/>
> <details key="name" value="catalog"/>
> </eAnnotations>
> </eStructuralFeatures>
> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schema" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType">
> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
> <details key="kind" value="attribute"/>
> <details key="name" value="schema"/>
> </eAnnotations>
> </eStructuralFeatures>
> </eClassifiers>
>
> Eclipse conf :
> ----------------
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> com.oxygenxml.editor.home.url=file:/D:/eclipseGmf/plugins/co m.oxygenxml.editor_8.2.0/
> com.oxygenxml.editor.lib.dir=D:\eclipseGmf\plugins\com.oxyge nxml.editor_8.2.0\lib
> com.oxygenxml.is.eclipse.plugin=true
> eclipse.buildId=I20070625-1500
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -showsplash
> -launcher
> D:\eclipseGmf\eclipse.exe
> -name
> Eclipse
> --launcher.library
> D:\eclipseGmf\plugins\org.eclipse.equinox.launcher.win32.win 32.x86_1.0.0.v20070523\eclipse_1017a.dll
> -startup
> D:\eclipseGmf\plugins\org.eclipse.equinox.launcher_1.0.0.v20 070606.jar
> -exitdata
> cc4_6c
> -clean
> -vm
> D:\Java150_12\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.eclipse.platform.ide
> eclipse.startTime=1184678431500
> eclipse.vm=D:\Java150_12\bin\javaw.exe
> eclipse.vmargs=-Xms40m
> -Xmx256m
> -XX:MaxPermSize=256m
> -jar
> D:\eclipseGmf\plugins\org.eclipse.equinox.launcher_1.0.0.v20 070606.jar
> eof=eof
> file.encoding=Cp1252
> file.encoding.pkg=sun.io
> file.separator=\
> http.nonProxyHosts=127.0.0.1|localhost
> http.proxyHost=proxyaws.unedic.fr
> http.proxyPassword=*******
> http.proxyPort=8080
> http.proxySet=true
> http.proxyUser=slabbe
> http.proxyUserName=slabbe
> https.nonProxyHosts=127.0.0.1|localhost
> https.proxyHost=proxyaws.unedic.fr
> https.proxyPassword=*******
> https.proxyPort=8080
> https.proxySet=true
> https.proxyUser=slabbe
> https.proxyUserName=slabbe
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=D:\eclipseGmf\plugins\org.eclipse.equinox.la uncher_1.0.0.v20070606.jar
> java.class.version=49.0
> java.endorsed.dirs=D:\Java150_12\lib\endorsed
> java.ext.dirs=D:\Java150_12\lib\ext
> java.home=D:\Java150_12
> java.io.tmpdir=D:\DOCUME~1\DME8684\LOCALS~1\Temp\
> java.library.path=D:\Java150_12\bin;.;C:\WINDOWS\System32;C: \WINDOWS;D:\ProgCFA\j2sdk1.4.2_02\bin;C:\oraclexe\app\oracle \product\10.2.0\server\bin;D:\ant\bin;C:\WINDOWS\system32;C: \WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\nls;C: \WINDOWS\system32\nls\FRANCAIS;d:\ProgCFA\Rational\clearcase \bin;D:\ProgCFA\IBM\SQLLIB\BIN;D:\ProgCFA\IBM\SQLLIB\FUNCTIO N;D:\ProgCFA\IBM\SQLLIB\SAMPLES\REPL;C:\Program Files\Novell\ZENworks\;D:\sdk5\bin;Z:.
> java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
> java.runtime.version=1.5.0_12-b04
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.5
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.5.0_12
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.5.0_12-b04
> line.separator=
>
> org.eclipse.update.resolution_url=
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSG i/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5
> org.osgi.framework.language=fr
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax .activity,javax.crypto,javax.crypto.interfaces,javax.crypto. spec,javax.imageio,javax.imageio.event,javax.imageio.metadat a,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax .imageio.spi,javax.imageio.stream,javax.management,javax.man agement.loading,javax.management.modelmbean,javax.management .monitor,javax.management.openmbean,javax.management.relatio n,javax.management.remote,javax.management.remote.rmi,javax. management.timer,javax.naming,javax.naming.directory,javax.n aming.event,javax.naming.ldap,javax.naming.spi,javax.net,jav ax.net.ssl,javax.print,javax.print.attribute,javax.print.att ribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA, javax.rmi.ssl,javax.security.auth,javax.security.auth.callba ck,javax.security.auth.kerberos,javax.security.auth.login,ja vax.security.auth.spi,javax.security.auth.x500,javax.securit y.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi .spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,j avax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi ,javax.swing,javax.swing.border,javax.swing.colorchooser,jav ax.swing.event,javax.swing.filechooser,javax.swing.plaf,java x.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.m ulti,javax.swing.plaf.synth,javax.swing.table,javax.swing.te xt,javax.swing.text.html,javax.swing.text.html.parser,javax. swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.trans action,javax.transaction.xa,javax.xml,javax.xml.datatype,jav ax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax .xml.transform.dom,javax.xml.transform.sax,javax.xml.transfo rm.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss ,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable, org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg .CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNam ing,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNam ing.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny, org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.D ynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org .omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInte rceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.o mg.PortableServer,org.omg.PortableServer.CurrentPackage,org. omg.PortableServer.POAManagerPackage,org.omg.PortableServer. POAPackage,org.omg.PortableServer.portable,org.omg.PortableS erver.ServantLocatorPackage,org.omg.SendingContext,org.omg.s tub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.e vents,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax .helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.4.0
> org.osgi.supports.framework.extension=true
> org.osgi.supports.framework.fragment=true
> org.osgi.supports.framework.requirebundle=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start
> osgi.bundlestore=D:\eclipseGmf\configuration\org.eclipse.osg i\bundles
> osgi.clean=true
> osgi.compatibility.bootdelegation=true
> osgi.configuration.area=file:/D:/eclipseGmf/configuration/
> osgi.framework=file:/d:/eclipseGmf/plugins/org.eclipse.osgi_ 3.3.0.v20070530.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.3.0.v20070530
> osgi.install.area=file:/D:/eclipseGmf/
> osgi.instance.area=file:/D:/workspaceGmf2/
> osgi.instance.area.default=file:/D:/Documents and Settings/DME8684/workspace/
> osgi.logfile=D:\workspaceGmf2\.metadata\.log
> osgi.manifest.cache=D:\eclipseGmf\configuration\org.eclipse. osgi\manifests
> osgi.nl=fr_FR
> osgi.os=win32
> osgi.splashPath=platform:/base/plugins/com.yoxos.distributio n
> osgi.syspath=d:\eclipseGmf\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=D:\Java150_12\lib\rt.jar;D:\Java150_12\l ib\i18n.jar;D:\Java150_12\lib\sunrsasign.jar;D:\Java150_12\l ib\jsse.jar;D:\Java150_12\lib\jce.jar;D:\Java150_12\lib\char sets.jar;D:\Java150_12\classes
> sun.boot.library.path=D:\Java150_12\bin
> sun.cpu.endian=little
> sun.cpu.isalist=
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=Cp1252
> sun.management.compiler=HotSpot Client Compiler
> sun.net.client.defaultConnectTimeout=60000
> sun.net.client.defaultReadTimeout=30000
> sun.os.patch.level=Service Pack 1
> user.country=FR
> user.dir=D:\eclipseGmf
> user.home=D:\Documents and Settings\DME8684
> user.language=fr
> user.name=DME8684
> user.timezone=Europe/Paris
> user.variant=
>
> *** Features:
> com.oxygenxml.editor (8.2.0) "oXygen XML Editor"
> org.eclipse.emf.codegen (2.3.0.v200706262000) "EMF Template Code Generator"
> org.eclipse.emf.codegen.ecore (2.3.0.v200706262000) "EMF Ecore Code Generation"
> org.eclipse.emf.codegen.ecore.ui (2.3.0.v200706262000) "EMF Ecore Code Generation UI"
> org.eclipse.emf.common (2.3.0.v200706262000) "EMF Common"
> org.eclipse.emf.common.ui (2.3.0.v200706262000) "EMF Common UI"
> org.eclipse.emf.converter (2.3.0.v200706262000) "EMF Model Convert Support"
> org.eclipse.emf.ecore (2.3.0.v200706262000) "EMF Ecore"
> org.eclipse.emf.ecore.edit (2.3.0.v200706262000) "EMF Ecore Edit Support"
> org.eclipse.emf.ecore.editor (2.3.0.v200706262000) "Sample Ecore Editor"
> org.eclipse.emf.edit (2.3.0.v200706262000) "EMF Edit"
> org.eclipse.emf.edit.ui (2.3.0.v200706262000) "EMF Edit UI"
> org.eclipse.emf.transaction (1.1.0.v200706071723-208Y8s733G3E4C5B96) "EMF Model Transaction Core"
> org.eclipse.emf.validation (1.1.0.v200706071520-318Y9oA55P5M5P8JA5) "EMF Validation Framework Core"
> org.eclipse.emf.workspace (1.1.0.v200706071723-208Y8s733G3E4C5B96) "EMF Model Transaction Workbench Integration Core"
> org.eclipse.gef (3.3.0.v20070620) "Graphical Editing Framework"
> org.eclipse.gmf (1.0.100.v20070601-1400-7d-ETeEYjiMWQX3az0fBWRjypkm7) "Graphical Modeling Framework"
> org.eclipse.jdt (3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR) "Eclipse Java Development Tools"
> org.eclipse.ocl (1.1.0.v200706071450-32-9oA55P5M8C8KCK) "Object Constraint Language (OCL) 2.0 Parser/Interpreter"
> org.eclipse.pde (3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC) "Eclipse Plug-in Development Environment"
> org.eclipse.platform (3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G) "Eclipse Platform"
> org.eclipse.rcp (3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG) "Eclipse RCP"
> org.eclipse.xsd (2.3.0.v200706262000) "XML Schema Infoset Model (XSD)"
> org.eclipse.xsd.ecore.converter (2.3.0.v200706262000) "XML Schema Infoset Model (XSD) - org.eclipse.xsd.ecore.converter"
>
> *** Plug-in Registry:
> com.ibm.icu (3.6.1.v20070417) "International Components for Unicode for Java (ICU4J)" [Active]
> com.jcraft.jsch (0.1.31) "JSch" [Resolved]
> com.oxygenxml.editor (8.2.0) "oXygen XML Editor" [Active]
> javax.servlet (2.4.0.v200706111738) "Servlet API Bundle" [Resolved]
> javax.servlet.jsp (2.0.0.v200706191603) "Java Server Pages API Bundle" [Resolved]
> net.sourceforge.lpg.lpgjavaruntime (1.1.0.v200706111738) "SourceForge LPG" [Resolved]
> net.sourceforge.lpg.lpgjavaruntime.source (1.1.0.v200706111738) "SourceForge LPG Source Bundle" [Resolved]
> org.apache.ant (1.7.0.v200706080842) "Apache Ant" [Resolved]
> org.apache.batik.bridge (1.6.0.v200706111724) "Apache Batik Bridge/GVT/Scripting" [Resolved]
> org.apache.batik.css (1.6.0.v200706111724) "Apache Batik CSS" [Resolved]
> org.apache.batik.dom (1.6.0.v200706111724) "Apache Batik DOM" [Resolved]
> org.apache.batik.dom.svg (1.6.0.v200706111724) "Apache Batik SVG DOM" [Resolved]
> org.apache.batik.ext.awt (1.6.0.v200706111724) "Apache Batik AWT Utilities" [Resolved]
> org.apache.batik.parser (1.6.0.v200706111724) "Apache Batik Parser" [Resolved]
> org.apache.batik.svggen (1.6.0.v200706111724) "Apache Batik SVG Generation" [Resolved]
> org.apache.batik.transcoder (1.6.0.v200706111724) "Apache Batik Transcoder" [Resolved]
> org.apache.batik.util (1.6.0.v200706111724) "Apache Batik Utilities" [Resolved]
> org.apache.batik.util.gui (1.6.0.v200706111724) "Apache Batik GUI Utilities" [Resolved]
> org.apache.batik.xml (1.6.0.v200706111724) "Apache Batik XML" [Resolved]
> org.apache.commons.el (1.0.0.v200706111724) "Apache Commons JSP 2.0 Expression Language Interpreter" [Resolved]
> org.apache.commons.logging (1.0.4.v200706111724) "Apache Commons Logging Plug-in" [Resolved]
> org.apache.jasper (5.5.17.v200706111724) "Apache Jasper 2 Plug-in" [Resolved]
> org.apache.lucene (1.9.1.v200706111724) "Apache Lucene" [Resolved]
> org.apache.lucene.analysis (1.9.1.v200706181610) "Apache Lucene Analysis" [Resolved]
> org.apache.xerces (2.8.0.v200705301630) "Apache Xerces-J" [Resolved]
> org.apache.xml.resolver (1.1.0.v200705310020) "Apache XmlResolver" [Resolved]
> org.eclipse.ant.core (3.1.200.v20070522) "Ant Build Tool Core" [Active]
> org.eclipse.ant.ui (3.2.100.v20070511) "Ant UI" [Active]
> org.eclipse.compare (3.3.0.I20070606) "Compare Support" [Active]
> org.eclipse.core.boot (3.1.100.v20060603) "Core Boot" [Starting]
> org.eclipse.core.commands (3.3.0.I20070605-0010) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.100.v20070319) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.databinding (1.0.0.I20070606-0010) "JFace Data Binding" [Resolved]
> org.eclipse.core.databinding.beans (1.0.0.I20070606-0010) "JFace Data Binding for JavaBeans" [Resolved]
> org.eclipse.core.expressions (3.3.0.v20070606-0010) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.3.0.v20070606-0010) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.1.0.v20070606) "Core File Systems" [Active]
> org.eclipse.core.filesystem.win32.x86 (1.1.0.v20070510) "Core File System for Windows" [Resolved]
> org.eclipse.core.jobs (3.3.0.v20070423) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.net (1.0.0.I20070531) "Internet Connection Management" [Active]
> org.eclipse.core.resources (3.3.0.v20070604) "Core Resource Management" [Active]
> org.eclipse.core.resources.compatibility (3.2.100.v20070502) "Core Resource Management Compatibility Fragment" [Resolved]
> org.eclipse.core.resources.win32 (3.3.0.v20070226) "Core Resource Management Win32 Fragment" [Resolved]
> org.eclipse.core.runtime (3.3.100.v20070530) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.200.v20070502) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.100.v20070502) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.100.v20070316) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.core.variables (3.2.0.v20070426) "Core Variables" [Active]
> org.eclipse.debug.core (3.3.0.v20070607-1800) "Debug Core" [Active]
> org.eclipse.debug.ui (3.3.0.v20070607-1800) "Debug UI" [Active]
> org.eclipse.draw2d (3.2.100.v20070529) "Graphical Editing Framework Draw2d" [Active]
> org.eclipse.emf.ant (2.3.0.v200706262000) "EMF Ant Tasks" [Starting]
> org.eclipse.emf.codegen (2.3.0.v200706262000) "EMF Template Code Generator" [Active]
> org.eclipse.emf.codegen.ecore (2.3.0.v200706262000) "EMF Ecore Code Generation" [Active]
> org.eclipse.emf.codegen.ecore.ui (2.3.0.v200706262000) "EMF Ecore Code Generation UI" [Active]
> org.eclipse.emf.common (2.3.0.v200706262000) "EMF Common" [Active]
> org.eclipse.emf.common.ui (2.3.0.v200706262000) "EMF Common UI" [Active]
> org.eclipse.emf.converter (2.3.0.v200706262000) "EMF Model Convert Support" [Active]
> org.eclipse.emf.ecore (2.3.0.v200706262000) "EMF Ecore" [Active]
> org.eclipse.emf.ecore.change (2.3.0.v200706262000) "EMF Ecore Change Model" [Active]
> org.eclipse.emf.ecore.change.edit (2.3.0.v200706262000) "EMF Ecore Change Edit Support" [Starting]
> org.eclipse.emf.ecore.edit (2.3.0.v200706262000) "EMF Ecore Edit Support" [Active]
> org.eclipse.emf.ecore.editor (2.3.0.v200706262000) "Sample Ecore Editor" [Starting]
> org.eclipse.emf.ecore.xmi (2.3.0.v200706262000) "EMF XMI" [Active]
> org.eclipse.emf.edit (2.3.0.v200706262000) "EMF Edit" [Active]
> org.eclipse.emf.edit.ui (2.3.0.v200706262000) "EMF Edit UI" [Active]
> org.eclipse.emf.exporter (2.3.0.v200706262000) "EMF Model Export Support" [Starting]
> org.eclipse.emf.importer (2.3.0.v200706262000) "EMF Model Import Support" [Active]
> org.eclipse.emf.importer.ecore (2.3.0.v200706262000) "EMF Ecore Importer" [Starting]
> org.eclipse.emf.importer.java (2.3.0.v200706262000) "EMF Annotated Java Importer" [Starting]
> org.eclipse.emf.importer.rose (2.3.0.v200706262000) "EMF Rose Importer" [Starting]
> org.eclipse.emf.transaction (1.1.0.v200706131240) "EMF Model Transaction Core" [Active]
> org.eclipse.emf.transaction.ui (1.0.100.v200706071723) "EMF Model Transaction UI" [Starting]
> org.eclipse.emf.validation (1.1.0.v200706071520) "EMF Validation Framework Core" [Active]
> org.eclipse.emf.validation.ui (1.1.0.v200706071520) "EMF Validation Framework UI" [Active]
> org.eclipse.emf.validation.ui.ide (1.0.100.v200706071520) "EMF Validation Framework UI IDE" [Starting]
> org.eclipse.emf.workspace (1.1.0.v200706131240) "EMF Model Transaction Workbench Integration Core" [Active]
> org.eclipse.emf.workspace.ui (1.0.100.v200706071723) "EMF Model Transaction Workbench Integration UI" [Starting]
> org.eclipse.equinox.app (1.0.0.v20070606) "Equinox Application Container" [Active]
> org.eclipse.equinox.common (3.3.0.v20070426) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.http.jetty (1.0.0.v20070607) "Jetty Http Service" [Starting]
> org.eclipse.equinox.http.registry (1.0.0.v20070608) "Http Service Registry Extensions" [Resolved]
> org.eclipse.equinox.http.servlet (1.0.0.v20070606) "Http Services Servlet" [Starting]
> org.eclipse.equinox.jsp.jasper (1.0.0.v20070607) "Jasper Jsp Support Bundle" [Starting]
> org.eclipse.equinox.jsp.jasper.registry (1.0.0.v20070607) "Jasper Jsp Registry Support Plug-in" [Starting]
> org.eclipse.equinox.launcher (1.0.0.v20070606) "Equinox Launcher" [Resolved]
> org.eclipse.equinox.launcher.win32.win32.x86 (1.0.0.v20070523) "Equinox Launcher Win32 X86 Fragment" [Resolved]
> org.eclipse.equinox.preferences (3.2.100.v20070522) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.3.0.v20070522) "Extension Registry Support" [Active]
> org.eclipse.gef (3.2.100.v20070620) "Graphical Editing Framework" [Active]
> org.eclipse.gmf (1.0.0.v20070601-1400) "Graphical Modeling Framework" [Starting]
> org.eclipse.gmf.bridge (1.1.0.v20070621-0000) "GMF Models Bridging Plug-in" [Starting]
> org.eclipse.gmf.bridge.ui (1.1.0.v20070621-0000) "GMF Tooling UI" [Active]
> org.eclipse.gmf.bridge.ui.dashboard (2.0.0.v20070621-0000) "GMF Dashboard" [Active]
> org.eclipse.gmf.codegen (2.0.0.v20070621-0000) "GMF GenModel and Code Generation" [Starting]
> org.eclipse.gmf.codegen.edit (2.0.0.v20070614-1400) "GMF GenModel Edit Support" [Starting]
> org.eclipse.gmf.codegen.ui (1.1.0.v20070621-0000) "GMF Code Generation UI" [Starting]
> org.eclipse.gmf.common (1.1.0.v20070621-0000) "GMF Tooling Commons Plug-in" [Active]
> org.eclipse.gmf.doc.ui (1.1.0.v20070601-1400) "GMF Documentation Cheatsheets" [Starting]
> org.eclipse.gmf.ecore.editor (2.0.0.v20070621-0000) "ECore Sample Diagram Plugin" [Active]
> org.eclipse.gmf.graphdef (2.0.0.v20070621-0000) "GMF Graphical Definition" [Resolved]
> org.eclipse.gmf.graphdef.codegen (2.0.0.v20070621-0000) "Graphical Definition Code Generator" [Starting]
> org.eclipse.gmf.graphdef.codegen.ui (1.0.100.v20070621-0000) "Graphical Definition Code Generator UI Support" [Resolved]
> org.eclipse.gmf.graphdef.edit (2.0.0.v20070601-1400) "GMFGraph Edit Support" [Active]
> org.eclipse.gmf.map (2.0.0.v20070621-0000) "GMF Mapping Model" [Active]
> org.eclipse.gmf.map.edit (2.0.0.v20070621-0000) "GMF Mapping Edit Support" [Active]
> org.eclipse.gmf.runtime.common.core (1.0.100.v20070601-1400) "GMF Common Core" [Active]
> org.eclipse.gmf.runtime.common.ui (1.0.100.v20070601-1400) "GMF Common UI" [Active]
> org.eclipse.gmf.runtime.common.ui.action (1.0.100.v20070601-1400) "GMF Common UI Action" [Active]
> org.eclipse.gmf.runtime.common.ui.action.ide (1.0.1.v20070601-1400) "GMF Common UI Action IDE" [Active]
> org.eclipse.gmf.runtime.common.ui.printing (1.0.1.v20070601-1400) "GMF Printing" [Starting]
> org.eclipse.gmf.runtime.common.ui.printing.win32 (1.0.2.v20070601-1400) "GMF Printing for Win32" [Resolved]
> org.eclipse.gmf.runtime.common.ui.services (1.0.100.v20070601-1400) "GMF Common UI Services" [Active]
> org.eclipse.gmf.runtime.common.ui.services.action (1.0.100.v20070601-1400) "GMF Common UI Action Services" [Active]
> org.eclipse.gmf.runtime.common.ui.services.dnd (1.0.1.v20070601-1400) "GMF Common UI DND Services" [Starting]
> org.eclipse.gmf.runtime.common.ui.services.dnd.ide (1.0.1.v20070601-1400) "GMF Common UI DND IDE Services" [Starting]
> org.eclipse.gmf.runtime.common.ui.services.properties (1.0.1.v20070601-1400) "GMF Common UI Properties Service Framework" [Active]
> org.eclipse.gmf.runtime.diagram.core (1.0.100.v20070601-1400) "GMF Diagram Core" [Active]
> org.eclipse.gmf.runtime.diagram.ui (1.0.100.v20070621-0000) "GMF Diagram UI" [Active]
> org.eclipse.gmf.runtime.diagram.ui.actions (1.0.100.v20070621-0000) "GMF Diagram Actions" [Active]
> org.eclipse.gmf.runtime.diagram.ui.dnd (1.0.1.v20070601-1400) "GMF Diagram Browse" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.geoshapes (1.0.1.v20070601-1400) "GMF Geometric Shapes" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.printing (1.0.100.v20070621-0000) "GMF Diagram Printing" [Active]
> org.eclipse.gmf.runtime.diagram.ui.printing.render (1.0.1.v20070601-1400) "GMF Diagram UI Printing Render Plug-In" [Active]
> org.eclipse.gmf.runtime
>
Re: GMF for JDO : missing connection and link [message #144021 is a reply to message #143242] Wed, 25 July 2007 11:25 Go to previous messageGo to next message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
Hello Ed,

Are you using GMF wizards to create .gmggrah, .gmfmap, .gmftool models? Try
editing the models manually.

-----------------
Alex Shatalin
Re: GMF for JDO : missing connection and link [message #144418 is a reply to message #144021] Thu, 26 July 2007 17:15 Go to previous message
Eclipse UserFriend
Originally posted by: myasic.voila.fr

yes i do ... but it is incomprehensible that the graphs and model parts are
generated but that the map part is incomplete.
Someone have an idea ?
Previous Topic:GMF Internals
Next Topic:Hiding connections in collapsed compartment
Goto Forum:
  


Current Time: Mon Jul 22 05:14:41 GMT 2024

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

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

Back to the top