Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Geronimo deployement plan editor does not work!?!
Geronimo deployement plan editor does not work!?! [message #183350] Tue, 28 November 2006 14:12 Go to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I am trying to add the axis library as dependency to my application,
because compilation of the JSP's for the generated test client always
fails stating that class org.apache.axis.AxisFault can not be found.
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.

Seems like a bug to me or is this thing testing or checking something
and thus maybe refusing to modify anything?

Michael
Re: Geronimo deployement plan editor does not work!?! [message #183360 is a reply to message #183350] Tue, 28 November 2006 15:11 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
And the reason is:
Unhandled event loop exception

java.lang.ArrayStoreException
at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.jav a:188)
at
org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
at
org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUn ique(NotifyingListImpl.java:323)
at
org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUniq ue(NotifyingListImpl.java:280)
at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:6 00)
at
org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.perfo rmFinish(DependencyWizard.java:241)
at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:680)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:355)
at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.jav a:660)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va: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.wi dgetSelected(AbstractTableSection.java:217)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.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(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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)

"Michael Moser" <mmo@zurich.ibm.com> wrote in message
news:ekhg54$i8t$1@utils.eclipse.org...
>I am trying to add the axis library as dependency to my application,
>because compilation of the JSP's for the generated test client always
>fails stating that class org.apache.axis.AxisFault can not be found.
>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.
>
> Seems like a bug to me or is this thing testing or checking something
> and thus maybe refusing to modify anything?
>
> Michael
Re: Geronimo deployement plan editor does not work!?! [message #183399 is a reply to message #183360] Tue, 28 November 2006 18:38 Go to previous messageGo to next message
Sachin Patel is currently offline Sachin PatelFriend
Messages: 75
Registered: July 2009
Member
Yes, that is a bug... could you open a defect at..

http://issues.apache.org/jira/browse/GERONIMODEVTOOLS

Michael Moser wrote:
> And the reason is:
> Unhandled event loop exception
>
> java.lang.ArrayStoreException
> at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.jav a:188)
> at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
> at
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUn ique(NotifyingListImpl.java:323)
>
> at
> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUniq ue(NotifyingListImpl.java:280)
>
> at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:6 00)
> at
> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.perfo rmFinish(DependencyWizard.java:241)
>
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:680)
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:355)
> at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.jav a:660)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va: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.wi dgetSelected(AbstractTableSection.java:217)
>
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va:3348)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.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(EclipseS tarter.java:400)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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)
>
> "Michael Moser" <mmo@zurich.ibm.com> wrote in message
> news:ekhg54$i8t$1@utils.eclipse.org...
>> I am trying to add the axis library as dependency to my application,
>> because compilation of the JSP's for the generated test client always
>> fails stating that class org.apache.axis.AxisFault can not be found.
>> 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.
>>
>> Seems like a bug to me or is this thing testing or checking something
>> and thus maybe refusing to modify anything?
>>
>> Michael
>
Re: Geronimo deployement plan editor does not work!?! [message #183415 is a reply to message #183399] Tue, 28 November 2006 20:30 Go to previous messageGo to next message
Sachin Patel is currently offline Sachin PatelFriend
Messages: 75
Registered: July 2009
Member
Should be fixed in daily drivers. See..

http://people.apache.org/dist/geronimo/eclipse/unstable/

Sachin Patel wrote:
> Yes, that is a bug... could you open a defect at..
>
> http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
>
> Michael Moser wrote:
>> And the reason is:
>> Unhandled event loop exception
>>
>> java.lang.ArrayStoreException
>> at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.jav a:188)
>> at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
>> at
>> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUn ique(NotifyingListImpl.java:323)
>>
>> at
>> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUniq ue(NotifyingListImpl.java:280)
>>
>> at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:6 00)
>> at
>> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.perfo rmFinish(DependencyWizard.java:241)
>>
>> at
>> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:680)
>>
>> at
>> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:355)
>>
>> at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.jav a:660)
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va: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.wi dgetSelected(AbstractTableSection.java:217)
>>
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va:3348)
>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
>> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
>>
>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
>> at
>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.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(EclipseS tarter.java:400)
>>
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
>>
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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)
>>
>> "Michael Moser" <mmo@zurich.ibm.com> wrote in message
>> news:ekhg54$i8t$1@utils.eclipse.org...
>>> I am trying to add the axis library as dependency to my application,
>>> because compilation of the JSP's for the generated test client always
>>> fails stating that class org.apache.axis.AxisFault can not be found.
>>> 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.
>>>
>>> Seems like a bug to me or is this thing testing or checking something
>>> and thus maybe refusing to modify anything?
>>>
>>> Michael
>>
Re: Geronimo deployement plan editor does not work!?! [message #183421 is a reply to message #183415] Wed, 29 November 2006 09:46 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
Nope - it isn't. Just downloaded the latest and same
ArrayStoreException. Filing a defect...
Michael

"Sachin Patel" <sppatel2@gmail.com> wrote in message
news:eki69f$m3k$1@utils.eclipse.org...
> Should be fixed in daily drivers. See..
>
> http://people.apache.org/dist/geronimo/eclipse/unstable/
>
> Sachin Patel wrote:
>> Yes, that is a bug... could you open a defect at..
>>
>> http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
>>
>> Michael Moser wrote:
>>> And the reason is:
>>> Unhandled event loop exception
>>>
>>> java.lang.ArrayStoreException
>>> at
>>> org.eclipse.emf.common.util.BasicEList.assign(BasicEList.jav a:188)
>>> at
>>> org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
>>> at
>>> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUn ique(NotifyingListImpl.java:323)
>>> at
>>> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUniq ue(NotifyingListImpl.java:280)
>>> at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:6 00)
>>> at
>>> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.perfo rmFinish(DependencyWizard.java:241)
>>> at
>>> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:680)
>>> at
>>> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:355)
>>> at
>>> org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.jav a:660)
>>> at
>>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va: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.wi dgetSelected(AbstractTableSection.java:217)
>>> at
>>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va:3348)
>>> at
>>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
>>> at
>>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
>>> at
>>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
>>> at
>>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>> at
>>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
>>> at
>>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.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(EclipseS tarter.java:400)
>>> at
>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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)
>>>
>>> "Michael Moser" <mmo@zurich.ibm.com> wrote in message
>>> news:ekhg54$i8t$1@utils.eclipse.org...
>>>> I am trying to add the axis library as dependency to my
>>>> application, because compilation of the JSP's for the generated
>>>> test client always fails stating that class
>>>> org.apache.axis.AxisFault can not be found. 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.
>>>>
>>>> Seems like a bug to me or is this thing testing or checking
>>>> something and thus maybe refusing to modify anything?
>>>>
>>>> Michael
>>>
Re: Geronimo deployement plan editor does not work!?! [message #183445 is a reply to message #183421] Wed, 29 November 2006 14:34 Go to previous messageGo to next message
Sachin Patel is currently offline Sachin PatelFriend
Messages: 75
Registered: July 2009
Member
When you extracted the daily driver did you relaunch eclipse with "-clean"?

Michael Moser wrote:
> Nope - it isn't. Just downloaded the latest and same
> ArrayStoreException. Filing a defect...
> Michael
>
> "Sachin Patel" <sppatel2@gmail.com> wrote in message
> news:eki69f$m3k$1@utils.eclipse.org...
>> Should be fixed in daily drivers. See..
>>
>> http://people.apache.org/dist/geronimo/eclipse/unstable/
>>
>> Sachin Patel wrote:
>>> Yes, that is a bug... could you open a defect at..
>>>
>>> http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
>>>
>>> Michael Moser wrote:
>>>> And the reason is:
>>>> Unhandled event loop exception
>>>>
>>>> java.lang.ArrayStoreException
>>>> at org.eclipse.emf.common.util.BasicEList.assign(BasicEList.jav a:188)
>>>> at
>>>> org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
>>>> at
>>>> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUn ique(NotifyingListImpl.java:323)
>>>>
>>>> at
>>>> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUniq ue(NotifyingListImpl.java:280)
>>>>
>>>> at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:6 00)
>>>> at
>>>> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.perfo rmFinish(DependencyWizard.java:241)
>>>>
>>>> at
>>>> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:680)
>>>>
>>>> at
>>>> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:355)
>>>>
>>>> at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.jav a:660)
>>>> at
>>>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va: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.wi dgetSelected(AbstractTableSection.java:217)
>>>>
>>>> at
>>>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va:3348)
>>>> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
>>>> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
>>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
>>>> at
>>>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
>>>>
>>>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>>> at
>>>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
>>>> at
>>>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.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(EclipseS tarter.java:400)
>>>>
>>>> at
>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
>>>>
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>> at
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
>>>>
>>>> at
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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)
>>>>
>>>> "Michael Moser" <mmo@zurich.ibm.com> wrote in message
>>>> news:ekhg54$i8t$1@utils.eclipse.org...
>>>>> I am trying to add the axis library as dependency to my
>>>>> application, because compilation of the JSP's for the generated
>>>>> test client always fails stating that class
>>>>> org.apache.axis.AxisFault can not be found. 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.
>>>>>
>>>>> Seems like a bug to me or is this thing testing or checking
>>>>> something and thus maybe refusing to modify anything?
>>>>>
>>>>> Michael
>>>>
>
Re: Geronimo deployement plan editor does not work!?! [message #183452 is a reply to message #183445] Wed, 29 November 2006 14:46 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
Yes - I ALWAYS start eclipse with -clean.

I grew accustomed to that habit since I change and experiment with my
configs a lot and also have multiple eclipse versions running. So, all
my shortcuts have a -clean option. And if everything else fails I even
re-start with a fresh configuration directory...

Michael

"Sachin Patel" <sppatel2@gmail.com> wrote in message
news:ekk5pt$r4a$1@utils.eclipse.org...
> When you extracted the daily driver did you relaunch eclipse with
> "-clean"?
>
> Michael Moser wrote:
>> Nope - it isn't. Just downloaded the latest and same
>> ArrayStoreException. Filing a defect...
>> Michael
>>
>> "Sachin Patel" <sppatel2@gmail.com> wrote in message
>> news:eki69f$m3k$1@utils.eclipse.org...
>>> Should be fixed in daily drivers. See..
>>>
>>> http://people.apache.org/dist/geronimo/eclipse/unstable/
>>>
>>> Sachin Patel wrote:
>>>> Yes, that is a bug... could you open a defect at..
>>>>
>>>> http://issues.apache.org/jira/browse/GERONIMODEVTOOLS
>>>>
>>>> Michael Moser wrote:
>>>>> And the reason is:
>>>>> Unhandled event loop exception
>>>>>
>>>>> java.lang.ArrayStoreException
>>>>> at
>>>>> org.eclipse.emf.common.util.BasicEList.assign(BasicEList.jav a:188)
>>>>> at
>>>>> org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList. java:619)
>>>>> at
>>>>> org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUn ique(NotifyingListImpl.java:323)
>>>>> at
>>>>> org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUniq ue(NotifyingListImpl.java:280)
>>>>> at org.eclipse.emf.common.util.BasicEList.add(BasicEList.java:6 00)
>>>>> at
>>>>> org.apache.geronimo.st.v11.ui.wizards.DependencyWizard.perfo rmFinish(DependencyWizard.java:241)
>>>>> at
>>>>> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:680)
>>>>> at
>>>>> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:355)
>>>>> at
>>>>> org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.jav a:660)
>>>>> at
>>>>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va: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.wi dgetSelected(AbstractTableSection.java:217)
>>>>> at
>>>>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.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.ja va:3348)
>>>>> at
>>>>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2968)
>>>>> at
>>>>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
>>>>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
>>>>> at
>>>>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
>>>>> at
>>>>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
>>>>> at
>>>>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
>>>>> at
>>>>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.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(EclipseS tarter.java:400)
>>>>> at
>>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>> at
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:64)
>>>>> at
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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)
>>>>>
>>>>> "Michael Moser" <mmo@zurich.ibm.com> wrote in message
>>>>> news:ekhg54$i8t$1@utils.eclipse.org...
>>>>>> I am trying to add the axis library as dependency to my
>>>>>> application, because compilation of the JSP's for the generated
>>>>>> test client always fails stating that class
>>>>>> org.apache.axis.AxisFault can not be found. 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.
>>>>>>
>>>>>> Seems like a bug to me or is this thing testing or checking
>>>>>> something and thus maybe refusing to modify anything?
>>>>>>
>>>>>> Michael
>>>>>
>>
Re: Geronimo deployement plan editor does not work!?! [message #183577 is a reply to message #183452] Thu, 30 November 2006 10:37 Go to previous message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
See my latest findings at
http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-117?pa ge=comments#action_12454572
Michael
Previous Topic:Undo/Redo in XML Multipage Editor
Next Topic:XML, XHTML editing, indenting
Goto Forum:
  


Current Time: Fri Mar 29 09:56:46 GMT 2024

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

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

Back to the top