|
From: Kai G. <no...@ki...> - 2009-06-23 20:45:03
|
Hi George, I've also noticed that the completion does not work anymore for some combinations of spring and eclipse. Have you tried if the latest svn works by any chance? If it doesn't feel free to send me or attach a patch and I'll take care that it get's applied. cheers Kai --- Original Nachricht --- Absender: George Xenoulis Datum: 23.06.2009 15:58 > Hello all, > > I'm having trouble with eclibatis (spring-ide 2.2.4) and > eclipse-ganymede. The problem > is that class property completion is not working. > > The error log reports: > Unhandled event loop exception > > and the stack trace is : > > java.lang.AbstractMethodError: > net.sf.eclibatis.mappings.editor.property.PropertyContentAssistCalculator.computeProposals(Lorg/springframework/ide/eclipse/beans/ui/editor/contentassist/IContentAssistContext;Lorg/springframework/ide/eclipse/beans/ui/editor/contentassist/IContentAssistProposalRecorder;)V > at > org.springframework.ide.eclipse.beans.ui.editor.contentassist.NamespaceContentAssistProcessorSupport.computeAttributeValueProposals(NamespaceContentAssistProcessorSupport.java:97) > at > org.springframework.ide.eclipse.beans.ui.editor.contentassist.AbstractContentAssistProcessor.addAttributeValueProposals(AbstractContentAssistProcessor.java:135) > at > net.sf.eclibatis.common.editor.NamespaceContentAssistProcessorAdapter.addAttributeValueProposals(NamespaceContentAssistProcessorAdapter.java:35) > at > org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(AbstractContentAssistProcessor.java:1265) > at > org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(AbstractContentAssistProcessor.java:1299) > at > org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor.computeCompletionProposals(XMLContentAssistProcessor.java:105) > at > org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(AbstractContentAssistProcessor.java:1407) > at > org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor.computeCompletionProposals(XMLContentAssistProcessor.java:120) > at > org.eclipse.wst.sse.ui.internal.contentassist.CompoundContentAssistProcessor.computeCompletionProposals(CompoundContentAssistProcessor.java:303) > at > org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1832) > at > org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:556) > at > org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(CompletionProposalPopup.java:553) > at > org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:488) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) > at > org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:482) > at > org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1660) > at > org.eclipse.wst.sse.ui.internal.StructuredTextViewer.doOperation(StructuredTextViewer.java:446) > at > org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:131) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) > at > org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:129) > at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) > at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) > at > org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) > at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) > at > org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) > at > org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) > at > org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470) > at > org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824) > at > org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880) > at > org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:569) > at > org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510) > at > org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:125) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1467) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1175) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1200) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1185) > at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1212) > at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:706) > at > org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2837) > at > org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:703) > at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1570) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:4586) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:4191) > at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) > at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:7586) > at org.eclipse.swt.widgets.Display.eventProc(Display.java:1185) > at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native > Method) > at > org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1858) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3110) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) > at > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) > at > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) > at org.eclipse.equinox.launcher.Main.run(Main.java:1311) > > Regargs, > George > > ------------------------------------------------------------------------------ > _______________________________________________ > eclibatis-user mailing list > ecl...@li... > https://lists.sourceforge.net/lists/listinfo/eclibatis-user > |