Hi everybody.

I'm just starting out with osgi, so I'm still trying to find my way around.
Currently I am trying to use OpenJPA with Felix, but I am getting a
MissingResourceException from OpenJPA
which I beleive is caused by some classloading code in OpenJPA.

<the code I think is wrong>

       ClassLoader l = (ClassLoader) AccessController.doPrivileged(
       J2DoPrivHelper.getClassLoaderAction(ProductDerivation.class));
       _derivationNames = Services.getImplementors(ProductDerivation.class,
l);

</the code I think is wrong>

The above code causes ProductDerivations not to be found on my
META-INF/services path

I would like to make a change in OpenJPA and recompile to see if it fixes my
problem. But I obviously also need to re-create the Manifest.
I find documentation about mangen but for the life of me cannot find any
link to download mangen.

Can someone please point me to the download for mangen...or indicate if it
is part of some other download.

Thankyou in advance

Ivanhoe

Reply via email to