RE: [jBoss-User] JAAS - Calling a bean from another bean.

2001-02-06 Thread Kenworthy, Edward
Err, you are posting to the right thread are you ? The question and the title of this thread is "Calling a bean from another bean." -Original Message- From: dreaddy [mailto:[EMAIL PROTECTED]] Sent: 06 February 2001 17:57 To: jBoss Subject: RE: [jBoss-User] JAAS - Calling a

RE: [jBoss-User] JAAS - Calling a bean from another bean.

2001-02-06 Thread dreaddy
-User] JAAS - Calling a bean from another bean. ~JM How *do* you call one bean from another bean. Also How do you interact with a stored procedure. I'm using JAAS Security. I have two Stateful Session Beans. First Bean(Master bean) calls another Bean(Slave Bean). First bean is

RE: [jBoss-User] JAAS - Calling a bean from another bean.

2001-02-06 Thread Kenworthy, Edward
Exactly the same way as you would from the client. -Original Message- From: dreaddy [mailto:[EMAIL PROTECTED]] Sent: 06 February 2001 17:08 To: jBoss Subject: RE: [jBoss-User] JAAS - Calling a bean from another bean. ~JM How *do* you call one bean from another bean. Also How do

RE: [jBoss-User] JAAS - Calling a bean from another bean.

2001-02-06 Thread dreaddy
~JM How *do* you call one bean from another bean. Also How do you interact with a stored procedure. I'm using JAAS Security. I have two Stateful Session Beans. First Bean(Master bean) calls another Bean(Slave Bean). First bean is called by client using JAAS loginContext, it gets au

Re: [jBoss-User] JAAS - Calling a bean from another bean.

2001-02-06 Thread Oleg Nitz
Do you use CVS version? I guess this bug has been fixed. At least I cannot reproduce it. Oleg jBoss Monkey wrote: > I'm using JAAS Security. > I have two Stateful Session Beans. First Bean(Master bean) calls another > Bean(Slave Bean). > First bean is called by client using JAAS loginContext