Re: Anyone used Felix succesfully under Harmony?

2007-09-03 Thread Stuart McCulloch
Hi Rob, Glyn Normington has managed to run Equinox on Harmony* so afaik Felix 1.0.0 should work, but of course there can be subtle differences that can trip you up :) * see http://underlap.blogspot.com/2007/05/harmony-guice-and-osgi.html as Richard says, if you find errors/exceptions please post

Re: Java packages and execution environments

2007-09-03 Thread Stuart McCulloch
Hi Alin, The official OSGi execution environment jars are available from: http://www2.osgi.org/Download/Release4V41(form based page) my local copy of ee.minimum.jar has the following packages: java/io java/lang java/lang/ref java/lang/reflect java/net java/security java/security/cert

Re: Anyone used Felix succesfully under Harmony?

2007-09-03 Thread Richard S. Hall
I haven't tried it yet...seems like it should work. If you have the time, try it with either trunk or the 1.0.0 release and post the errors... -> richard Rob Walker wrote: Wondering if anyone has successfully used Felix under Harmony: http://harmony.apache.org/ We had a quick try on our Fe

Anyone used Felix succesfully under Harmony?

2007-09-03 Thread Rob Walker
Wondering if anyone has successfully used Felix under Harmony: http://harmony.apache.org/ We had a quick try on our Felix based app (which is a couple of Felix revs back) and hit classloading errors. Wondering if anyone else has experiences and/or sucesses? Regards -- Rob Walker Ascert -

Java packages and execution environments

2007-09-03 Thread Alin Dreghiciu
Hi, Do you guys know if there is anywhere a standard/strict list of packages that should be available per execution environment? Regards, Alin