[jira] Commented: (GERONIMODEVTOOLS-117) Geronimo deployement plan editor crashes with ArrayStoreException when adding dependencies

2006-12-11 Thread Shiva Kumar H R (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117?page=comments#action_12457322
 ] 

Shiva Kumar H R commented on GERONIMODEVTOOLS-117:
--

I wasn't talking about the ArrayStoreException which definitely is fixed in 
trunk, but rather was mentioning about the problem of "Dependencies" view (in 
Geronimo Deployment Plan Editor) not showing the just added dependency. Anyways 
I have opened a new JIRA "GERONIMODEVTOOLS-122" for the same. It has the steps 
to reproduce the problem I am talking about, as well the fix.

> Geronimo deployement plan editor crashes with ArrayStoreException when adding 
> dependencies
> --
>
> Key: GERONIMODEVTOOLS-117
> URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: eclipse-plugin
>Affects Versions: 1.2.0
> Environment: 
> http://people.apache.org:80/dist/geronimo/eclipse/unstable/g-eclipse-plugin-1.2.0-v200611280908-deployable.zip
>Reporter: Michael Moser
> Assigned To: Sachin Patel
> Fix For: 1.x
>
>
> Trying to add the axis library as dependency to my application. After 
> clicking the Add-button on the deployment configuration tab I get a dialog. 
> When - after entering the data - I click Finish nothing happens. The dialog 
> remains and the .xml file remains as it was. When I hit finish again, the 
> dialog disappears but the XML file still remains unchanged.
> And the reason is:
> Unhandled event loop exception
> java.lang.ArrayStoreException
>  at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.java:188)
>  at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList.java:619)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUnique(NotifyingListImpl.java:323)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:280)
>  at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:600)
>  at 
> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.performFinish(DependencyWizard.java:241)
>  at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
>  at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
>  at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>  at org.eclipse.jface.window.Window.open(Window.java:796)
>  at 
> org.apache.geronimo.st.ui.sections.AbstractTableSection$3.widgetSelected(AbstractTableSection.java:217)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
>  at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
>  at 
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
>  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>  at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
>  at 
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:615)
>  at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
>  at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>  at org.eclipse.core.launcher.Main.run(Main.java:977)
>  at org.eclipse.core.launcher.Main.main(Main.java:952)
> According to NG (news:[EMAIL PROTECTED]) this should have been fixed, but I 
> just downloaded the latest available build 

[jira] Commented: (GERONIMODEVTOOLS-117) Geronimo deployement plan editor crashes with ArrayStoreException when adding dependencies

2006-12-07 Thread Shiva Kumar H R (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117?page=comments#action_12456451
 ] 

Shiva Kumar H R commented on GERONIMODEVTOOLS-117:
--

I face the same issue as Michael; that the "Dependencies" section doesn't show 
the just added dependency (say when creating geronimo-web.xml from scratch).

Shouldn't this be resolved? I will work on this.

> Geronimo deployement plan editor crashes with ArrayStoreException when adding 
> dependencies
> --
>
> Key: GERONIMODEVTOOLS-117
> URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117
> Project: Geronimo-Devtools
>  Issue Type: Bug
>Affects Versions: 1.2.0
> Environment: 
> http://people.apache.org:80/dist/geronimo/eclipse/unstable/g-eclipse-plugin-1.2.0-v200611280908-deployable.zip
>Reporter: Michael Moser
> Assigned To: Sachin Patel
>
> Trying to add the axis library as dependency to my application. After 
> clicking the Add-button on the deployment configuration tab I get a dialog. 
> When - after entering the data - I click Finish nothing happens. The dialog 
> remains and the .xml file remains as it was. When I hit finish again, the 
> dialog disappears but the XML file still remains unchanged.
> And the reason is:
> Unhandled event loop exception
> java.lang.ArrayStoreException
>  at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.java:188)
>  at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList.java:619)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUnique(NotifyingListImpl.java:323)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:280)
>  at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:600)
>  at 
> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.performFinish(DependencyWizard.java:241)
>  at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
>  at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
>  at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>  at org.eclipse.jface.window.Window.open(Window.java:796)
>  at 
> org.apache.geronimo.st.ui.sections.AbstractTableSection$3.widgetSelected(AbstractTableSection.java:217)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
>  at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
>  at 
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
>  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>  at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
>  at 
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:615)
>  at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
>  at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>  at org.eclipse.core.launcher.Main.run(Main.java:977)
>  at org.eclipse.core.launcher.Main.main(Main.java:952)
> According to NG (news:[EMAIL PROTECTED]) this should have been fixed, but I 
> just downloaded the latest available build (see environment) and the same bug 
> still exists.
> Michael

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrat

[jira] Commented: (GERONIMODEVTOOLS-117) Geronimo deployement plan editor crashes with ArrayStoreException when adding dependencies

2006-11-30 Thread Michael Moser (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117?page=comments#action_12454572
 ] 

Michael Moser commented on GERONIMODEVTOOLS-117:


Correction: the file DOES get updated! Only the views (dependencies and source 
tabs) are not! I.e., if I close the file and re-open it, I can see the 
previously added dependency. Not exactly as one would like and expect, but at 
least a work-around...

This was with version taken from file 
"g-eclipse-plugin-1.2.0-v200611280304-deployable.zip", i.e. the youngest file.

Michael



> Geronimo deployement plan editor crashes with ArrayStoreException when adding 
> dependencies
> --
>
> Key: GERONIMODEVTOOLS-117
> URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117
> Project: Geronimo-Devtools
>  Issue Type: Bug
>Affects Versions: 1.2.0
> Environment: 
> http://people.apache.org:80/dist/geronimo/eclipse/unstable/g-eclipse-plugin-1.2.0-v200611280908-deployable.zip
>Reporter: Michael Moser
> Assigned To: Sachin Patel
>
> Trying to add the axis library as dependency to my application. After 
> clicking the Add-button on the deployment configuration tab I get a dialog. 
> When - after entering the data - I click Finish nothing happens. The dialog 
> remains and the .xml file remains as it was. When I hit finish again, the 
> dialog disappears but the XML file still remains unchanged.
> And the reason is:
> Unhandled event loop exception
> java.lang.ArrayStoreException
>  at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.java:188)
>  at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList.java:619)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUnique(NotifyingListImpl.java:323)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:280)
>  at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:600)
>  at 
> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.performFinish(DependencyWizard.java:241)
>  at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
>  at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
>  at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>  at org.eclipse.jface.window.Window.open(Window.java:796)
>  at 
> org.apache.geronimo.st.ui.sections.AbstractTableSection$3.widgetSelected(AbstractTableSection.java:217)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
>  at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
>  at 
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
>  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>  at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
>  at 
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:615)
>  at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
>  at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>  at org.eclipse.core.launcher.Main.run(Main.java:977)
>  at org.eclipse.core.launcher.Main.main(Main.java:952)
> According to NG (news:[EMAIL PROTECTED]) this should have been fixed, but I 
> just downloaded the latest available build (see environment) and the same bug 
> still exists.
> Michael

-- 

[jira] Commented: (GERONIMODEVTOOLS-117) Geronimo deployement plan editor crashes with ArrayStoreException when adding dependencies

2006-11-30 Thread Michael Moser (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117?page=comments#action_12454570
 ] 

Michael Moser commented on GERONIMODEVTOOLS-117:


Looking at the website http://people.apache.org/dist/geronimo/eclipse/unstable/ 
again I found, that file "g-eclipse-plugin-1.2.0-v200611280304-deployable.zip" 
has a lower number but a younger timestamp, so tried that version as well. In 
this version the dialog disappears after clicking "Finish" and it does indeed 
not cause an ArrayStoreException any more, but also does "nothing", i.e. the 
deployment file also remains unchanged.

The seemingly older version (file 
g-eclipse-plugin-1.2.0-v200611280908-deployable.zip) has the behavior as 
described in my initial append.

And, yes, I had the -clean option included.

Michael


> Geronimo deployement plan editor crashes with ArrayStoreException when adding 
> dependencies
> --
>
> Key: GERONIMODEVTOOLS-117
> URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117
> Project: Geronimo-Devtools
>  Issue Type: Bug
>Affects Versions: 1.2.0
> Environment: 
> http://people.apache.org:80/dist/geronimo/eclipse/unstable/g-eclipse-plugin-1.2.0-v200611280908-deployable.zip
>Reporter: Michael Moser
> Assigned To: Sachin Patel
>
> Trying to add the axis library as dependency to my application. After 
> clicking the Add-button on the deployment configuration tab I get a dialog. 
> When - after entering the data - I click Finish nothing happens. The dialog 
> remains and the .xml file remains as it was. When I hit finish again, the 
> dialog disappears but the XML file still remains unchanged.
> And the reason is:
> Unhandled event loop exception
> java.lang.ArrayStoreException
>  at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.java:188)
>  at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList.java:619)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUnique(NotifyingListImpl.java:323)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:280)
>  at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:600)
>  at 
> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.performFinish(DependencyWizard.java:241)
>  at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
>  at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
>  at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>  at org.eclipse.jface.window.Window.open(Window.java:796)
>  at 
> org.apache.geronimo.st.ui.sections.AbstractTableSection$3.widgetSelected(AbstractTableSection.java:217)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
>  at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
>  at 
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
>  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>  at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
>  at 
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:615)
>  at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
>  at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>  at org.eclipse.core.launcher.Main.run(Main.java:97

[jira] Commented: (GERONIMODEVTOOLS-117) Geronimo deployement plan editor crashes with ArrayStoreException when adding dependencies

2006-11-29 Thread Sachin Patel (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117?page=comments#action_12454328
 ] 

Sachin Patel commented on GERONIMODEVTOOLS-117:
---

When you extracted the daily driver over the existing install, did you relaunch 
eclipse with -clean? I was able to reproduce the problem and I committed a fix 
and it should be resolved in that driver.

> Geronimo deployement plan editor crashes with ArrayStoreException when adding 
> dependencies
> --
>
> Key: GERONIMODEVTOOLS-117
> URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117
> Project: Geronimo-Devtools
>  Issue Type: Bug
>Affects Versions: 1.2.0
> Environment: 
> http://people.apache.org:80/dist/geronimo/eclipse/unstable/g-eclipse-plugin-1.2.0-v200611280908-deployable.zip
>Reporter: Michael Moser
>
> Trying to add the axis library as dependency to my application. After 
> clicking the Add-button on the deployment configuration tab I get a dialog. 
> When - after entering the data - I click Finish nothing happens. The dialog 
> remains and the .xml file remains as it was. When I hit finish again, the 
> dialog disappears but the XML file still remains unchanged.
> And the reason is:
> Unhandled event loop exception
> java.lang.ArrayStoreException
>  at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.java:188)
>  at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList.java:619)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUnique(NotifyingListImpl.java:323)
>  at 
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:280)
>  at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:600)
>  at 
> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.performFinish(DependencyWizard.java:241)
>  at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
>  at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
>  at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
>  at org.eclipse.jface.window.Window.open(Window.java:796)
>  at 
> org.apache.geronimo.st.ui.sections.AbstractTableSection$3.widgetSelected(AbstractTableSection.java:217)
>  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
>  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
>  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
>  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
>  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
>  at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
>  at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
>  at 
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
>  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>  at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
>  at 
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
>  at 
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
>  at 
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:615)
>  at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
>  at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
>  at org.eclipse.core.launcher.Main.run(Main.java:977)
>  at org.eclipse.core.launcher.Main.main(Main.java:952)
> According to NG (news:[EMAIL PROTECTED]) this should have been fixed, but I 
> just downloaded the latest available build (see environment) and the same bug 
> still exists.
> Michael

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: