EMFStore Hello World example [message #1023546] |
Sun, 24 March 2013 10:17  |
Eclipse User |
|
|
|
Hello,
I am using EMFStore 0.9.3 on Juno.
I am running the helloworld example app and am seeing the following exception:
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:294)
at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:301)
at org.eclipse.emf.emfstore.client.model.util.EMFStoreClientUtil.giveServerInfo(EMFStoreClientUtil.java:56)
at org.eclipse.emf.emfstore.client.model.util.EMFStoreClientUtil.createUsersession(EMFStoreClientUtil.java:114)
at org.eclipse.emf.emfstore.client.model.util.EMFStoreClientUtil.createUsersession(EMFStoreClientUtil.java:89)
at org.eclipse.emf.emfstore.exampleclient.Application.runClient(Application.java:54)
at org.eclipse.emf.emfstore.exampleclient.Application.start(Application.java:34)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
I have followed the directions at http://eclipse.org/emfstore/documentation/howToUseExamples.php
Is there some incompatibility with EMFStore and the editing domain in the juno release or am I doing something wrong?
Thanks
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04400 seconds