D'oh! that's what it was. Somehow the activator class was missig "public". Thanks.
On Sat, Jan 31, 2009 at 5:59 AM, Karl Pauls <[email protected]> wrote: > Is it possible that your PolicyServiceActivator is not a public class? > Otherwise, I guess I need a little more context from you. Please > provide the full stacktrace if possible and or explain how I can > recreate the issue. Furthermore, it would be helpful if you let us > know what your set-up is (i.e., do you have security enabled, what > bundle are you trying to start etc.). > > regards, > > Karl > > On Sat, Jan 31, 2009 at 2:03 AM, Dmitry Beransky <[email protected]> > wrote: >> Hi, >> >> I'm trying to get a simple embedded Felix scenario working and am >> getting this exception: >> >> java.lang.IllegalAccessException: Class >> org.apache.felix.framework.Felix can not access a member of class >> service.policy.osgi.PolicyServiceActivator with modifiers "" >> at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65) >> at java.lang.Class.newInstance0(Class.java:349) >> >> >> What could be causing this? Is my security manager not set up correctly? >> >> Thanks >> Dmitry >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > -- > Karl Pauls > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

