Skip to main content



      Home
Home » Modeling » EMF » EMF generated editor and eclipse plugin projects
EMF generated editor and eclipse plugin projects [message #907226] Mon, 03 September 2012 11:11 Go to next message
Eclipse UserFriend
hello,

i created a plugin project which should be able to open a default generated EMF editor
but the problem is when running the plugin project (product) and then trying to open the emf editor an error message is fired:

2012-09-03 17:09:42,531 WARN main org.msee.slmtoolbox.modeling.editor.bsm - [68] org.msee.slmtoolbox.modeling.editor.bsm - 0
java.lang.NullPointerException
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3087)
at org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:2996)
at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2978)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2974)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2933)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2916)
at org.msee.slmtoolbox.modeling.model.ssm.bsm.presentation.BsmModelWizard.performFinish(BsmModelWizard.java:274)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
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.executeHandler(WizardHandler.java:259)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:229)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:210)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:492)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.msee.slmtoolbox.modeling.app.Application.start(Application.java:23)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)


how can i solve this error and be able to open the editor??

thanks in advance.
HB



Re: EMF generated editor and eclipse plugin projects [message #907234 is a reply to message #907226] Mon, 03 September 2012 11:28 Go to previous messageGo to next message
Eclipse UserFriend
Hassan,

I see nothing EMF related on the stack. It seems this happens when you
complete your wizard, but you don't mention anything about a wizard. Is
the resource the wizard apparently creates properly created?

On 03/09/2012 5:11 PM, Hassan BAZOUN wrote:
> hello,
>
> i created a plugin project which should be able to open a default
> generated EMF editor
> but the problem is when running the plugin project (product) and then
> trying to open the emf editor an error message is fired:
>
> 2012-09-03 17:09:42,531 WARN main
> org.msee.slmtoolbox.modeling.editor.bsm - [68]
> org.msee.slmtoolbox.modeling.editor.bsm - 0
> java.lang.NullPointerException
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3087)
> at
> org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:2996)
> at
> org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2978)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2974)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2933)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2916)
> at
> org.msee.slmtoolbox.modeling.model.ssm.bsm.presentation.BsmModelWizard.performFinish(BsmModelWizard.java:274)
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
> 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.executeHandler(WizardHandler.java:259)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
> at
> org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at
> org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> at
> org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:229)
> at
> org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:210)
> at
> org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
> at
> org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
> at
> org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:492)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
> at
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
> at
> org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
> at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at
> org.msee.slmtoolbox.modeling.app.Application.start(Application.java:23)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> 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:353)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
>
> how can i solve this error and be able to open the editor??
>
> thanks in advance.
> HB
>
>
>
>
Re: EMF generated editor and eclipse plugin projects [message #907236 is a reply to message #907234] Mon, 03 September 2012 11:38 Go to previous messageGo to next message
Eclipse UserFriend
thanks Ed for your reply,

the resource is well created in the wizard but the error is fired in the method performFinish()

this is the code of the method:

/**
* Do the work after everything is specified.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean performFinish() {
try {
// Remember the file.
//
// final IFile modelFile = getModelFile();
final IFile modelFile = findProject(selection).getFile(getFileName());

// Do the work within an operation.
//
WorkspaceModifyOperation operation =
new WorkspaceModifyOperation() {
@Override
protected void execute(IProgressMonitor progressMonitor) {
try {
// Create a resource set
//
ResourceSet resourceSet = new ResourceSetImpl();

// Get the URI of the model file.
//
//URI fileURI = URI.createPlatformResourceURI(modelFile.getFullPath().toString(), true);
//URI fileURI = URI.createPlatformResourceURI(getModelFile().getFullPath().toString(), true);
IFile diagramFile = findProject(selection).getFile(getFileName());
URI fileURI = URI.createPlatformResourceURI(diagramFile.getFullPath().toString(), true);

// Create a resource for this file.
//

Resource resource = resourceSet.createResource(fileURI);

// Add the initial model object to the contents.
//
EObject rootObject = createInitialModel();
if (rootObject != null) {
resource.getContents().add(rootObject);
}

// Save the contents of the resource to the file system.
//
Map<Object, Object> options = new HashMap<Object, Object>();
options.put(XMLResource.OPTION_ENCODING, initialObjectCreationPage.getEncoding());
resource.save(options);
}
catch (Exception exception) {
BsmEditorPlugin.INSTANCE.log(exception);
}
finally {
progressMonitor.done();
}
}
};

getContainer().run(false, false, operation);

// Select the new file resource in the current view.
//
IWorkbenchWindow workbenchWindow = workbench.getActiveWorkbenchWindow();
IWorkbenchPage page = workbenchWindow.getActivePage();
final IWorkbenchPart activePart = page.getActivePart();
if (activePart instanceof ISetSelectionTarget) {
final ISelection targetSelection = new StructuredSelection(modelFile);
getShell().getDisplay().asyncExec
(new Runnable() {
public void run() {
((ISetSelectionTarget)activePart).selectReveal(targetSelection);
}
});
}

// Open an editor on the new file.
//
try {
// the error is fired at this line of code
page.openEditor
(new FileEditorInput(modelFile),
workbench.getEditorRegistry().getDefaultEditor(modelFile.getFullPath().toString()).getId());
}
catch (PartInitException exception) {
MessageDialog.openError(workbenchWindow.getShell(), BsmEditorPlugin.INSTANCE.getString("_UI_OpenEditorError_label"), exception.getMessage());
return false;
}

return true;
}
catch (Exception exception) {
BsmEditorPlugin.INSTANCE.log(exception);
return false;
}
}
Re: EMF generated editor and eclipse plugin projects [message #907243 is a reply to message #907226] Mon, 03 September 2012 11:47 Go to previous messageGo to next message
Eclipse UserFriend
What's happening at the line with the null pointer exception?


On 03/09/2012 5:11 PM, Hassan BAZOUN wrote:
> hello,
>
> i created a plugin project which should be able to open a default
> generated EMF editor
> but the problem is when running the plugin project (product) and then
> trying to open the emf editor an error message is fired:
>
> 2012-09-03 17:09:42,531 WARN main
> org.msee.slmtoolbox.modeling.editor.bsm - [68]
> org.msee.slmtoolbox.modeling.editor.bsm - 0
> java.lang.NullPointerException
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3087)
> at
> org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:2996)
> at
> org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2978)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2974)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2933)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2916)
> at
> org.msee.slmtoolbox.modeling.model.ssm.bsm.presentation.BsmModelWizard.performFinish(BsmModelWizard.java:274)
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
> 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.executeHandler(WizardHandler.java:259)
> at
> org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
> at
> org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
> at
> org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at
> org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> at
> org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:229)
> at
> org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:210)
> at
> org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
> at
> org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
> at
> org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:492)
> at
> org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
> at
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
> at
> org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
> at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at
> org.msee.slmtoolbox.modeling.app.Application.start(Application.java:23)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> 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:353)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
>
> how can i solve this error and be able to open the editor??
>
> thanks in advance.
> HB
>
>
>
>
Re: EMF generated editor and eclipse plugin projects [message #907546 is a reply to message #907243] Tue, 04 September 2012 03:26 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workbench when it is trying to open the editor.
i still didn't figure out why is this happening.

HB
Re: EMF generated editor and eclipse plugin projects [message #907551 is a reply to message #907243] Tue, 04 September 2012 03:28 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workBench when trying to open the editor.
i still didn't figure out the source of the problem.
is it configuration problem (since it is working with graphiti editors)?

HB
Re: EMF generated editor and eclipse plugin projects [message #907560 is a reply to message #907243] Tue, 04 September 2012 03:26 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workbench when it is trying to open the editor.
i still didn't figure out why is this happening.

HB
Re: EMF generated editor and eclipse plugin projects [message #907561 is a reply to message #907551] Tue, 04 September 2012 03:30 Go to previous messageGo to next message
Eclipse UserFriend
Hassan,

This is what debuggers are for.

On 04/09/2012 9:28 AM, Hassan BAZOUN wrote:
> hey Ed,
>
> the null pointer exception is fired at the level of workBench when
> trying to open the editor.
> i still didn't figure out the source of the problem.
> is it configuration problem (since it is working with graphiti editors)?
>
> HB
Re: EMF generated editor and eclipse plugin projects [message #907567 is a reply to message #907243] Tue, 04 September 2012 03:26 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workbench when it is trying to open the editor.
i still didn't figure out why is this happening.

HB
Re: EMF generated editor and eclipse plugin projects [message #907568 is a reply to message #907243] Tue, 04 September 2012 03:28 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workBench when trying to open the editor.
i still didn't figure out the source of the problem.
is it configuration problem (since it is working with graphiti editors)?

HB
Re: EMF generated editor and eclipse plugin projects [message #907569 is a reply to message #907551] Tue, 04 September 2012 03:30 Go to previous messageGo to next message
Eclipse UserFriend
Hassan,

This is what debuggers are for.

On 04/09/2012 9:28 AM, Hassan BAZOUN wrote:
> hey Ed,
>
> the null pointer exception is fired at the level of workBench when
> trying to open the editor.
> i still didn't figure out the source of the problem.
> is it configuration problem (since it is working with graphiti editors)?
>
> HB
Re: EMF generated editor and eclipse plugin projects [message #907575 is a reply to message #907243] Tue, 04 September 2012 03:26 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workbench when it is trying to open the editor.
i still didn't figure out why is this happening.

HB
Re: EMF generated editor and eclipse plugin projects [message #907576 is a reply to message #907243] Tue, 04 September 2012 03:28 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workBench when trying to open the editor.
i still didn't figure out the source of the problem.
is it configuration problem (since it is working with graphiti editors)?

HB
Re: EMF generated editor and eclipse plugin projects [message #907577 is a reply to message #907551] Tue, 04 September 2012 03:30 Go to previous messageGo to next message
Eclipse UserFriend
Hassan,

This is what debuggers are for.

On 04/09/2012 9:28 AM, Hassan BAZOUN wrote:
> hey Ed,
>
> the null pointer exception is fired at the level of workBench when
> trying to open the editor.
> i still didn't figure out the source of the problem.
> is it configuration problem (since it is working with graphiti editors)?
>
> HB
Re: EMF generated editor and eclipse plugin projects [message #907584 is a reply to message #907243] Tue, 04 September 2012 03:26 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workbench when it is trying to open the editor.
i still didn't figure out why is this happening.

HB
Re: EMF generated editor and eclipse plugin projects [message #907585 is a reply to message #907243] Tue, 04 September 2012 03:28 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workBench when trying to open the editor.
i still didn't figure out the source of the problem.
is it configuration problem (since it is working with graphiti editors)?

HB
Re: EMF generated editor and eclipse plugin projects [message #907586 is a reply to message #907551] Tue, 04 September 2012 03:30 Go to previous messageGo to next message
Eclipse UserFriend
Hassan,

This is what debuggers are for.

On 04/09/2012 9:28 AM, Hassan BAZOUN wrote:
> hey Ed,
>
> the null pointer exception is fired at the level of workBench when
> trying to open the editor.
> i still didn't figure out the source of the problem.
> is it configuration problem (since it is working with graphiti editors)?
>
> HB
Re: EMF generated editor and eclipse plugin projects [message #907596 is a reply to message #907243] Tue, 04 September 2012 03:28 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workBench when trying to open the editor.
i still didn't figure out the source of the problem.
is it configuration problem (since it is working with graphiti editors)?

HB
Re: EMF generated editor and eclipse plugin projects [message #907598 is a reply to message #907551] Tue, 04 September 2012 03:30 Go to previous messageGo to next message
Eclipse UserFriend
Hassan,

This is what debuggers are for.

On 04/09/2012 9:28 AM, Hassan BAZOUN wrote:
> hey Ed,
>
> the null pointer exception is fired at the level of workBench when
> trying to open the editor.
> i still didn't figure out the source of the problem.
> is it configuration problem (since it is working with graphiti editors)?
>
> HB
Re: EMF generated editor and eclipse plugin projects [message #907599 is a reply to message #907243] Tue, 04 September 2012 03:28 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workBench when trying to open the editor.
i still didn't figure out the source of the problem.
is it configuration problem (since it is working with graphiti editors)?

HB
Re: EMF generated editor and eclipse plugin projects [message #907600 is a reply to message #907551] Tue, 04 September 2012 03:30 Go to previous messageGo to next message
Eclipse UserFriend
Hassan,

This is what debuggers are for.

On 04/09/2012 9:28 AM, Hassan BAZOUN wrote:
> hey Ed,
>
> the null pointer exception is fired at the level of workBench when
> trying to open the editor.
> i still didn't figure out the source of the problem.
> is it configuration problem (since it is working with graphiti editors)?
>
> HB
Re: EMF generated editor and eclipse plugin projects [message #907601 is a reply to message #907243] Tue, 04 September 2012 03:28 Go to previous messageGo to next message
Eclipse UserFriend
hey Ed,

the null pointer exception is fired at the level of workBench when trying to open the editor.
i still didn't figure out the source of the problem.
is it configuration problem (since it is working with graphiti editors)?

HB
Re: EMF generated editor and eclipse plugin projects [message #907602 is a reply to message #907551] Tue, 04 September 2012 03:30 Go to previous messageGo to next message
Eclipse UserFriend
Hassan,

This is what debuggers are for.

On 04/09/2012 9:28 AM, Hassan BAZOUN wrote:
> hey Ed,
>
> the null pointer exception is fired at the level of workBench when
> trying to open the editor.
> i still didn't figure out the source of the problem.
> is it configuration problem (since it is working with graphiti editors)?
>
> HB
Re: EMF generated editor and eclipse plugin projects [message #907655 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous messageGo to next message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907668 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous messageGo to next message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907682 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous messageGo to next message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907697 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous messageGo to next message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907715 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous messageGo to next message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907716 is a reply to message #907655] Tue, 04 September 2012 04:53 Go to previous message
Eclipse UserFriend
What source code is at the line with the null pointer exception?

On 04/09/2012 10:36 AM, Hassan BAZOUN wrote:
> Ed,
> am using debuggers but i didn't get your point
> can you elaborate more please.
>
> Hassan
Re: EMF generated editor and eclipse plugin projects [message #907742 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907743 is a reply to message #907655] Tue, 04 September 2012 04:53 Go to previous message
Eclipse UserFriend
What source code is at the line with the null pointer exception?

On 04/09/2012 10:36 AM, Hassan BAZOUN wrote:
> Ed,
> am using debuggers but i didn't get your point
> can you elaborate more please.
>
> Hassan
Re: EMF generated editor and eclipse plugin projects [message #907761 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907762 is a reply to message #907655] Tue, 04 September 2012 04:53 Go to previous message
Eclipse UserFriend
What source code is at the line with the null pointer exception?

On 04/09/2012 10:36 AM, Hassan BAZOUN wrote:
> Ed,
> am using debuggers but i didn't get your point
> can you elaborate more please.
>
> Hassan
Re: EMF generated editor and eclipse plugin projects [message #907785 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907786 is a reply to message #907655] Tue, 04 September 2012 04:53 Go to previous message
Eclipse UserFriend
What source code is at the line with the null pointer exception?

On 04/09/2012 10:36 AM, Hassan BAZOUN wrote:
> Ed,
> am using debuggers but i didn't get your point
> can you elaborate more please.
>
> Hassan
Re: EMF generated editor and eclipse plugin projects [message #907811 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907812 is a reply to message #907655] Tue, 04 September 2012 04:53 Go to previous message
Eclipse UserFriend
What source code is at the line with the null pointer exception?

On 04/09/2012 10:36 AM, Hassan BAZOUN wrote:
> Ed,
> am using debuggers but i didn't get your point
> can you elaborate more please.
>
> Hassan
Re: EMF generated editor and eclipse plugin projects [message #907839 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907840 is a reply to message #907655] Tue, 04 September 2012 04:53 Go to previous message
Eclipse UserFriend
What source code is at the line with the null pointer exception?

On 04/09/2012 10:36 AM, Hassan BAZOUN wrote:
> Ed,
> am using debuggers but i didn't get your point
> can you elaborate more please.
>
> Hassan
Re: EMF generated editor and eclipse plugin projects [message #907870 is a reply to message #907561] Tue, 04 September 2012 04:36 Go to previous message
Eclipse UserFriend
Ed,

am using debuggers but i didn't get your point
can you elaborate more please.

Hassan
Re: EMF generated editor and eclipse plugin projects [message #907871 is a reply to message #907655] Tue, 04 September 2012 04:53 Go to previous message
Eclipse UserFriend
What source code is at the line with the null pointer exception?

On 04/09/2012 10:36 AM, Hassan BAZOUN wrote:
> Ed,
> am using debuggers but i didn't get your point
> can you elaborate more please.
>
> Hassan
Re: EMF generated editor and eclipse plugin projects [message #907904 is a reply to message #907655] Tue, 04 September 2012 04:53 Go to previous message
Eclipse UserFriend
What source code is at the line with the null pointer exception?

On 04/09/2012 10:36 AM, Hassan BAZOUN wrote:
> Ed,
> am using debuggers but i didn't get your point
> can you elaborate more please.
>
> Hassan
Previous Topic:[CDO] Performance
Next Topic:Modeling Symposium
Goto Forum:
  


Current Time: Wed Nov 05 04:37:31 EST 2025

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

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

Back to the top