Configuring security for EJB - what's my error?

2001-02-23 Thread Falk Langhammer
Hi, I start to use Orion 1.4.5 which seems to be a great product. To get things started I ported our show-case J2EE application (a conference management tool) over to Orion and I am almost done. Except for this problem: Whenever I call an EJB method I get the following exception: ---8---

Re: Configuring security for EJB - what's my error?

2001-02-23 Thread Falk Langhammer
Falk Langhammer wrote: This should mean that 'falk' is logged in and is in role 'master' and I have verified that 'request.isUserInRole("master")==true' in the web-tier. There must be a problem in the EJB container. BTW I meanwhile found a posting: From: Peter Delahunty Subject: I have

Re: Configuring security for EJB - what's my error?

2001-02-23 Thread Falk Langhammer
Falk Langhammer schrieb: This posting states that more than one role accessing a method cannot be configured. This INHO would be a severe bug and would render the J2EE security model close to useless with Orion. Peter posted a workaround to bugzilla as bug#193. I verified that this solves