Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Amalgam » Problems generating the diagram for the mindmap example.
Problems generating the diagram for the mindmap example. [message #525121] Wed, 08 April 2009 17:24 Go to next message
Toñi  Reina is currently offline Toñi ReinaFriend
Messages: 209
Registered: July 2009
Senior Member
Hi all,

I have just found the Eclipse Amalgamation Project thanks to the book
"Eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
I'm trying to follow the examples in the book, but sometimes they are
hard to follow. So, although the book author recommends to write the
examples from scratch, I have downloaded the examples from the Eclipse
Amalgamation Project download area, in order to fill some of the gaps
and difficulties I have found while trying to follow the examples.

Firstly, I have started with the mindmap diagram editor, so I have
generated the model code and the diagram code. While generating the
diagram code, I have had some compilation errors. They were due to the
absence of the CircleDecoration class. Guided by the book, I have
created a new package named
org.eclipse.amalgam.examples.mindmap.diagram.figures and I have included
the CircleDecoration class by copying the source code from the book.

However, when I have generated the diagram from the source code
without any compilation errors, the editor doesn`t work as it is
supposed to do. For example, I'm not allowed to create any topic,
subtopic or relationship. Although I can select the different options
from the toolbox, when I'm going to add the element to the canvas, the
element is not created.

While reading the book, there are many methods that have to be
modified, and their annotations set to @generated NOT. I was wondering
if the wrong editor behavior can be caused by the fact of not having
into account these modifications of methods.

Best regards,
Toñi
Re: Problems generating the diagram for the mindmap example. [message #525122 is a reply to message #525121] Wed, 08 April 2009 17:34 Go to previous messageGo to next message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 23
Registered: July 2009
Junior Member
Hi,

Just to be sure, you're using the "ganymede" version of the DSL Tookit and
examples, right?
http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
-0606/index.php

In the runtime instance, there are likely errors in the error log to help
identify the source of the problem. I suspect that something is amiss in
your mapping model.

One more tip is to look in CVS. The solutions to the example projects are
found there, while the .dsl projects themselves are able to be extracted
from /Examples in the New dialog, or from the Welcome page.

Best,
Rich


On 4/8/09 1:24 PM, in article grimkf$lg1$1@build.eclipse.org, "Toñi Reina
Quintero" <reinaqu@lsi.us.es> wrote:

> Hi all,
>
> I have just found the Eclipse Amalgamation Project thanks to the book
> "Eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
> I'm trying to follow the examples in the book, but sometimes they are
> hard to follow. So, although the book author recommends to write the
> examples from scratch, I have downloaded the examples from the Eclipse
> Amalgamation Project download area, in order to fill some of the gaps
> and difficulties I have found while trying to follow the examples.
>
> Firstly, I have started with the mindmap diagram editor, so I have
> generated the model code and the diagram code. While generating the
> diagram code, I have had some compilation errors. They were due to the
> absence of the CircleDecoration class. Guided by the book, I have
> created a new package named
> org.eclipse.amalgam.examples.mindmap.diagram.figures and I have included
> the CircleDecoration class by copying the source code from the book.
>
> However, when I have generated the diagram from the source code
> without any compilation errors, the editor doesn`t work as it is
> supposed to do. For example, I'm not allowed to create any topic,
> subtopic or relationship. Although I can select the different options
> from the toolbox, when I'm going to add the element to the canvas, the
> element is not created.
>
> While reading the book, there are many methods that have to be
> modified, and their annotations set to @generated NOT. I was wondering
> if the wrong editor behavior can be caused by the fact of not having
> into account these modifications of methods.
>
> Best regards,
> Toñi

--
Thanks,
Rich
Re: Problems generating the diagram for the mindmap example. [message #525123 is a reply to message #525122] Wed, 08 April 2009 18:21 Go to previous messageGo to next message
Toñi  Reina is currently offline Toñi ReinaFriend
Messages: 209
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------030900080809050506040808
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit


I'm going to answer between your comments.

Richard Gronback escribi
Re: Problems generating the diagram for the mindmap example. [message #525124 is a reply to message #525123] Wed, 08 April 2009 18:41 Go to previous messageGo to next message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 23
Registered: July 2009
Junior Member
Well, if you're starting with the solution projects, you'll certainly get
errors. The idea is to follow the book, starting with a new DSL Project.
If you need to reference parts of the final solution, I'd suggest grabbing
the rest of the generated projects from CVS to use, or follow through in the
book so that the state of the generated projects matches that of the
solution project.

Best,
Rich


On 4/8/09 2:21 PM, in article 49DCEB0D.2060205@lsi.us.es, "Toñi Reina
Quintero" <reinaqu@lsi.us.es> wrote:

>
> I'm going to answer between your comments.
>
> Richard Gronback escribió:
>> Hi,
>>
>> Just to be sure, you're using the "ganymede" version of the DSL Tookit and
>> examples, rigt?
>> http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
>> -066/index.php
>>
> I have checked it and, yes, I'm using the Version 1.0.0. Build:
> 20081128-0606
>
>> In the runtime instance, there are likely errors in the error log to help
>> identify the source of the problem. I suspect that something is amiss in
>> your mapping model.
>
> There are a few warnings and erros. The three kind of errors are
> produced in the plug-in org.eclipse.gmf.runtime.diagram.ui, and their
> messages are below.
>
> 1) IRJS0007E Semantic refresh failed.
> 2) execute
> 3) Error building context menu
>
> I have attched a copy of the error log file, in case it can help.
>>
>
>> One more tip is to look in CVS. The solutions to the example projects are
>> found there, while the .dsl projects themselves are able to be extracted
>> from /Examples in the New dialog, or from the Welcome page.
>>
>
> The errors I have mentioned are produced in the examples extracted from
> the Examples in the New dialog.
>
>> Best,
>> Rich
>>
>>
>> On 4/8/09 1:24 PM, in article grimkf$lg1$1@build.eclipse.org, "Toñi Reina
>> Quintero" <reinaqu@lsi.us.es> wrote:
>>
>>> Hi all,
>>>
>>> I have just found the Eclipse Aalgamation Project thanks to the book
>>> "Eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
>>> I'm trying to follow the examples in the book, but sometimes they are
>>> hard to follow. So, although the book author recommends to write the
>>> examples from scratch, I have downloaded the examples from the Eclipse
>>> Amalgamation Project download area, in order to fill some of the gaps
>>> and difficulties I have found while trying to follow the examples.
>>>
>>> Firstly, I have started with the mindmap diagram editor, so I have
>>> generated the model code and the diagram code. While generating the
>>> diagram code, I have had some compilation errors. They were due to the
>>> absence of the CircleDecoration class. Guided by the book, I have
>>> created a new package named
>>> org.eclipse.amalgam.examples.mindmap.diagram.figures and I have included
>>> the CircleDecoration class by copying the source code from the book.
>>>
>>> However, whe I have generated the diagram from the source code
>>> without any comilation errors, the editor doesn`t work as it is
>>> supposed to do. For example, I'm not allowed to create any topic,
>>> subtopic or relationship. Although I can select the different options
>>> from the toolbox, when I'm going to add the element to the canvas, the
>>> element is not created.
>>>
>>> While reading the book, there are many methods that have to be
>>> modified, and their annotations set to @generated NOT. I was wondering
>>> if the wrong editor behavior can be caused by the fact of not having
>>> into account these modifications of methods.
>>>
>>> Best regards,
>>> Toñi
>>
>
> !SESSION 2009-04-05 17:23:40.187
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progressWS_DSLToolkit/../runtime-EclipseA pplication
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> ategoryId='org.eclipse.xtend.xpand2.editor'
> !SESSION 2009-04-05 19:51:53.421
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' an 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 rg.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SESSION 2009-04-05 20:52:13.000
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win2 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 20:52:5.781
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 20:52:15.781
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 20:52:15.781
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 20:57:11.625
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Workben chKeyboard.java:82
> 4)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widet.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.W_KEYDOWN(Control.java:4122)
> at org.eclipse.swt.widgets.Tree.WM_KEYDON(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindmap.impl.MapImpl.getRootTopics(MapImpl.java: 181)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.em.common 2 0 2009-04-05 20:57:13.171
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboad.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.eclipse.ui.interna.keys.WorkbenchKeyboard.processKeyEven t(WorkbenchKeyboa
> rd.java:882)> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclise.mindmap.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossRference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoeUtil$CrossReferencer.crossRef erence(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.ecipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:01.921
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComand (WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.kes.WorkbenchKeyboard.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.elipse.ui.internal.keys.WorkbenchKeyboard.processKeyEven t(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> atorg.eclipse.swt.widgets.EventTable.sendEvent(EventTable.ja va:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mndmap.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipseemf.ecore.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:06.671
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWthChe cks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.intrnal.handlers.HandlerService.executeComman d(HandlerService.
> java:19)> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommnd (WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keysWorkbenchKeyboard.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindma.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpljava:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.core.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:10.250
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindmap.impl.MapImpl.getRootTopics(MapImpl.java: 181)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAll(EcoreUti.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.executeDeleteComm and.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 30 more
> !SESSION 2009-04-07 17:52:08.343
> ----------------------------------------------
> eclipse.buildId=unknown> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoadr constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework argumens: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MSSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
>
> !ENTRY org.eclipse.emf.ecore 2 0 2009-04-07 17:52:22.296
> !MESSAGE Both 'org.eclipse.amalgam.examples.mindmap.model' and
> 'org.eclipse.mindmap' register a package for
> 'http://www.eclipse.org/2008/mindmap'
>
> !ENTRY org.eclipse.emf.ecore 2 0 2009-04-07 17:53:18.953
> !MESSAGE org.eclipse.mindmap.impl.MindmapFactoryImpl cannot be cast to
> org.eclipse.amalgam.examples.mindmap.MindmapFactory
> !STACK 0
> java.lang.ClassCastException: org.eclipse.mindmap.impl.MindmapFactoryImpl
> cannot be cast to org.eclipse.amalgam.examples.mindmap.MindmapFactory
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapFactoryImpl .init(MindmapFacto
> ryImpl.java:35)
> at
> org.eclipse.amalgam.examples.mindmap.MindmapFactory.<clinit >(MindmapFactory.ja
> va:26)
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapPackageImpl . <init>(MindmapPac
> kageImpl.java:91)
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapPackageImpl .init(MindmapPacka
> geImpl.java:127)
> at
> org.eclipse.amalgam.examples.mindmap.MindmapPackage.<clinit >(MindmapPackage.ja
> va:61)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapSwitch.<init >(MindmapSwitch.j
> ava:46)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapAdapterFact ory$1. <init>(Mindm
> apAdapterFactory.java:73)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapAdapterFact ory. <init>(Mindmap
> AdapterFactory.java:73)
> at
> org.eclipse.amalgam.examples.mindmap.provider.MindmapItemPro viderAdapterFactor
> y.<init>(MindmapItemProviderAdapterFactory.java:70)
> at
> org.eclipse.amalgam.examples.mindmap.presentation.MindmapEdi tor.initializeEdit
> ingDomain(MindmapEditor.java:697)
> at
> org.eclipse.amalgam.examples.mindmap.presentation.MindmapEdi tor. <init>(Mindmap
> Editor.java:682)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Nativ e Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknow n Source)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Un known Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableE
> xtension(RegistryStrategyOSGI.java:170)
> at
> org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension
> (ExtensionRegistry.java:867)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtens
> ion(ConfigurationElement.java:243)
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutable
> Extension(ConfigurationElementHandle.java:51)
> at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:267)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at
> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:2
> 63)
> at
> org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescripto
> r.java:233)
> at org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:846)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:
> 606)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.
> java:594)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:30 6)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePa
> rt.java:180)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(Presen
> tablePartFolder.java:270)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRi
> ghtTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(
> TabbedStackPresentation.java:473)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:
> 1256)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1209)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:16 08)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103 )
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java
> :63)
> at
>
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:217 >
)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:207)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:779)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.j
> ava:678)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:639)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java
> :2817)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
> at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2635)
> at
> org.eclipse.mindmap.presentation.MindmapModelWizard.performF inish(MindmapModel
> Wizard.java:294)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:742)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at
> org.eclipse.ui.internal.handlers.WizardHandler$New.executeHa ndler(WizardHandle
> r.java:253)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandl
> erService.java:247)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:
> 157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
>
> !ENTRY org.eclipse.gmf.runtime.diagram.ui 4 2 2009-04-07 17:54:40.671
> !MESSAGE IRJS0007E Semantic refresh failed.
> !STACK 0
> java.lang.ClassCastException:
> org.eclipse.amalgam.examples.mindmap.impl.MapImpl cannot be cast to
> org.eclipse.mindmap.Map
> at
> org.eclipse.mindmap.diagram.part.MindmapDiagramUpdater.getMa p_1000SemanticChil
> dren(MindmapDiagramUpdater.java:47)
> at
> org.eclipse.mindmap.diagram.edit.policies.MapCanonicalEditPo licy.getSemanticCh
> ildrenList(MapCanonicalEditPolicy.java:52)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.refreshSem
> anticChildren(CanonicalEditPolicy.java:1111)
> at
> org.eclipse.mindmap.diagram.edit.policies.MapCanonicalEditPo licy.refreshSemant
> ic(MapCanonicalEditPolicy.java:133)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.refresh(Ca
> nonicalEditPolicy.java:985)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalCon nectionEditPolicy.
> refreshOnActivate(CanonicalConnectionEditPolicy.java:107)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.activate(C
> anonicalEditPolicy.java:653)
> at
> org.eclipse.gef.editparts.AbstractEditPart.activateEditPolic ies(AbstractEditPa
> rt.java:165)
> at
> org.eclipse.gef.editparts.AbstractEditPart.activate(Abstract EditPart.java:148)
> at
> org.eclipse.gef.editparts.AbstractGraphicalEditPart.activate (AbstractGraphical
> EditPart.java:193)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPa rt.access$0(Graphi
> calEditPart.java:1)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPa rt.activate(Graphi
> calEditPart.java:189)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart .activate(DiagramE
> ditPart.java:349)
> at
> org.eclipse.gef.editparts.AbstractEditPart.addChild(Abstract EditPart.java:201)
> at
> org.eclipse.gef.editparts.SimpleRootEditPart.setContents(Sim pleRootEditPart.ja
> va:101)
> at
> org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents( AbstractEditPartVi
> ewer.java:601)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramGraphicalVie wer.setContents(Di
> agramGraphicalViewer.java:378)
> at
> org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents( AbstractEditPartVi
> ewer.java:610)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initi alizeGraphicalView
> erContents(DiagramEditor.java:870)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initi alizeGraphicalView
> er(DiagramEditor.java:863)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFl yOutPalette.initia
> lizeGraphicalViewer(DiagramEditorWithFlyOutPalette.java:116)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.creat eGraphicalViewer(D
> iagramEditor.java:807)
> at
> org.eclipse.gef.ui.parts.GraphicalEditor.createPartControl(G raphicalEditor.jav
> a:163)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.creat ePartControl(Diagr
> amEditor.java:1555)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFl yOutPalette.create
> PartControl(DiagramEditorWithFlyOutPalette.java:328)
> at
> org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.Di agramDocumentEdito
> r.createPartControl(DiagramDocumentEditor.java:1459)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:
> 661)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.
> java:594)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:30 6)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePa
> rt.java:180)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(Presen
> tablePartFolder.java:270)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRi
> ghtTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(
> TabbedStackPresentation.java:473)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:
> 1256)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1209)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:16 08)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103 )
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java
> :63)
> at
>
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:217 >
)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:207)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:779)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.j
> ava:678)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:639)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java
> :2817)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
> at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2635)
> at
> org.eclipse.mindmap.diagram.part.MindmapDiagramEditorUtil.op enDiagram(MindmapD
> iagramEditorUtil.java:81)
> at
> org.eclipse.mindmap.diagram.part.MindmapCreationWizard$2.exe cute(MindmapCreati
> onWizard.java:146)
> at
> org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(Worksp aceModifyOperation
> .java:104)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1800)
> at
> org.eclipse.ui.actions.WorkspaceModifyOperation.run(Workspac eModifyOperation.j
> ava:116)
> at
> org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:
> 458)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:366)
> at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 934)
> at
> org.eclipse.mindmap.diagram.part.MindmapCreationWizard.perfo rmFinish(MindmapCr
> eationWizard.java:156)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:742)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at
> org.eclipse.ui.internal.handlers.WizardHandler$New.executeHa ndler(WizardHandle
> r.java:253)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandl
> erService.java:247)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:
> 157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> !SESSION 2009-04-07 17:56:34.328
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\
Re: Problems generating the diagram for the mindmap example. [message #525125 is a reply to message #525123] Wed, 08 April 2009 20:03 Go to previous message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 605
Registered: July 2009
Senior Member
Well, if you're starting with the solution projects, you'll certainly get
errors. The idea is to follow the book, starting with a new DSL Project.
If you need to reference parts of the final solution, I'd suggest grabbing
the rest of the generated projects from CVS to use, or follow through in the
book so that the state of the generated projects matches that of the
solution project.

Best,
Rich


On 4/8/09 2:21 PM, in article 49DCEB0D.2060205@lsi.us.es, "Toñi Reina
Quintero" <reinaqu@lsi.us.es> wrote:

>
> I'm going to answer between your comments.
>
> Richard Gronback escribió:
>> Hi,
>>
>> Just to be sure, you're using the "ganymede" version of the DSL Tookit and
>> examples, rigt?
>> http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
>> -066/index.php
>>
> I have checked it and, yes, I'm using the Version 1.0.0. Build:
> 20081128-0606
>
>> In the runtime instance, there are likely errors in the error log to help
>> identify the source of the problem. I suspect that something is amiss in
>> your mapping model.
>
> There are a few warnings and erros. The three kind of errors are
> produced in the plug-in org.eclipse.gmf.runtime.diagram.ui, and their
> messages are below.
>
> 1) IRJS0007E Semantic refresh failed.
> 2) execute
> 3) Error building context menu
>
> I have attched a copy of the error log file, in case it can help.
>>
>
>> One more tip is to look in CVS. The solutions to the example projects are
>> found there, while the .dsl projects themselves are able to be extracted
>> from /Examples in the New dialog, or from the Welcome page.
>>
>
> The errors I have mentioned are produced in the examples extracted from
> the Examples in the New dialog.
>
>> Best,
>> Rich
>>
>>
>> On 4/8/09 1:24 PM, in article grimkf$lg1$1@build.eclipse.org, "Toñi Reina
>> Quintero" <reinaqu@lsi.us.es> wrote:
>>
>>> Hi all,
>>>
>>> I have just found the Eclipse Aalgamation Project thanks to the book
>>> "Eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
>>> I'm trying to follow the examples in the book, but sometimes they are
>>> hard to follow. So, although the book author recommends to write the
>>> examples from scratch, I have downloaded the examples from the Eclipse
>>> Amalgamation Project download area, in order to fill some of the gaps
>>> and difficulties I have found while trying to follow the examples.
>>>
>>> Firstly, I have started with the mindmap diagram editor, so I have
>>> generated the model code and the diagram code. While generating the
>>> diagram code, I have had some compilation errors. They were due to the
>>> absence of the CircleDecoration class. Guided by the book, I have
>>> created a new package named
>>> org.eclipse.amalgam.examples.mindmap.diagram.figures and I have included
>>> the CircleDecoration class by copying the source code from the book.
>>>
>>> However, whe I have generated the diagram from the source code
>>> without any comilation errors, the editor doesn`t work as it is
>>> supposed to do. For example, I'm not allowed to create any topic,
>>> subtopic or relationship. Although I can select the different options
>>> from the toolbox, when I'm going to add the element to the canvas, the
>>> element is not created.
>>>
>>> While reading the book, there are many methods that have to be
>>> modified, and their annotations set to @generated NOT. I was wondering
>>> if the wrong editor behavior can be caused by the fact of not having
>>> into account these modifications of methods.
>>>
>>> Best regards,
>>> Toñi
>>
>
> !SESSION 2009-04-05 17:23:40.187
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progressWS_DSLToolkit/../runtime-EclipseA pplication
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> ategoryId='org.eclipse.xtend.xpand2.editor'
> !SESSION 2009-04-05 19:51:53.421
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' an 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 rg.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SESSION 2009-04-05 20:52:13.000
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win2 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 20:52:5.781
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 20:52:15.781
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 20:52:15.781
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 20:57:11.625
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Workben chKeyboard.java:82
> 4)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widet.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.W_KEYDOWN(Control.java:4122)
> at org.eclipse.swt.widgets.Tree.WM_KEYDON(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindmap.impl.MapImpl.getRootTopics(MapImpl.java: 181)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.em.common 2 0 2009-04-05 20:57:13.171
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboad.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.eclipse.ui.interna.keys.WorkbenchKeyboard.processKeyEven t(WorkbenchKeyboa
> rd.java:882)> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclise.mindmap.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossRference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoeUtil$CrossReferencer.crossRef erence(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.ecipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:01.921
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComand (WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.kes.WorkbenchKeyboard.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.elipse.ui.internal.keys.WorkbenchKeyboard.processKeyEven t(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> atorg.eclipse.swt.widgets.EventTable.sendEvent(EventTable.ja va:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mndmap.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipseemf.ecore.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:06.671
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWthChe cks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.intrnal.handlers.HandlerService.executeComman d(HandlerService.
> java:19)> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommnd (WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keysWorkbenchKeyboard.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindma.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpljava:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.core.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:10.250
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindmap.impl.MapImpl.getRootTopics(MapImpl.java: 181)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAll(EcoreUti.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.executeDeleteComm and.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 30 more
> !SESSION 2009-04-07 17:52:08.343
> ----------------------------------------------
> eclipse.buildId=unknown> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoadr constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework argumens: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MSSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
>
> !ENTRY org.eclipse.emf.ecore 2 0 2009-04-07 17:52:22.296
> !MESSAGE Both 'org.eclipse.amalgam.examples.mindmap.model' and
> 'org.eclipse.mindmap' register a package for
> 'http://www.eclipse.org/2008/mindmap'
>
> !ENTRY org.eclipse.emf.ecore 2 0 2009-04-07 17:53:18.953
> !MESSAGE org.eclipse.mindmap.impl.MindmapFactoryImpl cannot be cast to
> org.eclipse.amalgam.examples.mindmap.MindmapFactory
> !STACK 0
> java.lang.ClassCastException: org.eclipse.mindmap.impl.MindmapFactoryImpl
> cannot be cast to org.eclipse.amalgam.examples.mindmap.MindmapFactory
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapFactoryImpl .init(MindmapFacto
> ryImpl.java:35)
> at
> org.eclipse.amalgam.examples.mindmap.MindmapFactory.<clinit >(MindmapFactory.ja
> va:26)
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapPackageImpl . <init>(MindmapPac
> kageImpl.java:91)
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapPackageImpl .init(MindmapPacka
> geImpl.java:127)
> at
> org.eclipse.amalgam.examples.mindmap.MindmapPackage.<clinit >(MindmapPackage.ja
> va:61)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapSwitch.<init >(MindmapSwitch.j
> ava:46)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapAdapterFact ory$1. <init>(Mindm
> apAdapterFactory.java:73)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapAdapterFact ory. <init>(Mindmap
> AdapterFactory.java:73)
> at
> org.eclipse.amalgam.examples.mindmap.provider.MindmapItemPro viderAdapterFactor
> y.<init>(MindmapItemProviderAdapterFactory.java:70)
> at
> org.eclipse.amalgam.examples.mindmap.presentation.MindmapEdi tor.initializeEdit
> ingDomain(MindmapEditor.java:697)
> at
> org.eclipse.amalgam.examples.mindmap.presentation.MindmapEdi tor. <init>(Mindmap
> Editor.java:682)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Nativ e Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknow n Source)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Un known Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableE
> xtension(RegistryStrategyOSGI.java:170)
> at
> org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension
> (ExtensionRegistry.java:867)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtens
> ion(ConfigurationElement.java:243)
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutable
> Extension(ConfigurationElementHandle.java:51)
> at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:267)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at
> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:2
> 63)
> at
> org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescripto
> r.java:233)
> at org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:846)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:
> 606)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.
> java:594)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:30 6)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePa
> rt.java:180)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(Presen
> tablePartFolder.java:270)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRi
> ghtTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(
> TabbedStackPresentation.java:473)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:
> 1256)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1209)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:16 08)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103 )
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java
> :63)
> at
>
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:217 >
)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:207)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:779)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.j
> ava:678)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:639)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java
> :2817)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
> at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2635)
> at
> org.eclipse.mindmap.presentation.MindmapModelWizard.performF inish(MindmapModel
> Wizard.java:294)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:742)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at
> org.eclipse.ui.internal.handlers.WizardHandler$New.executeHa ndler(WizardHandle
> r.java:253)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandl
> erService.java:247)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:
> 157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
>
> !ENTRY org.eclipse.gmf.runtime.diagram.ui 4 2 2009-04-07 17:54:40.671
> !MESSAGE IRJS0007E Semantic refresh failed.
> !STACK 0
> java.lang.ClassCastException:
> org.eclipse.amalgam.examples.mindmap.impl.MapImpl cannot be cast to
> org.eclipse.mindmap.Map
> at
> org.eclipse.mindmap.diagram.part.MindmapDiagramUpdater.getMa p_1000SemanticChil
> dren(MindmapDiagramUpdater.java:47)
> at
> org.eclipse.mindmap.diagram.edit.policies.MapCanonicalEditPo licy.getSemanticCh
> ildrenList(MapCanonicalEditPolicy.java:52)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.refreshSem
> anticChildren(CanonicalEditPolicy.java:1111)
> at
> org.eclipse.mindmap.diagram.edit.policies.MapCanonicalEditPo licy.refreshSemant
> ic(MapCanonicalEditPolicy.java:133)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.refresh(Ca
> nonicalEditPolicy.java:985)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalCon nectionEditPolicy.
> refreshOnActivate(CanonicalConnectionEditPolicy.java:107)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.activate(C
> anonicalEditPolicy.java:653)
> at
> org.eclipse.gef.editparts.AbstractEditPart.activateEditPolic ies(AbstractEditPa
> rt.java:165)
> at
> org.eclipse.gef.editparts.AbstractEditPart.activate(Abstract EditPart.java:148)
> at
> org.eclipse.gef.editparts.AbstractGraphicalEditPart.activate (AbstractGraphical
> EditPart.java:193)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPa rt.access$0(Graphi
> calEditPart.java:1)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPa rt.activate(Graphi
> calEditPart.java:189)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart .activate(DiagramE
> ditPart.java:349)
> at
> org.eclipse.gef.editparts.AbstractEditPart.addChild(Abstract EditPart.java:201)
> at
> org.eclipse.gef.editparts.SimpleRootEditPart.setContents(Sim pleRootEditPart.ja
> va:101)
> at
> org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents( AbstractEditPartVi
> ewer.java:601)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramGraphicalVie wer.setContents(Di
> agramGraphicalViewer.java:378)
> at
> org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents( AbstractEditPartVi
> ewer.java:610)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initi alizeGraphicalView
> erContents(DiagramEditor.java:870)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initi alizeGraphicalView
> er(DiagramEditor.java:863)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFl yOutPalette.initia
> lizeGraphicalViewer(DiagramEditorWithFlyOutPalette.java:116)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.creat eGraphicalViewer(D
> iagramEditor.java:807)
> at
> org.eclipse.gef.ui.parts.GraphicalEditor.createPartControl(G raphicalEditor.jav
> a:163)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.creat ePartControl(Diagr
> amEditor.java:1555)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFl yOutPalette.create
> PartControl(DiagramEditorWithFlyOutPalette.java:328)
> at
> org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.Di agramDocumentEdito
> r.createPartControl(DiagramDocumentEditor.java:1459)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:
> 661)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.
> java:594)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:30 6)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePa
> rt.java:180)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(Presen
> tablePartFolder.java:270)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRi
> ghtTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(
> TabbedStackPresentation.java:473)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:
> 1256)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1209)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:16 08)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103 )
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java
> :63)
> at
>
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:217 >
)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:207)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:779)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.j
> ava:678)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:639)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java
> :2817)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
> at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2635)
> at
> org.eclipse.mindmap.diagram.part.MindmapDiagramEditorUtil.op enDiagram(MindmapD
> iagramEditorUtil.java:81)
> at
> org.eclipse.mindmap.diagram.part.MindmapCreationWizard$2.exe cute(MindmapCreati
> onWizard.java:146)
> at
> org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(Worksp aceModifyOperation
> .java:104)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1800)
> at
> org.eclipse.ui.actions.WorkspaceModifyOperation.run(Workspac eModifyOperation.j
> ava:116)
> at
> org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:
> 458)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:366)
> at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 934)
> at
> org.eclipse.mindmap.diagram.part.MindmapCreationWizard.perfo rmFinish(MindmapCr
> eationWizard.java:156)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:742)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at
> org.eclipse.ui.internal.handlers.WizardHandler$New.executeHa ndler(WizardHandle
> r.java:253)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandl
> erService.java:247)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:
> 157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> !SESSION 2009-04-07 17:56:34.328
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\
Re: Problems generating the diagram for the mindmap example. [message #562373 is a reply to message #525121] Wed, 08 April 2009 17:34 Go to previous message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 23
Registered: July 2009
Junior Member
Hi,

Just to be sure, you're using the "ganymede" version of the DSL Tookit and
examples, right?
http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
-0606/index.php

In the runtime instance, there are likely errors in the error log to help
identify the source of the problem. I suspect that something is amiss in
your mapping model.

One more tip is to look in CVS. The solutions to the example projects are
found there, while the .dsl projects themselves are able to be extracted
from /Examples in the New dialog, or from the Welcome page.

Best,
Rich


On 4/8/09 1:24 PM, in article grimkf$lg1$1@build.eclipse.org, "Toñi Reina
Quintero" <reinaqu@lsi.us.es> wrote:

> Hi all,
>
> I have just found the Eclipse Amalgamation Project thanks to the book
> "Eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
> I'm trying to follow the examples in the book, but sometimes they are
> hard to follow. So, although the book author recommends to write the
> examples from scratch, I have downloaded the examples from the Eclipse
> Amalgamation Project download area, in order to fill some of the gaps
> and difficulties I have found while trying to follow the examples.
>
> Firstly, I have started with the mindmap diagram editor, so I have
> generated the model code and the diagram code. While generating the
> diagram code, I have had some compilation errors. They were due to the
> absence of the CircleDecoration class. Guided by the book, I have
> created a new package named
> org.eclipse.amalgam.examples.mindmap.diagram.figures and I have included
> the CircleDecoration class by copying the source code from the book.
>
> However, when I have generated the diagram from the source code
> without any compilation errors, the editor doesn`t work as it is
> supposed to do. For example, I'm not allowed to create any topic,
> subtopic or relationship. Although I can select the different options
> from the toolbox, when I'm going to add the element to the canvas, the
> element is not created.
>
> While reading the book, there are many methods that have to be
> modified, and their annotations set to @generated NOT. I was wondering
> if the wrong editor behavior can be caused by the fact of not having
> into account these modifications of methods.
>
> Best regards,
> Toñi

--
Thanks,
Rich
Re: Problems generating the diagram for the mindmap example. [message #562400 is a reply to message #525122] Wed, 08 April 2009 18:21 Go to previous message
Toñi  Reina is currently offline Toñi ReinaFriend
Messages: 209
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------030900080809050506040808
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit


I'm going to answer between your comments.

Richard Gronback escribi
Re: Problems generating the diagram for the mindmap example. [message #562430 is a reply to message #525123] Wed, 08 April 2009 18:41 Go to previous message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 23
Registered: July 2009
Junior Member
Well, if you're starting with the solution projects, you'll certainly get
errors. The idea is to follow the book, starting with a new DSL Project.
If you need to reference parts of the final solution, I'd suggest grabbing
the rest of the generated projects from CVS to use, or follow through in the
book so that the state of the generated projects matches that of the
solution project.

Best,
Rich


On 4/8/09 2:21 PM, in article 49DCEB0D.2060205@lsi.us.es, "Toñi Reina
Quintero" <reinaqu@lsi.us.es> wrote:

>
> I'm going to answer between your comments.
>
> Richard Gronback escribió:
>> Hi,
>>
>> Just to be sure, you're using the "ganymede" version of the DSL Tookit and
>> examples, rigt?
>> http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
>> -066/index.php
>>
> I have checked it and, yes, I'm using the Version 1.0.0. Build:
> 20081128-0606
>
>> In the runtime instance, there are likely errors in the error log to help
>> identify the source of the problem. I suspect that something is amiss in
>> your mapping model.
>
> There are a few warnings and erros. The three kind of errors are
> produced in the plug-in org.eclipse.gmf.runtime.diagram.ui, and their
> messages are below.
>
> 1) IRJS0007E Semantic refresh failed.
> 2) execute
> 3) Error building context menu
>
> I have attched a copy of the error log file, in case it can help.
>>
>
>> One more tip is to look in CVS. The solutions to the example projects are
>> found there, while the .dsl projects themselves are able to be extracted
>> from /Examples in the New dialog, or from the Welcome page.
>>
>
> The errors I have mentioned are produced in the examples extracted from
> the Examples in the New dialog.
>
>> Best,
>> Rich
>>
>>
>> On 4/8/09 1:24 PM, in article grimkf$lg1$1@build.eclipse.org, "Toñi Reina
>> Quintero" <reinaqu@lsi.us.es> wrote:
>>
>>> Hi all,
>>>
>>> I have just found the Eclipse Aalgamation Project thanks to the book
>>> "Eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
>>> I'm trying to follow the examples in the book, but sometimes they are
>>> hard to follow. So, although the book author recommends to write the
>>> examples from scratch, I have downloaded the examples from the Eclipse
>>> Amalgamation Project download area, in order to fill some of the gaps
>>> and difficulties I have found while trying to follow the examples.
>>>
>>> Firstly, I have started with the mindmap diagram editor, so I have
>>> generated the model code and the diagram code. While generating the
>>> diagram code, I have had some compilation errors. They were due to the
>>> absence of the CircleDecoration class. Guided by the book, I have
>>> created a new package named
>>> org.eclipse.amalgam.examples.mindmap.diagram.figures and I have included
>>> the CircleDecoration class by copying the source code from the book.
>>>
>>> However, whe I have generated the diagram from the source code
>>> without any comilation errors, the editor doesn`t work as it is
>>> supposed to do. For example, I'm not allowed to create any topic,
>>> subtopic or relationship. Although I can select the different options
>>> from the toolbox, when I'm going to add the element to the canvas, the
>>> element is not created.
>>>
>>> While reading the book, there are many methods that have to be
>>> modified, and their annotations set to @generated NOT. I was wondering
>>> if the wrong editor behavior can be caused by the fact of not having
>>> into account these modifications of methods.
>>>
>>> Best regards,
>>> Toñi
>>
>
> !SESSION 2009-04-05 17:23:40.187
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progressWS_DSLToolkit/../runtime-EclipseA pplication
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> ategoryId='org.eclipse.xtend.xpand2.editor'
> !SESSION 2009-04-05 19:51:53.421
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' an 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 rg.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SESSION 2009-04-05 20:52:13.000
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win2 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 20:52:5.781
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 20:52:15.781
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 20:52:15.781
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 20:57:11.625
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Workben chKeyboard.java:82
> 4)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widet.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.W_KEYDOWN(Control.java:4122)
> at org.eclipse.swt.widgets.Tree.WM_KEYDON(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindmap.impl.MapImpl.getRootTopics(MapImpl.java: 181)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.em.common 2 0 2009-04-05 20:57:13.171
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboad.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.eclipse.ui.interna.keys.WorkbenchKeyboard.processKeyEven t(WorkbenchKeyboa
> rd.java:882)> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclise.mindmap.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossRference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoeUtil$CrossReferencer.crossRef erence(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.ecipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:01.921
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComand (WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.kes.WorkbenchKeyboard.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.elipse.ui.internal.keys.WorkbenchKeyboard.processKeyEven t(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> atorg.eclipse.swt.widgets.EventTable.sendEvent(EventTable.ja va:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mndmap.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipseemf.ecore.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:06.671
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWthChe cks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.intrnal.handlers.HandlerService.executeComman d(HandlerService.
> java:19)> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommnd (WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keysWorkbenchKeyboard.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindma.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpljava:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.core.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:10.250
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindmap.impl.MapImpl.getRootTopics(MapImpl.java: 181)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAll(EcoreUti.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.executeDeleteComm and.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 30 more
> !SESSION 2009-04-07 17:52:08.343
> ----------------------------------------------
> eclipse.buildId=unknown> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoadr constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework argumens: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MSSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
>
> !ENTRY org.eclipse.emf.ecore 2 0 2009-04-07 17:52:22.296
> !MESSAGE Both 'org.eclipse.amalgam.examples.mindmap.model' and
> 'org.eclipse.mindmap' register a package for
> 'http://www.eclipse.org/2008/mindmap'
>
> !ENTRY org.eclipse.emf.ecore 2 0 2009-04-07 17:53:18.953
> !MESSAGE org.eclipse.mindmap.impl.MindmapFactoryImpl cannot be cast to
> org.eclipse.amalgam.examples.mindmap.MindmapFactory
> !STACK 0
> java.lang.ClassCastException: org.eclipse.mindmap.impl.MindmapFactoryImpl
> cannot be cast to org.eclipse.amalgam.examples.mindmap.MindmapFactory
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapFactoryImpl .init(MindmapFacto
> ryImpl.java:35)
> at
> org.eclipse.amalgam.examples.mindmap.MindmapFactory.<clinit >(MindmapFactory.ja
> va:26)
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapPackageImpl . <init>(MindmapPac
> kageImpl.java:91)
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapPackageImpl .init(MindmapPacka
> geImpl.java:127)
> at
> org.eclipse.amalgam.examples.mindmap.MindmapPackage.<clinit >(MindmapPackage.ja
> va:61)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapSwitch.<init >(MindmapSwitch.j
> ava:46)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapAdapterFact ory$1. <init>(Mindm
> apAdapterFactory.java:73)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapAdapterFact ory. <init>(Mindmap
> AdapterFactory.java:73)
> at
> org.eclipse.amalgam.examples.mindmap.provider.MindmapItemPro viderAdapterFactor
> y.<init>(MindmapItemProviderAdapterFactory.java:70)
> at
> org.eclipse.amalgam.examples.mindmap.presentation.MindmapEdi tor.initializeEdit
> ingDomain(MindmapEditor.java:697)
> at
> org.eclipse.amalgam.examples.mindmap.presentation.MindmapEdi tor. <init>(Mindmap
> Editor.java:682)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Nativ e Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknow n Source)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Un known Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableE
> xtension(RegistryStrategyOSGI.java:170)
> at
> org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension
> (ExtensionRegistry.java:867)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtens
> ion(ConfigurationElement.java:243)
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutable
> Extension(ConfigurationElementHandle.java:51)
> at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:267)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at
> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:2
> 63)
> at
> org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescripto
> r.java:233)
> at org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:846)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:
> 606)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.
> java:594)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:30 6)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePa
> rt.java:180)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(Presen
> tablePartFolder.java:270)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRi
> ghtTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(
> TabbedStackPresentation.java:473)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:
> 1256)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1209)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:16 08)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103 )
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java
> :63)
> at
>
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:217 >
)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:207)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:779)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.j
> ava:678)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:639)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java
> :2817)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
> at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2635)
> at
> org.eclipse.mindmap.presentation.MindmapModelWizard.performF inish(MindmapModel
> Wizard.java:294)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:742)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at
> org.eclipse.ui.internal.handlers.WizardHandler$New.executeHa ndler(WizardHandle
> r.java:253)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandl
> erService.java:247)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:
> 157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
>
> !ENTRY org.eclipse.gmf.runtime.diagram.ui 4 2 2009-04-07 17:54:40.671
> !MESSAGE IRJS0007E Semantic refresh failed.
> !STACK 0
> java.lang.ClassCastException:
> org.eclipse.amalgam.examples.mindmap.impl.MapImpl cannot be cast to
> org.eclipse.mindmap.Map
> at
> org.eclipse.mindmap.diagram.part.MindmapDiagramUpdater.getMa p_1000SemanticChil
> dren(MindmapDiagramUpdater.java:47)
> at
> org.eclipse.mindmap.diagram.edit.policies.MapCanonicalEditPo licy.getSemanticCh
> ildrenList(MapCanonicalEditPolicy.java:52)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.refreshSem
> anticChildren(CanonicalEditPolicy.java:1111)
> at
> org.eclipse.mindmap.diagram.edit.policies.MapCanonicalEditPo licy.refreshSemant
> ic(MapCanonicalEditPolicy.java:133)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.refresh(Ca
> nonicalEditPolicy.java:985)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalCon nectionEditPolicy.
> refreshOnActivate(CanonicalConnectionEditPolicy.java:107)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.activate(C
> anonicalEditPolicy.java:653)
> at
> org.eclipse.gef.editparts.AbstractEditPart.activateEditPolic ies(AbstractEditPa
> rt.java:165)
> at
> org.eclipse.gef.editparts.AbstractEditPart.activate(Abstract EditPart.java:148)
> at
> org.eclipse.gef.editparts.AbstractGraphicalEditPart.activate (AbstractGraphical
> EditPart.java:193)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPa rt.access$0(Graphi
> calEditPart.java:1)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPa rt.activate(Graphi
> calEditPart.java:189)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart .activate(DiagramE
> ditPart.java:349)
> at
> org.eclipse.gef.editparts.AbstractEditPart.addChild(Abstract EditPart.java:201)
> at
> org.eclipse.gef.editparts.SimpleRootEditPart.setContents(Sim pleRootEditPart.ja
> va:101)
> at
> org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents( AbstractEditPartVi
> ewer.java:601)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramGraphicalVie wer.setContents(Di
> agramGraphicalViewer.java:378)
> at
> org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents( AbstractEditPartVi
> ewer.java:610)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initi alizeGraphicalView
> erContents(DiagramEditor.java:870)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initi alizeGraphicalView
> er(DiagramEditor.java:863)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFl yOutPalette.initia
> lizeGraphicalViewer(DiagramEditorWithFlyOutPalette.java:116)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.creat eGraphicalViewer(D
> iagramEditor.java:807)
> at
> org.eclipse.gef.ui.parts.GraphicalEditor.createPartControl(G raphicalEditor.jav
> a:163)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.creat ePartControl(Diagr
> amEditor.java:1555)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFl yOutPalette.create
> PartControl(DiagramEditorWithFlyOutPalette.java:328)
> at
> org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.Di agramDocumentEdito
> r.createPartControl(DiagramDocumentEditor.java:1459)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:
> 661)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.
> java:594)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:30 6)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePa
> rt.java:180)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(Presen
> tablePartFolder.java:270)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRi
> ghtTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(
> TabbedStackPresentation.java:473)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:
> 1256)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1209)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:16 08)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103 )
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java
> :63)
> at
>
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:217 >
)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:207)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:779)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.j
> ava:678)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:639)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java
> :2817)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
> at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2635)
> at
> org.eclipse.mindmap.diagram.part.MindmapDiagramEditorUtil.op enDiagram(MindmapD
> iagramEditorUtil.java:81)
> at
> org.eclipse.mindmap.diagram.part.MindmapCreationWizard$2.exe cute(MindmapCreati
> onWizard.java:146)
> at
> org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(Worksp aceModifyOperation
> .java:104)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1800)
> at
> org.eclipse.ui.actions.WorkspaceModifyOperation.run(Workspac eModifyOperation.j
> ava:116)
> at
> org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:
> 458)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:366)
> at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 934)
> at
> org.eclipse.mindmap.diagram.part.MindmapCreationWizard.perfo rmFinish(MindmapCr
> eationWizard.java:156)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:742)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at
> org.eclipse.ui.internal.handlers.WizardHandler$New.executeHa ndler(WizardHandle
> r.java:253)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandl
> erService.java:247)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:
> 157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> !SESSION 2009-04-07 17:56:34.328
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\
Re: Problems generating the diagram for the mindmap example. [message #562454 is a reply to message #525123] Wed, 08 April 2009 20:03 Go to previous message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 605
Registered: July 2009
Senior Member
Well, if you're starting with the solution projects, you'll certainly get
errors. The idea is to follow the book, starting with a new DSL Project.
If you need to reference parts of the final solution, I'd suggest grabbing
the rest of the generated projects from CVS to use, or follow through in the
book so that the state of the generated projects matches that of the
solution project.

Best,
Rich


On 4/8/09 2:21 PM, in article 49DCEB0D.2060205@lsi.us.es, "Toñi Reina
Quintero" <reinaqu@lsi.us.es> wrote:

>
> I'm going to answer between your comments.
>
> Richard Gronback escribió:
>> Hi,
>>
>> Just to be sure, you're using the "ganymede" version of the DSL Tookit and
>> examples, rigt?
>> http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
>> -066/index.php
>>
> I have checked it and, yes, I'm using the Version 1.0.0. Build:
> 20081128-0606
>
>> In the runtime instance, there are likely errors in the error log to help
>> identify the source of the problem. I suspect that something is amiss in
>> your mapping model.
>
> There are a few warnings and erros. The three kind of errors are
> produced in the plug-in org.eclipse.gmf.runtime.diagram.ui, and their
> messages are below.
>
> 1) IRJS0007E Semantic refresh failed.
> 2) execute
> 3) Error building context menu
>
> I have attched a copy of the error log file, in case it can help.
>>
>
>> One more tip is to look in CVS. The solutions to the example projects are
>> found there, while the .dsl projects themselves are able to be extracted
>> from /Examples in the New dialog, or from the Welcome page.
>>
>
> The errors I have mentioned are produced in the examples extracted from
> the Examples in the New dialog.
>
>> Best,
>> Rich
>>
>>
>> On 4/8/09 1:24 PM, in article grimkf$lg1$1@build.eclipse.org, "Toñi Reina
>> Quintero" <reinaqu@lsi.us.es> wrote:
>>
>>> Hi all,
>>>
>>> I have just found the Eclipse Aalgamation Project thanks to the book
>>> "Eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
>>> I'm trying to follow the examples in the book, but sometimes they are
>>> hard to follow. So, although the book author recommends to write the
>>> examples from scratch, I have downloaded the examples from the Eclipse
>>> Amalgamation Project download area, in order to fill some of the gaps
>>> and difficulties I have found while trying to follow the examples.
>>>
>>> Firstly, I have started with the mindmap diagram editor, so I have
>>> generated the model code and the diagram code. While generating the
>>> diagram code, I have had some compilation errors. They were due to the
>>> absence of the CircleDecoration class. Guided by the book, I have
>>> created a new package named
>>> org.eclipse.amalgam.examples.mindmap.diagram.figures and I have included
>>> the CircleDecoration class by copying the source code from the book.
>>>
>>> However, whe I have generated the diagram from the source code
>>> without any comilation errors, the editor doesn`t work as it is
>>> supposed to do. For example, I'm not allowed to create any topic,
>>> subtopic or relationship. Although I can select the different options
>>> from the toolbox, when I'm going to add the element to the canvas, the
>>> element is not created.
>>>
>>> While reading the book, there are many methods that have to be
>>> modified, and their annotations set to @generated NOT. I was wondering
>>> if the wrong editor behavior can be caused by the fact of not having
>>> into account these modifications of methods.
>>>
>>> Best regards,
>>> Toñi
>>
>
> !SESSION 2009-04-05 17:23:40.187
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progressWS_DSLToolkit/../runtime-EclipseA pplication
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 17:23:47.828
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> ategoryId='org.eclipse.xtend.xpand2.editor'
> !SESSION 2009-04-05 19:51:53.421
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' an 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 rg.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 19:51:57.640
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SESSION 2009-04-05 20:52:13.000
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win2 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-05 20:52:5.781
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 20:52:15.781
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-05 20:52:15.781
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 20:57:11.625
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Workben chKeyboard.java:82
> 4)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widet.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.W_KEYDOWN(Control.java:4122)
> at org.eclipse.swt.widgets.Tree.WM_KEYDON(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindmap.impl.MapImpl.getRootTopics(MapImpl.java: 181)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.em.common 2 0 2009-04-05 20:57:13.171
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboad.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.eclipse.ui.interna.keys.WorkbenchKeyboard.processKeyEven t(WorkbenchKeyboa
> rd.java:882)> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclise.mindmap.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossRference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoeUtil$CrossReferencer.crossRef erence(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.ecipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:01.921
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComand (WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.kes.WorkbenchKeyboard.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.elipse.ui.internal.keys.WorkbenchKeyboard.processKeyEven t(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> atorg.eclipse.swt.widgets.EventTable.sendEvent(EventTable.ja va:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mndmap.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipseemf.ecore.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:06.671
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at org.eclipse.jface.commands.ActionHandler.execute(ActionHandl er.java:119)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWthChe cks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.intrnal.handlers.HandlerService.executeComman d(HandlerService.
> java:19)> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommnd (WorkbenchKeyboar
> d.java:472)
> at
> org.eclipse.ui.internal.keysWorkbenchKeyboard.press(Workbenc hKeyboard.java:82
> 4)
> at
> org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboa
> rd.java:882)
> at
> org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent( OutOfOrderListener
> .java:76)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040 )
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036 )
> at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653)
> at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122 )
> at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818 )
> at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541 )
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:23 71)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3420)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindma.impl.MapImpl.getRootTopics(MapImpl.java:1 81)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpljava:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.core.util.EcoreUtil$UsageCrossReferencer.fin dAll(EcoreUtil.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.execute(DeleteCom mand.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 46 more
>
> !ENTRY org.eclipse.emf.common 2 0 2009-04-05 21:01:10.250
> !MESSAGE An exception was ignored during command execution
> !STACK 0
> org.eclipse.emf.common.util.WrappedException: An exception was ignored during
> command execution
> at
> org.eclipse.emf.common.command.BasicCommandStack.handleError (BasicCommandStack
> .java:287)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:118)
> at
> org.eclipse.emf.edit.ui.action.CommandActionHandler.run(Comm andActionHandler.j
> ava:92)
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionL
> istenerAction.java:168)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> Caused by: java.lang.UnsupportedOperationException
> at org.eclipse.mindmap.impl.MapImpl.getRootTopics(MapImpl.java: 181)
> at org.eclipse.mindmap.impl.MapImpl.eIsSet(MapImpl.java:284)
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eIsSet(BasicEObj ectImpl.java:1235)
> at
> org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImp l.hasNext(EContent
> sEList.java:407)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.handleC rossReference(Ecor
> eUtil.java:1648)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$CrossReferencer.crossRe ference(EcoreUtil.
> java:1626)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAllUsage(EcoreUt
> il.java:2441)
> at
> org.eclipse.emf.ecore.util.EcoreUtil$UsageCrossReferencer.fi ndAll(EcoreUti.ja
> va:2524)
> at org.eclipse.emf.edit.command.DeleteCommand.executeDeleteComm and.java:134)
> at
> org.eclipse.emf.common.command.BasicCommandStack.execute(Bas icCommandStack.jav
> a:84)
> ... 30 more
> !SESSION 2009-04-07 17:52:08.343
> ----------------------------------------------
> eclipse.buildId=unknown> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoadr constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework argumens: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\Mis Documentos\work-in-progress\WS_DSLToolkit/../runtime-Eclipse Application
> -dev file:D:/Mis
> Documentos/work-in-progress/WS_DSLToolkit/.metadata/.plugins /org.eclipse.pde.c
> ore/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MESSAGE Warnings while parsing the commands from the
> 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension
> points.
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MSSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertLT',
> categoryId='org.eclipse.xtend.xpand2.editor'
> !SUBENTRY 1 org.eclipse.ui 2 0 2009-04-07 17:52:20.125
> !MESSAGE Commands should really have a category:
> plug-in='org.eclipse.xpand.ui', id='org.eclipse.xpand.ui.insertRT',
> categoryId='org.eclipse.xtend.xpand2.editor'
>
> !ENTRY org.eclipse.emf.ecore 2 0 2009-04-07 17:52:22.296
> !MESSAGE Both 'org.eclipse.amalgam.examples.mindmap.model' and
> 'org.eclipse.mindmap' register a package for
> 'http://www.eclipse.org/2008/mindmap'
>
> !ENTRY org.eclipse.emf.ecore 2 0 2009-04-07 17:53:18.953
> !MESSAGE org.eclipse.mindmap.impl.MindmapFactoryImpl cannot be cast to
> org.eclipse.amalgam.examples.mindmap.MindmapFactory
> !STACK 0
> java.lang.ClassCastException: org.eclipse.mindmap.impl.MindmapFactoryImpl
> cannot be cast to org.eclipse.amalgam.examples.mindmap.MindmapFactory
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapFactoryImpl .init(MindmapFacto
> ryImpl.java:35)
> at
> org.eclipse.amalgam.examples.mindmap.MindmapFactory.<clinit >(MindmapFactory.ja
> va:26)
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapPackageImpl . <init>(MindmapPac
> kageImpl.java:91)
> at
> org.eclipse.amalgam.examples.mindmap.impl.MindmapPackageImpl .init(MindmapPacka
> geImpl.java:127)
> at
> org.eclipse.amalgam.examples.mindmap.MindmapPackage.<clinit >(MindmapPackage.ja
> va:61)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapSwitch.<init >(MindmapSwitch.j
> ava:46)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapAdapterFact ory$1. <init>(Mindm
> apAdapterFactory.java:73)
> at
> org.eclipse.amalgam.examples.mindmap.util.MindmapAdapterFact ory. <init>(Mindmap
> AdapterFactory.java:73)
> at
> org.eclipse.amalgam.examples.mindmap.provider.MindmapItemPro viderAdapterFactor
> y.<init>(MindmapItemProviderAdapterFactory.java:70)
> at
> org.eclipse.amalgam.examples.mindmap.presentation.MindmapEdi tor.initializeEdit
> ingDomain(MindmapEditor.java:697)
> at
> org.eclipse.amalgam.examples.mindmap.presentation.MindmapEdi tor. <init>(Mindmap
> Editor.java:682)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Nativ e Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknow n Source)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Un known Source)
> at java.lang.reflect.Constructor.newInstance(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableE
> xtension(RegistryStrategyOSGI.java:170)
> at
> org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension
> (ExtensionRegistry.java:867)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtens
> ion(ConfigurationElement.java:243)
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutable
> Extension(ConfigurationElementHandle.java:51)
> at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:267)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at
> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:2
> 63)
> at
> org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescripto
> r.java:233)
> at org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:846)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:
> 606)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.
> java:594)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:30 6)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePa
> rt.java:180)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(Presen
> tablePartFolder.java:270)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRi
> ghtTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(
> TabbedStackPresentation.java:473)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:
> 1256)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1209)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:16 08)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103 )
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java
> :63)
> at
>
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:217 >
)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:207)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:779)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.j
> ava:678)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:639)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java
> :2817)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
> at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2635)
> at
> org.eclipse.mindmap.presentation.MindmapModelWizard.performF inish(MindmapModel
> Wizard.java:294)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:742)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at
> org.eclipse.ui.internal.handlers.WizardHandler$New.executeHa ndler(WizardHandle
> r.java:253)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandl
> erService.java:247)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:
> 157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
>
> !ENTRY org.eclipse.gmf.runtime.diagram.ui 4 2 2009-04-07 17:54:40.671
> !MESSAGE IRJS0007E Semantic refresh failed.
> !STACK 0
> java.lang.ClassCastException:
> org.eclipse.amalgam.examples.mindmap.impl.MapImpl cannot be cast to
> org.eclipse.mindmap.Map
> at
> org.eclipse.mindmap.diagram.part.MindmapDiagramUpdater.getMa p_1000SemanticChil
> dren(MindmapDiagramUpdater.java:47)
> at
> org.eclipse.mindmap.diagram.edit.policies.MapCanonicalEditPo licy.getSemanticCh
> ildrenList(MapCanonicalEditPolicy.java:52)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.refreshSem
> anticChildren(CanonicalEditPolicy.java:1111)
> at
> org.eclipse.mindmap.diagram.edit.policies.MapCanonicalEditPo licy.refreshSemant
> ic(MapCanonicalEditPolicy.java:133)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.refresh(Ca
> nonicalEditPolicy.java:985)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalCon nectionEditPolicy.
> refreshOnActivate(CanonicalConnectionEditPolicy.java:107)
> at
> org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEdi tPolicy.activate(C
> anonicalEditPolicy.java:653)
> at
> org.eclipse.gef.editparts.AbstractEditPart.activateEditPolic ies(AbstractEditPa
> rt.java:165)
> at
> org.eclipse.gef.editparts.AbstractEditPart.activate(Abstract EditPart.java:148)
> at
> org.eclipse.gef.editparts.AbstractGraphicalEditPart.activate (AbstractGraphical
> EditPart.java:193)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPa rt.access$0(Graphi
> calEditPart.java:1)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPa rt.activate(Graphi
> calEditPart.java:189)
> at
> org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart .activate(DiagramE
> ditPart.java:349)
> at
> org.eclipse.gef.editparts.AbstractEditPart.addChild(Abstract EditPart.java:201)
> at
> org.eclipse.gef.editparts.SimpleRootEditPart.setContents(Sim pleRootEditPart.ja
> va:101)
> at
> org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents( AbstractEditPartVi
> ewer.java:601)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramGraphicalVie wer.setContents(Di
> agramGraphicalViewer.java:378)
> at
> org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents( AbstractEditPartVi
> ewer.java:610)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initi alizeGraphicalView
> erContents(DiagramEditor.java:870)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initi alizeGraphicalView
> er(DiagramEditor.java:863)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFl yOutPalette.initia
> lizeGraphicalViewer(DiagramEditorWithFlyOutPalette.java:116)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.creat eGraphicalViewer(D
> iagramEditor.java:807)
> at
> org.eclipse.gef.ui.parts.GraphicalEditor.createPartControl(G raphicalEditor.jav
> a:163)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.creat ePartControl(Diagr
> amEditor.java:1555)
> at
> org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFl yOutPalette.create
> PartControl(DiagramEditorWithFlyOutPalette.java:328)
> at
> org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.Di agramDocumentEdito
> r.createPartControl(DiagramDocumentEditor.java:1459)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:
> 661)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:428)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.
> java:594)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:30 6)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePa
> rt.java:180)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(Presen
> tablePartFolder.java:270)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRi
> ghtTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(
> TabbedStackPresentation.java:473)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:
> 1256)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1209)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:16 08)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103 )
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java
> :63)
> at
>
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:217 >
)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:207)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:779)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.j
> ava:678)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:639)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java
> :2817)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2729)
> at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPag e.java:2721)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.j ava:2673)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2668)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2652)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2635)
> at
> org.eclipse.mindmap.diagram.part.MindmapDiagramEditorUtil.op enDiagram(MindmapD
> iagramEditorUtil.java:81)
> at
> org.eclipse.mindmap.diagram.part.MindmapCreationWizard$2.exe cute(MindmapCreati
> onWizard.java:146)
> at
> org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(Worksp aceModifyOperation
> .java:104)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace. java:1800)
> at
> org.eclipse.ui.actions.WorkspaceModifyOperation.run(Workspac eModifyOperation.j
> ava:116)
> at
> org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:
> 458)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:366)
> at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 934)
> at
> org.eclipse.mindmap.diagram.part.MindmapCreationWizard.perfo rmFinish(MindmapCr
> eationWizard.java:156)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:742)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:373)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.jav a:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at
> org.eclipse.ui.internal.handlers.WizardHandler$New.executeHa ndler(WizardHandle
> r.java:253)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(Wizar dHandler.java:273)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(Handle rProxy.java:281)
> at org.eclipse.core.commands.Command.executeWithChecks(Command. java:476)
> at
> org.eclipse.core.commands.ParameterizedCommand.executeWithCh ecks(Parameterized
> Command.java:508)
> at
> org.eclipse.ui.internal.handlers.HandlerService.executeComma nd(HandlerService.
> java:169)
> at
> org.eclipse.ui.internal.handlers.SlaveHandlerService.execute Command(SlaveHandl
> erService.java:247)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(C ommandAction.java:
> 157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionCo
> ntributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionIte
> m.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributi
> onItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.ja
> va:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:19
> 3)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(Ec
> lipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppL
> auncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:386)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
> !SESSION 2009-04-07 17:56:34.328
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.amalgam.dsltk.product
> Command-line arguments: -product org.eclipse.amalgam.dsltk.product -data
> D:\
Previous Topic:Problems generating the diagram for the mindmap example.
Next Topic:couple of useability questions
Goto Forum:
  


Current Time: Fri Apr 19 22:42:32 GMT 2024

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

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

Back to the top