Re: [osgi-dev] Eclipse Extension-points and EMF in OSGI

2018-08-09 Thread Tim Ward via osgi-dev
I would expect that Mark Hoffman or Jürgen Albert might have some useful pointers, I’m pretty sure that they’re heavy users of EMF. Best Regards, Tim > On 9 Aug 2018, at 09:20, Alain Picard via osgi-dev > wrote: > > Scott, > > I noticed the split of the o.e.core.runtime and am already

Re: [osgi-dev] Eclipse Extension-points and EMF in OSGI

2018-08-09 Thread Alain Picard via osgi-dev
Scott, I noticed the split of the o.e.core.runtime and am already using the o.e.equinox.common + supplement and running some stuff like that with Felix. But that part doesn't include of the support for extension points that is in the other "half", hence my question. Alain On Thu, Aug 9, 2018

Re: [osgi-dev] Fwd: Eclipse Extension-points and EMF in OSGI

2018-08-09 Thread Alain Picard via osgi-dev
On Thu, Aug 9, 2018 at 8:45 AM Jürgen Albert via osgi-dev < osgi-dev@mail.osgi.org> wrote: > Hi Alain, > > EMF does work without extension points, but in its current state needs > manual registration of you EPackages. > Ok that is the interesting part. The OSGi Compatibility option in the

Re: [osgi-dev] Fwd: Eclipse Extension-points and EMF in OSGI

2018-08-09 Thread Mark Hoffmann via osgi-dev
Hi Alain, Am 09.08.2018 um 14:54 schrieb Alain Picard via osgi-dev: On Thu, Aug 9, 2018 at 8:45 AM Jürgen Albert via osgi-dev mailto:osgi-dev@mail.osgi.org>> wrote: Hi Alain, EMF does work without extension points, but in its current state needs manual registration of you

Re: [osgi-dev] Fwd: Eclipse Extension-points and EMF in OSGI

2018-08-09 Thread Jürgen Albert via osgi-dev
Hi Alain, EMF does work without extension points, but in its current state needs manual registration of you EPackages. The OSGi Compatibility option in the genmodel only defines the org.eclipse.core.runtime as optional, which dues does not really solve anything. We have an extension for EMF

Re: [osgi-dev] Fwd: Eclipse Extension-points and EMF in OSGI

2018-08-09 Thread Alain Picard via osgi-dev
Jurgen, This looks fantastic. Just out of curiosity, have you used it with CDO ? Alain On Thu, Aug 9, 2018 at 10:11 AM Jürgen Albert via osgi-dev < osgi-dev@mail.osgi.org> wrote: > It appears that we are too stupid to configure the project properly. You > can get started with this: >

Re: [osgi-dev] Fwd: Eclipse Extension-points and EMF in OSGI

2018-08-09 Thread Mark Hoffmann via osgi-dev
Alain, no, we don't use CDO and didn't tried it. The only thing, that can make it not work are the Require-Bundle declarations in the CDO stuff. We experienced some problems, because of this, with QVT and EMF Compare. We created a workaround bundle with the symbolic name

Re: [osgi-dev] Fwd: Eclipse Extension-points and EMF in OSGI

2018-08-09 Thread Alain Picard via osgi-dev
Mark, We have started to create our own extension of o.e.core.runtime with some extra portable stuff like ILog and others, would be interested in maybe sharing/contributing there. As for CDO, we should have to cross that bridge before October and will gladly share any changes needed in that

Re: [osgi-dev] Fwd: Eclipse Extension-points and EMF in OSGI

2018-08-09 Thread Jürgen Albert via osgi-dev
It appears that we are too stupid to configure the project properly. You can get started with this: https://gitlab.com/gecko.io/geckoEMF/wikis/Get-started Am 09/08/2018 um 14:54 schrieb Alain Picard: On Thu, Aug 9, 2018 at 8:45 AM Jürgen Albert via osgi-dev mailto:osgi-dev@mail.osgi.org>>