Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] Server does not send 'Respository ADDED' event
[CDO] Server does not send 'Respository ADDED' event [message #987354] Mon, 26 November 2012 09:29 Go to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
I just fetched/pulled all changes from git.
Our custom server listens to the following events on IPluginContainer.INSTANCE:

event instanceof ContainerEvent<?> && ((ContainerEvent<?>) event).getDeltaKind() == Kind.ADDED
          && ((ContainerEvent) event).getDeltaElement() instanceof IRepository


Unfortunately, that condition is not met anymore. Are there new changes I have to consider?

Note: I had to add the new bundle 'org.eclipse.emf.cdo.security' in the run config.
Re: [CDO] Server does not send 'Respository ADDED' event [message #987376 is a reply to message #987354] Mon, 26 November 2012 10:55 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 26.11.2012 10:29, schrieb Erdal Karaca:
> I just fetched/pulled all changes from git.
> Our custom server listens to the following events on IPluginContainer.INSTANCE:
>
>
> event instanceof ContainerEvent<?> && ((ContainerEvent<?>) event).getDeltaKind() == Kind.ADDED
> && ((ContainerEvent) event).getDeltaElement() instanceof IRepository
>
>
> Unfortunately, that condition is not met anymore. Are there new changes I have to consider?
Darned. That must be caused by https://bugs.eclipse.org/bugs/show_bug.cgi?id=394555

Can you please reopen that bug?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


>
> Note: I had to add the new bundle 'org.eclipse.emf.cdo.security' in the run config.


Re: [CDO] Server does not send 'Respository ADDED' event [message #987383 is a reply to message #987376] Mon, 26 November 2012 11:38 Go to previous message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
I have commented on that bug, but I cannot re-open.
Thanks!

Eike Stepper wrote on Mon, 26 November 2012 11:55
Am 26.11.2012 10:29, schrieb Erdal Karaca:
> I just fetched/pulled all changes from git.
> Our custom server listens to the following events on IPluginContainer.INSTANCE:
>
>
> event instanceof ContainerEvent<?> && ((ContainerEvent<?>) event).getDeltaKind() == Kind.ADDED
> && ((ContainerEvent) event).getDeltaElement() instanceof IRepository
>
>
> Unfortunately, that condition is not met anymore. Are there new changes I have to consider?
Darned. That must be caused by https://bugs.eclipse.org/bugs/show_bug.cgi?id=394555

Can you please reopen that bug?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


>
> Note: I had to add the new bundle 'org.eclipse.emf.cdo.security' in the run config.

Previous Topic:[EMF Compare] UML: Added Element with Stereotyp
Next Topic:[Xcore] Error importing ecore.EcorePackage in generated class
Goto Forum:
  


Current Time: Tue Apr 23 12:12:36 GMT 2024

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

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

Back to the top