Re: Eclipse RAP integration

2012-12-13 Thread Lutz Suhrbier
Shiro filter with the OSGi HttpService. We use Blueprint and Shiro's Spring add-on to configure Shiro. With that setting we are very happy! I can't tell you how to configure Shiro in OSGi without using Blueprint though. Bye, Jan -Ursprüngliche Nachricht- Von: Lutz Suhrbier [ma

Re: Eclipse RAP integration

2012-12-11 Thread Harald Wellmann
> I can't tell you how to configure Shiro in OSGi without using Blueprint > though. > > Bye, > Jan > > -Ursprüngliche Nachricht- > Von: Lutz Suhrbier [mailto:l.suhrb...@bgbm.org] > Gesendet: Dienstag, 11. Dezember 2012 13:13 > An: user@shiro.apache.org &g

AW: Eclipse RAP integration

2012-12-11 Thread Jan Stamer
Gi without using Blueprint though. Bye, Jan -Ursprüngliche Nachricht- Von: Lutz Suhrbier [mailto:l.suhrb...@bgbm.org] Gesendet: Dienstag, 11. Dezember 2012 13:13 An: user@shiro.apache.org Betreff: Eclipse RAP integration Hello, I am trying to find the right way to integrate Shiro 1.

Eclipse RAP integration

2012-12-11 Thread Lutz Suhrbier
Hello, I am trying to find the right way to integrate Shiro 1.2.1 within Eclipse RAP. Actually, I have followed other recommendations to simply initialize Shiro within the RAP-OSGi Activator constructor like this. Factory factory = new IniSecurityManagerFactory("file:path_to_shiro.ini"); Se