That makes me want to ask: Is there anything of value left among the
bundles at http://oscar-osgi.sourceforge.net? Or are those just
historical artifacts? Obviously some of them have transitioned in under
the Felix project...but is there anything else that that is worth
keeping/using?
Rob Walker wrote:
There's still a version available via the original Oscar OBR site:
http://oscar-osgi.sourceforge.net/mangen/
There is a version in the Felix SVN - but it needs some work as the
Felix Manifest parsing classes it used have change, so I think the
build may be broken at present.
- Rob
Ivanhoe Abrahams wrote:
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]