2011/5/12 Jan Krueger <[email protected]> > Hello, > > well, in a way you are correct - it may looks as if this is an overkill. > The background is that we are working as part of an research project, in > which OSGi acts as the base technology for all the software developments. In > this context, one of our goals is to show the flexibility of the developed > OSGi bundles; i.e., that identical bundles can be re-used independent from > the underlying system (here of course beside from converting them into > Dalvik) and in various contexts
Well, so far you've only shown that it's exactly opposite :) See this line from your log: 05-09 13:20:20.079: WARN/dalvikvm(13668): VFY: unable to find class referenced in signature (Ljavax/security/auth/Subject;) Android docs list javax.security.auth.Subject in the reference: http://developer.android.com/reference/javax/security/auth/Subject.html But I don't know what "referenced in signature" means. Perhaps that's a key to solving this problem? -- Kostya > - you just take the bundles, deploy them into the appropriate OSGi > framework, start the application which uses the services provided by the > bundles, and it (should...) work. So using Java without OSGi isn't an > option... > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

