[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.riena] Wrong service implementation used since 1.1.0M7

Hi,

since I switched to Riena 1.1.0M7 I have problems with my own implementation 
of IPermissionStore.

I implemented IPermissionStore in my own bundle and registered it with 
service.ranking=0 (since riena services are registered with 
service.ranking=-100). My bundle and the bundle 
org.eclipse.riena.security.simpleServices are both ACTIVE on server side. 
When checking services in the OSGi Management agent I can see that the 
service implementation of org.eclipse.riena.security.simpleServices is used 
and not mine. Because of that my IPermissionStore implementation is not used 
when checking user rights using Sentinel-class.

What can be wrong here? With 1.1.0M6 everything worked fine.

Thanks a lot!

Greetz,
Carsten