> Something interesting to try would be to limit access to the Entity Home
> Interface methods to a particular Role which the facade raises by
> programmatically logging in. In other words, clients would access the
> facade SLSB using a different Role than that which is permitted to access
> the Entities, and the SLSB would use RoleManager.login() to raise the Role
> that can access the Entities. If this would work, would it allay your
> concerns?
This one could solve my problem. I'll try that approach.
Thanks a lot.
Armin Michel