Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [EMFStore] Blocker : Commit of EContainment is throwing NPE
[EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1397157] Wed, 09 July 2014 09:34 Go to next message
Annamalai Mising name is currently offline Annamalai Mising nameFriend
Messages: 126
Registered: July 2009
Senior Member
Hi There

I am using the makeithappen example. After i share the project on
EMFStore, if i add a new user to a UserGroup and commit the same, i get
a NullPointerException making it totally not usable.

This doesnt happen if i run my default server that exists in the ECP
Project but if i export my own EMFStore Server and run it seperately
outside before i commit from ECP Application.

How do i resolve this. Is this a bug known or something that i am doing
wrong.

Regards
Malai
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1397193 is a reply to message #1397157] Wed, 09 July 2014 10:49 Go to previous messageGo to next message
Jonas Helming is currently offline Jonas HelmingFriend
Messages: 699
Registered: July 2009
Senior Member
Hi Mailai,

a stack trace would help! ;-)

Best Regards

Jonas

Am 09.07.2014 11:34, schrieb Annamalai:
> Hi There
>
> I am using the makeithappen example. After i share the project on
> EMFStore, if i add a new user to a UserGroup and commit the same, i get
> a NullPointerException making it totally not usable.
>
> This doesnt happen if i run my default server that exists in the ECP
> Project but if i export my own EMFStore Server and run it seperately
> outside before i commit from ECP Application.
>
> How do i resolve this. Is this a bug known or something that i am doing
> wrong.
>
> Regards
> Malai
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1397204 is a reply to message #1397193] Wed, 09 July 2014 11:06 Go to previous messageGo to next message
Annamalai Mising name is currently offline Annamalai Mising nameFriend
Messages: 126
Registered: July 2009
Senior Member
Hello Jonas

I dnt know how i missed that.

!ENTRY org.eclipse.emf.emfstore.client 4 4 2014-07-09 16:23:49.784
!MESSAGE org.eclipse.emf.emfstore.server.exceptions.ESException:
java.lang.NullPointerException
!STACK 0
java.util.concurrent.ExecutionException:
org.eclipse.emf.emfstore.server.exceptions.ESException:
java.lang.NullPointerException
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at
org.eclipse.emf.emfstore.internal.client.common.UnknownEMFStoreWorkloadCommand.execute(UnknownEMFStoreWorkloadCommand.java:83)
at
org.eclipse.emf.emfstore.internal.client.model.controller.CommitController.performCommit(CommitController.java:236)
at
org.eclipse.emf.emfstore.internal.client.model.controller.CommitController.commit(CommitController.java:170)
at
org.eclipse.emf.emfstore.internal.client.model.controller.CommitController.run(CommitController.java:102)
at
org.eclipse.emf.emfstore.internal.client.model.controller.CommitController.run(CommitController.java:1)
at
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.ServerCall.run(ServerCall.java:249)
at
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.SessionManager.executeCall(SessionManager.java:126)
at
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.SessionManager.execute(SessionManager.java:65)
at
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.ServerCall.execute(ServerCall.java:269)
at
org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.commit(ProjectSpaceBase.java:359)
at
org.eclipse.emf.emfstore.internal.client.model.impl.api.ESLocalProjectImpl$14.call(ESLocalProjectImpl.java:407)
at
org.eclipse.emf.emfstore.internal.client.model.impl.api.ESLocalProjectImpl$14.call(ESLocalProjectImpl.java:1)
at
org.eclipse.emf.emfstore.client.util.RunESCommand$WithException$1.doRun(RunESCommand.java:61)
at
org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommandWithResult.commandBody(EMFStoreCommandWithResult.java:31)
at
org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand.execute(AbstractEMFStoreCommand.java:64)
at
org.eclipse.emf.common.command.BasicCommandStack.execute(BasicCommandStack.java:78)
at
org.eclipse.emf.emfstore.internal.client.model.changeTracking.commands.EMFStoreBasicCommandStack.execute(EMFStoreBasicCommandStack.java:72)
at
org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand.aRun(AbstractEMFStoreCommand.java:108)
at
org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommandWithResult.run(EMFStoreCommandWithResult.java:59)
at
org.eclipse.emf.emfstore.client.util.RunESCommand$WithException.runWithResult(RunESCommand.java:78)
at
org.eclipse.emf.emfstore.internal.client.model.impl.api.ESLocalProjectImpl.commit(ESLocalProjectImpl.java:401)
at
org.eclipse.emf.emfstore.internal.client.ui.controller.UICommitProjectController.doRun(UICommitProjectController.java:211)
at
org.eclipse.emf.emfstore.internal.client.ui.controller.UICommitProjectController.doRun(UICommitProjectController.java:1)
at
org.eclipse.emf.emfstore.internal.client.ui.common.MonitoredEMFStoreAction$1.run(MonitoredEMFStoreAction.java:70)
at
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
at
org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
at
org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:275)
at
org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1162)
at
org.eclipse.emf.emfstore.internal.client.ui.common.MonitoredEMFStoreAction.execute(MonitoredEMFStoreAction.java:67)
at
org.eclipse.emf.ecp.emfstore.internal.ui.handler.CommitProjectHelper.commitProject(CommitProjectHelper.java:53)
at
org.eclipse.emf.ecp.emfstore.internal.ui.handler.CommitProjectHandler.execute(CommitProjectHandler.java:35)
at
org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
at
org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at
org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
at
org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
at
org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
at
org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
at
org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at
org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
at
org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:850)
at
org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:743)
at
org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:727)
at
org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:662)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at com.jcchapman.fdsf.workbench.Application.start(Application.java:20)
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:354)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
Caused by: org.eclipse.emf.emfstore.server.exceptions.ESException:
java.lang.NullPointerException
at
org.eclipse.emf.emfstore.internal.server.core.AbstractSubEmfstoreInterface.execute(AbstractSubEmfstoreInterface.java:152)
at
org.eclipse.emf.emfstore.internal.server.core.EMFStoreImpl.invoke(EMFStoreImpl.java:160)
at com.sun.proxy.$Proxy4.createVersion(Unknown Source)
at
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc.XmlRpcEmfStoreImpl.createVersion(XmlRpcEmfStoreImpl.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.invoke(ReflectiveXmlRpcHandler.java:115)
at
org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.execute(ReflectiveXmlRpcHandler.java:106)
at
org.apache.xmlrpc.server.XmlRpcServerWorker.execute(XmlRpcServerWorker.java:46)
at org.apache.xmlrpc.server.XmlRpcServer.execute(XmlRpcServer.java:86)
at
org.apache.xmlrpc.server.XmlRpcStreamServer.execute(XmlRpcStreamServer.java:200)
at org.apache.xmlrpc.webserver.Connection.run(Connection.java:208)
at org.apache.xmlrpc.util.ThreadPool$Poolable$1.run(ThreadPool.java:68)
Caused by: java.lang.NullPointerException
at java.lang.Class.isAssignableFrom(Native Method)
at
org.eclipse.emf.emfstore.internal.common.model.util.EObjectChangeNotifier.notifyChanged(EObjectChangeNotifier.java:201)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
at
org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1027)
at
org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1032)
at
org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:299)
at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:303)
at
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl.MultiReferenceOperationImpl.apply(MultiReferenceOperationImpl.java:391)
at
org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.apply(ChangePackageImpl.java:312)
at
org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.apply(ChangePackageImpl.java:300)
at
org.eclipse.emf.emfstore.internal.server.core.subinterfaces.VersionSubInterfaceImpl.createVersion(VersionSubInterfaceImpl.java:284)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.eclipse.emf.emfstore.internal.server.core.AbstractSubEmfstoreInterface.execute(AbstractSubEmfstoreInterface.java:136)
... 14 more

!ENTRY org.eclipse.emf.emfstore.client 4 4 2014-07-09 16:23:49.836
!MESSAGE java.lang.NullPointerException
!STACK 0
org.eclipse.emf.emfstore.server.exceptions.ESException:
java.lang.NullPointerException
at
org.eclipse.emf.emfstore.internal.server.core.AbstractSubEmfstoreInterface.execute(AbstractSubEmfstoreInterface.java:152)
at
org.eclipse.emf.emfstore.internal.server.core.EMFStoreImpl.invoke(EMFStoreImpl.java:160)
at com.sun.proxy.$Proxy4.createVersion(Unknown Source)
at
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc.XmlRpcEmfStoreImpl.createVersion(XmlRpcEmfStoreImpl.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.invoke(ReflectiveXmlRpcHandler.java:115)
at
org.apache.xmlrpc.server.ReflectiveXmlRpcHandler.execute(ReflectiveXmlRpcHandler.java:106)
at
org.apache.xmlrpc.server.XmlRpcServerWorker.execute(XmlRpcServerWorker.java:46)
at org.apache.xmlrpc.server.XmlRpcServer.execute(XmlRpcServer.java:86)
at
org.apache.xmlrpc.server.XmlRpcStreamServer.execute(XmlRpcStreamServer.java:200)
at org.apache.xmlrpc.webserver.Connection.run(Connection.java:208)
at org.apache.xmlrpc.util.ThreadPool$Poolable$1.run(ThreadPool.java:68)
Caused by: java.lang.NullPointerException
at java.lang.Class.isAssignableFrom(Native Method)
at
org.eclipse.emf.emfstore.internal.common.model.util.EObjectChangeNotifier.notifyChanged(EObjectChangeNotifier.java:201)
at
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
at
org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1027)
at
org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1032)
at
org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:299)
at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:303)
at
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl.MultiReferenceOperationImpl.apply(MultiReferenceOperationImpl.java:391)
at
org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.apply(ChangePackageImpl.java:312)
at
org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.apply(ChangePackageImpl.java:300)
at
org.eclipse.emf.emfstore.internal.server.core.subinterfaces.VersionSubInterfaceImpl.createVersion(VersionSubInterfaceImpl.java:284)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.eclipse.emf.emfstore.internal.server.core.AbstractSubEmfstoreInterface.execute(AbstractSubEmfstoreInterface.java:136)
... 14 more


Regards
Malai

On 7/9/2014 4:19 PM, Jonas Helming wrote:
> Hi Mailai,
>
> a stack trace would help! ;-)
>
> Best Regards
>
> Jonas
>
> Am 09.07.2014 11:34, schrieb Annamalai:
>> Hi There
>>
>> I am using the makeithappen example. After i share the project on
>> EMFStore, if i add a new user to a UserGroup and commit the same, i get
>> a NullPointerException making it totally not usable.
>>
>> This doesnt happen if i run my default server that exists in the ECP
>> Project but if i export my own EMFStore Server and run it seperately
>> outside before i commit from ECP Application.
>>
>> How do i resolve this. Is this a bug known or something that i am doing
>> wrong.
>>
>> Regards
>> Malai
>
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1398284 is a reply to message #1397204] Thu, 10 July 2014 22:25 Go to previous messageGo to next message
Edgar Mueller is currently offline Edgar MuellerFriend
Messages: 89
Registered: March 2011
Member
Hi Malai,

how do you export your version of EMFStore?
Did you include the makeithappen model in your exported configuration
and does this happen with a fresh project?

Cheers,
Edgar

--
Edgar Mueller

Get Professional Eclipse Support: http://eclipsesource.com/munich
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1398417 is a reply to message #1398284] Fri, 11 July 2014 03:32 Go to previous messageGo to next message
Annamalai Mising name is currently offline Annamalai Mising nameFriend
Messages: 126
Registered: July 2009
Senior Member
Hi Edgar

I just created a product file with the server configuration as explained
in http://eclipsesource.com/blogs/tutorials/emfstore-server-setup/

But i dnt include the makeithappen model as part of it. I export my
server and my ECP Application and then start the server from my ECP
Client and try to register the model from the client thru the Model
Repositories View + Register EPackage Option as shown in the screenshot
attached.

This happens even with fresh projects.

Regards
Malai

On 7/11/2014 3:55 AM, Edgar Mueller wrote:
> Hi Malai,
>
> how do you export your version of EMFStore?
> Did you include the makeithappen model in your exported configuration
> and does this happen with a fresh project?
>
> Cheers,
> Edgar
>
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1398809 is a reply to message #1398417] Fri, 11 July 2014 16:24 Go to previous messageGo to next message
Edgar Mueller is currently offline Edgar MuellerFriend
Messages: 89
Registered: March 2011
Member
Hi Malai,

i was able to reproduce the problem and will have look at it.
This might be a problem with our product config.
I will come back to you as soon as I have found a solution.

Thanks for the report!

Cheers,
Edgar

--
Edgar Mueller

Get Professional Eclipse Support: http://eclipsesource.com/munich
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1399207 is a reply to message #1398809] Sat, 12 July 2014 07:08 Go to previous messageGo to next message
Annamalai Mising name is currently offline Annamalai Mising nameFriend
Messages: 126
Registered: July 2009
Senior Member
On 7/11/2014 9:54 PM, Edgar Mueller wrote:
> Hi Malai,
>
> i was able to reproduce the problem and will have look at it.
> This might be a problem with our product config.
> I will come back to you as soon as I have found a solution.
>
> Thanks for the report!
>
> Cheers,
> Edgar
>

Hello Edgar

Thanks for your email. Do you want me to raise a BUG for this ?

Regards
Malai
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1400439 is a reply to message #1399207] Mon, 14 July 2014 07:47 Go to previous messageGo to next message
Edgar Mueller is currently offline Edgar MuellerFriend
Messages: 89
Registered: March 2011
Member
Hi Malai,

yes, that would be nice.

Cheers,

Edgar

Am 12.07.2014 09:08, schrieb Annamalai:
> On 7/11/2014 9:54 PM, Edgar Mueller wrote:
>> Hi Malai,
>>
>> i was able to reproduce the problem and will have look at it.
>> This might be a problem with our product config.
>> I will come back to you as soon as I have found a solution.
>>
>> Thanks for the report!
>>
>> Cheers,
>> Edgar
>>
>
> Hello Edgar
>
> Thanks for your email. Do you want me to raise a BUG for this ?
>
> Regards
> Malai


--
Edgar Mueller

Get Professional Eclipse Support: http://eclipsesource.com/munich
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1402972 is a reply to message #1400439] Sat, 19 July 2014 03:30 Go to previous messageGo to next message
Annamalai Mising name is currently offline Annamalai Mising nameFriend
Messages: 126
Registered: July 2009
Senior Member
Hello Edgar

Bug submitted : https://bugs.eclipse.org/bugs/show_bug.cgi?id=439932

Regards
Malai

On 7/14/2014 1:17 PM, Edgar Mueller wrote:
> Hi Malai,
>
> yes, that would be nice.
>
> Cheers,
>
> Edgar
>
> Am 12.07.2014 09:08, schrieb Annamalai:
>> On 7/11/2014 9:54 PM, Edgar Mueller wrote:
>>> Hi Malai,
>>>
>>> i was able to reproduce the problem and will have look at it.
>>> This might be a problem with our product config.
>>> I will come back to you as soon as I have found a solution.
>>>
>>> Thanks for the report!
>>>
>>> Cheers,
>>> Edgar
>>>
>>
>> Hello Edgar
>>
>> Thanks for your email. Do you want me to raise a BUG for this ?
>>
>> Regards
>> Malai
>
>
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1403680 is a reply to message #1402972] Fri, 25 July 2014 09:36 Go to previous messageGo to next message
Mt Naj is currently offline Mt NajFriend
Messages: 8
Registered: January 2014
Junior Member
Hi Egdar,

Any updates, I am also facing the same issue and cannot figure out how to resolve it.

Thanks,
Mt Naj.
Re: [EMFStore] Blocker : Commit of EContainment is throwing NPE [message #1403853 is a reply to message #1403680] Mon, 28 July 2014 09:46 Go to previous message
Johannes Faltermeier is currently offline Johannes FaltermeierFriend
Messages: 101
Registered: December 2013
Senior Member

Hi,

the problem should be fixed with the latest sources from the develop branch. Could you please check if your problems are resolved?

Kind regards
Johannes


Johannes Faltermeier

Get professional Eclipse developer support:
http://eclipsesource.com/en/services/developer-support/
Previous Topic:Disable logging information of Teneo/Hibernate
Next Topic:[EMFStore] Updates and commits with concurrent users
Goto Forum:
  


Current Time: Thu Apr 25 23:59:57 GMT 2024

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

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

Back to the top