Hi Thanks for the reply
I went to download the sourceforge version but it is from 2005 ...version 0.1.2, whereas the docs on the Felix site talk about version 1.0.1 This does seem like a big difference in versions. So now I am curious to find out if it is ok to use the 2005 version as it does not seem like its generating the Export-Package header (but then again I still need to learn how to use the tool correctly). Please advise Thanks Ivanhoe On Tue, Mar 17, 2009 at 3:26 PM, Rob Walker <[email protected]> wrote: > Can't say for sure from my side I'm afraid. My main work is with the Http > bundle, and that has definitely moved across and been enhanced long since > - R > > > Craig Walls wrote: > >> >> 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] >> >> > -- > > > Ascert - Taking systems to the Edge > [email protected] > +44 (0)20 7488 3470 > www.ascert.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

