> > ... If security is enabled > anyways and we are not talking about an embedded scenario you could > consider taking the JAAS approach (i.e., joining the user based check > with the code based one) or go with JAAS directly (probably makes more > sense).
I use the UserAdmin to do what JAAS would do otherwise. However, since I'm using OSGi, I left JAAS aside. Since this is not an embedded case, Would you recommend using JAAS? Thanks, Rodrigo

