| [CDO] Server does not send 'Respository ADDED' event [message #987354] |
Mon, 26 November 2012 04:29  |
Erdal Karaca Messages: 620 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.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01517 seconds